summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* [Pass Registration] XFAIL load_extension.ll test on macOS.Florian Hahn2020-01-041-0/+3
* Fix compiler extension testingserge-sans-paille2020-01-031-1/+1
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-0/+10
* This adds constrained intrinsics for the signed and unsigned conversionsKevin P. Neal2019-12-171-0/+24
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-29/+0
* Revert "[NFC] Fix test reserve_global_reg.ll after 2d739f9"Carey Williams2019-11-291-1/+0
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-261-6/+0
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-261-0/+6
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-251-6/+0
* Temporarily Revert "[SLP] allow forming 2-way reduction patterns" and update ...Eric Christopher2019-11-201-1/+1
* Temporarily Revert "Temporarily Revert "[SLP] allow forming 2-way reduction p...Eric Christopher2019-11-201-1/+1
* Temporarily Revert "[SLP] allow forming 2-way reduction patterns"Eric Christopher2019-11-201-1/+1
* [NFC] Fix test reserve_global_reg.ll after 2d739f9Russell Gallop2019-11-181-0/+1
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-0/+29
* [SLP] allow forming 2-way reduction patternsSanjay Patel2019-11-071-1/+1
* [FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal2019-10-071-0/+92
* [FPEnv] Strict FP tests should use the requisite function attributes.Kevin P. Neal2019-10-041-44/+46
* [FPEnv] Add fptosi and fptoui constrained intrinsics.Kevin P. Neal2019-08-281-0/+25
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-1/+1
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-2/+5
* [Bugpoint] Only run plugins tests if plugins are enabledPetr Hosek2019-05-171-1/+1
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+15
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-2/+2
* Add constrained fptrunc and fpext intrinsics.Kevin P. Neal2019-05-131-0/+26
* Mark @llvm.trap coldVedant Kumar2018-11-141-1/+1
* Restore the LoopInstSimplify pass, reverting r327329 that removed it.Chandler Carruth2018-05-251-1/+2
* Remove the LoopInstSimplify pass (-loop-instsimplify)Vedant Kumar2018-03-121-2/+1
* Mark two tests REQUIRES: x86-registered-backendJustin Bogner2018-01-311-0/+1
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+16
* 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
OpenPOWER on IntegriCloud