summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)Author
2017-08-24Add ‘llvm.experimental.constrained.fma‘ Intrinsic.Wei Ding
2017-08-23LowerAtomic: Don't skip optnone functions; atomic still need lowering (PR34020)Hans Wennborg
2017-06-30Remove the BBVectorize pass.Chandler Carruth
2017-05-25Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor
2017-05-16Test for r303197Matthias Braun
2017-05-15Add "REQUIRES:" to the last few tests that use target specific intrinsicsJustin Bogner
2017-05-03Replace hardcoded intrinsic list with speculatable attribute.Matt Arsenault
2017-04-27Disable GVN Hoist due to still more bugs being found in it. There isChandler Carruth
2017-04-11[GVNHoist] Re-enable GVNHoist by defaultGeoff Berry
2017-03-06Disable gvn-hoist (PR32153)Hans Wennborg
2017-01-26Add intrinsics for constrained floating point operationsAndrew Kaylor
2017-01-22Fix some broken CHECK lines.Benjamin Kramer
2016-08-13Revert "Revert "Invariant start/end intrinsics overloaded for address space""Mehdi Amini
2016-08-13Revert "Invariant start/end intrinsics overloaded for address space"Mehdi Amini
2016-08-08GVN-hoist: enable by defaultSebastian Pop
2016-08-06Revert "(refs/bisect/bad) GVN-hoist: enable by default"Matthias Braun
2016-08-04GVN-hoist: enable by defaultSebastian Pop
2016-08-04Revert "GVN-hoist: enable by default" & "Make GVN Hoisting obey optnone/bisect."Bruno Cardoso Lopes
2016-08-04Make GVN Hoisting obey optnone/bisect.Sebastian Pop
2016-07-29Reinstate optnone test for GVN Hoisting, removed in r276479.Paul Robinson
2016-07-22Add flag to PassManagerBuilder to disable GVN Hoist Pass.Alina Sbirlea
2016-07-22Invariant start/end intrinsics overloaded for address spaceAnna Thomas
2016-07-21Revert "Invariant start/end intrinsics overloaded for address space"Anna Thomas
2016-07-21Invariant start/end intrinsics overloaded for address spaceAnna Thomas
2016-07-19Make GVN Hoisting obey optnone/bisect.Paul Robinson
2016-07-08Temporarily remove a test case to unblock PPC bots.Andrew Kaylor
2016-07-06NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0Justin Bogner
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-05-27Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...Andrew Kaylor
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola
2016-03-22[NVVM] Remove noduplicate attribute from synchronizing intrinsics.Justin Lebar
2016-03-10Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini
2016-02-09[GMR/OperandBundles] Teach getModRefBehavior about operand bundlesSanjoy Das
2016-02-06[NVPTX] Mark nvvm synchronizing intrinsics as convergent.Justin Lebar
2016-01-20MachineScheduler: Honor optnone functions in the pre-ra scheduler.Chad Rosier
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet
2015-12-14[MergeFunctions] Use II instead of CI for InvokeInst; NFCSanjoy Das
2015-12-14Teach MergeFunctions about operand bundlesSanjoy Das
2015-12-14Teach haveSameSpecialState about operand bundlesSanjoy Das
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-11-30Have 'optnone' respect the -fast-isel=false option.Paul Robinson
2015-11-26[OperandBundles] Treat "deopt" operand bundles speciallySanjoy Das
2015-11-07[FunctionAttrs] Add handling for operand bundlesSanjoy Das
2015-11-04[CaptureTracking] Support operand bundles conservativelySanjoy Das
2015-10-23[Inliner] Don't inline through callsites with operand bundlesSanjoy Das
2015-10-22[OperandBundles] Teach AliasAnalysis about operand bundlesSanjoy Das
2015-10-22[OperandBundles] Make function attributes conservatively correctSanjoy Das
2015-09-29HHVM calling conventions.Maksim Panchenko
2015-09-16Make the default triple optional by allowing an empty stringMehdi Amini