summaryrefslogtreecommitdiffstats
path: root/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* Add ‘llvm.experimental.constrained.fma‘ Intrinsic.Wei Ding2017-08-241-2/+14
* LowerAtomic: Don't skip optnone functions; atomic still need lowering (PR34020)Hans Wennborg2017-08-231-1/+0
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-2/+1
* Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor2017-05-251-0/+148
* Test for r303197Matthias Braun2017-05-161-0/+1
* Add "REQUIRES:" to the last few tests that use target specific intrinsicsJustin Bogner2017-05-151-0/+1
* Replace hardcoded intrinsic list with speculatable attribute.Matt Arsenault2017-05-031-1/+1
* Disable GVN Hoist due to still more bugs being found in it. There isChandler Carruth2017-04-271-2/+0
* [GVNHoist] Re-enable GVNHoist by defaultGeoff Berry2017-04-111-0/+1
* Disable gvn-hoist (PR32153)Hans Wennborg2017-03-061-1/+0
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+102
* Fix some broken CHECK lines.Benjamin Kramer2017-01-221-1/+1
* Revert "Revert "Invariant start/end intrinsics overloaded for address space""Mehdi Amini2016-08-131-4/+4
* Revert "Invariant start/end intrinsics overloaded for address space"Mehdi Amini2016-08-131-4/+4
* GVN-hoist: enable by defaultSebastian Pop2016-08-081-0/+1
* Revert "(refs/bisect/bad) GVN-hoist: enable by default"Matthias Braun2016-08-061-1/+0
* GVN-hoist: enable by defaultSebastian Pop2016-08-041-0/+1
* Revert "GVN-hoist: enable by default" & "Make GVN Hoisting obey optnone/bisect."Bruno Cardoso Lopes2016-08-041-1/+0
* Make GVN Hoisting obey optnone/bisect.Sebastian Pop2016-08-041-0/+1
* Reinstate optnone test for GVN Hoisting, removed in r276479.Paul Robinson2016-07-291-1/+2
* Add flag to PassManagerBuilder to disable GVN Hoist Pass.Alina Sbirlea2016-07-221-1/+0
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-221-4/+4
* Revert "Invariant start/end intrinsics overloaded for address space"Anna Thomas2016-07-211-4/+4
* Invariant start/end intrinsics overloaded for address spaceAnna Thomas2016-07-211-4/+4
* Make GVN Hoisting obey optnone/bisect.Paul Robinson2016-07-191-0/+1
* Temporarily remove a test case to unblock PPC bots.Andrew Kaylor2016-07-081-1/+0
* NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0Justin Bogner2016-07-061-3/+3
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...Andrew Kaylor2016-05-271-1/+0
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-104-13/+13
* [NVVM] Remove noduplicate attribute from synchronizing intrinsics.Justin Lebar2016-03-221-2/+2
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+26
* [GMR/OperandBundles] Teach getModRefBehavior about operand bundlesSanjoy Das2016-02-091-0/+27
* [NVPTX] Mark nvvm synchronizing intrinsics as convergent.Justin Lebar2016-02-061-2/+2
* MachineScheduler: Honor optnone functions in the pre-ra scheduler.Chad Rosier2016-01-201-0/+1
* [WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet2016-01-101-2/+2
* [MergeFunctions] Use II instead of CI for InvokeInst; NFCSanjoy Das2015-12-141-0/+30
* Teach MergeFunctions about operand bundlesSanjoy Das2015-12-141-0/+34
* Teach haveSameSpecialState about operand bundlesSanjoy Das2015-12-141-0/+21
* [IR] Remove terminatepadDavid Majnemer2015-12-141-22/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-101/+28
* Have 'optnone' respect the -fast-isel=false option.Paul Robinson2015-11-301-1/+7
* [OperandBundles] Treat "deopt" operand bundles speciallySanjoy Das2015-11-265-2/+93
* [FunctionAttrs] Add handling for operand bundlesSanjoy Das2015-11-071-0/+24
* [CaptureTracking] Support operand bundles conservativelySanjoy Das2015-11-041-0/+29
* [Inliner] Don't inline through callsites with operand bundlesSanjoy Das2015-10-231-0/+17
* [OperandBundles] Teach AliasAnalysis about operand bundlesSanjoy Das2015-10-221-0/+28
* [OperandBundles] Make function attributes conservatively correctSanjoy Das2015-10-222-0/+112
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+7
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-162-2/+1