summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola4-13/+13
2016-03-22[NVVM] Remove noduplicate attribute from synchronizing intrinsics.Justin Lebar1-2/+2
2016-03-10Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini1-0/+26
2016-02-09[GMR/OperandBundles] Teach getModRefBehavior about operand bundlesSanjoy Das1-0/+27
2016-02-06[NVPTX] Mark nvvm synchronizing intrinsics as convergent.Justin Lebar1-2/+2
2016-01-20MachineScheduler: Honor optnone functions in the pre-ra scheduler.Chad Rosier1-0/+1
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet1-2/+2
2015-12-14[MergeFunctions] Use II instead of CI for InvokeInst; NFCSanjoy Das1-0/+30
2015-12-14Teach MergeFunctions about operand bundlesSanjoy Das1-0/+34
2015-12-14Teach haveSameSpecialState about operand bundlesSanjoy Das1-0/+21
2015-12-14[IR] Remove terminatepadDavid Majnemer1-22/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-101/+28
2015-11-30Have 'optnone' respect the -fast-isel=false option.Paul Robinson1-1/+7
2015-11-26[OperandBundles] Treat "deopt" operand bundles speciallySanjoy Das5-2/+93
2015-11-07[FunctionAttrs] Add handling for operand bundlesSanjoy Das1-0/+24
2015-11-04[CaptureTracking] Support operand bundles conservativelySanjoy Das1-0/+29
2015-10-23[Inliner] Don't inline through callsites with operand bundlesSanjoy Das1-0/+17
2015-10-22[OperandBundles] Teach AliasAnalysis about operand bundlesSanjoy Das1-0/+28
2015-10-22[OperandBundles] Make function attributes conservatively correctSanjoy Das2-0/+112
2015-09-29HHVM calling conventions.Maksim Panchenko1-0/+7
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini2-2/+1
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie3-23/+23
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet1-0/+50
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet1-31/+71
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer1-3/+8
2015-08-11[IR] Verify EH pad predecessorsDavid Majnemer1-6/+44
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini2-1/+2
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer1-0/+71
2015-07-10Revert the new EH instructionsDavid Majnemer1-69/+0
2015-07-10Tighten the verifier check for catchblock.David Majnemer1-6/+6
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer1-0/+69
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer4-10/+10
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie4-4/+4
2015-03-20Rewrite test/Feature/md_on_instruction.llDuncan P. N. Exon Smith1-22/+23
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie5-19/+19
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-5/+5
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie14-34/+34
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie6-12/+12
2015-02-11Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner1-0/+32
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-1/+1
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola1-5/+5
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith4-16/+16
2014-12-11Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ...Nick Lewycky1-1/+1
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-1/+1
2014-12-06IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith1-1/+1
2014-12-06IR: Disallow complicated function-local metadataDuncan P. N. Exon Smith1-1/+1
2014-12-03Prologue supportPeter Collingbourne1-0/+18
2014-12-01Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner1-0/+7
2014-10-16Delete -std-compile-opts.Rafael Espindola1-1/+1
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-4/+4