aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice1-1/+1
2023-11-07[IR] Remove FP cast constant expressions (#71408)Nikita Popov1-7/+41
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov3-16/+1
2023-10-23[opt] Properly report errors when loading pass plugins (#69745)Arthur Eubanks1-0/+5
2023-07-31[IR] Mark `llvm.trap` as `memory(inaccessiblemem: write)`Johannes Doerfert1-1/+1
2023-05-17[test] Minor changes to optnone-opt.llArthur Eubanks1-3/+0
2023-03-16[opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks1-4/+0
2023-02-09Revert "HHVM calling conventions."Amir Aupov1-7/+0
2022-12-15[llvm] Convert tests to check 'target=...'Paul Robinson1-1/+1
2022-12-13[Tests] Convert Feature tests to opaque pointers (NFC)Nikita Popov46-366/+351
2022-12-09[NFC] Port all Feature tests to `-passes=` syntaxRoman Lebedev4-5/+5
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev4-5/+5
2022-12-01[NVPTX] Convert tests to check 'target=nvptx.*'Paul Robinson1-1/+1
2022-11-08Use opt -passes=<name> instead of opt -nameBjorn Pettersson1-1/+1
2022-11-04[IR] Switch everything to use memory attributeNikita Popov2-4/+4
2022-10-24[lit][REQUIRES] Fix REQUIRES on an NVPTX test so it will runPaul Robinson1-2/+2
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks1-1/+1
2022-09-30[test] Update some legacy PM testsArthur Eubanks2-2/+1
2022-09-22[AA] Model operand bundles more preciselyNikita Popov1-7/+2
2022-09-19[NFC][1/n] Remove -enable-new-pm=0 flags from lit testsSebastian Peryt1-25/+0
2022-09-05[Verifier] Reject dllexport with non-default visibilityFangrui Song1-1/+1
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz1-0/+51
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn1-1/+0
2022-04-26[NVPTX][tests] Do not run the tests which are not supported by nvptxIgor Chebykin1-0/+1
2022-04-11[llvm-lto] Remove support for legacy pass managerNikita Popov1-3/+2
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert1-1/+1
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia1-0/+5
2022-03-15Revert "Load pass plugins during option processing, so that plugin options ar...Wael Yehia1-4/+0
2022-03-15Load pass plugins during option processing, so that plugin options are regist...Wael Yehia1-0/+4
2022-01-18Fix incorrect inference of writeonly despite reading operand bundlePhilip Reames1-2/+1
2022-01-18[tests] Add coverage of writeonly attribute and operand bundle intersectionPhilip Reames1-5/+20
2022-01-18Autogen a test for ease of updatePhilip Reames1-27/+36
2021-12-03[funcattrs] Fix a bug in recently introduced writeonly argument inferencePhilip Reames1-1/+1
2021-12-02[funcattrs] Infer writeonly argument attributePhilip Reames1-1/+1
2021-11-27[test] Use -passes syntax in Feature/OperandBundles lit testsBjorn Pettersson4-4/+4
2021-11-12[Feature][NFC]Improve test checks to avoid possible false postitive testAlexey Bataev1-4/+4
2021-04-09[FunctionAttrs] Force old pm in test so it doens't behave differently dependi...Benjamin Kramer1-2/+2
2021-04-09[lldb] Update UUID after https://reviews.llvm.org/D99978.Alexander Belyaev1-1/+1
2021-02-19[DCE] Don't remove non-willreturn callsNikita Popov1-2/+2
2021-02-02[test][NewPM] Pin various tests to the legacy PMArthur Eubanks1-2/+2
2021-01-23[Local] Treat calls that may not return as being alive.Florian Hahn1-2/+2
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault1-2/+2
2020-11-18[NPM] Remove -enable-npm-optnone flagArthur Eubanks1-7/+7
2020-11-11[NewPM] Provide method to run all pipeline callbacks, used for -O0Arthur Eubanks1-3/+4
2020-11-04[NewPM] Don't run before pass instrumentation on required passesArthur Eubanks1-9/+16
2020-10-27[test] Delete Feature/load_module.ll which is covered by load_extension.llFangrui Song1-12/+0
2020-10-20[IR] Make nosync, nofree and willreturn default for intrinsics.sstefan11-1/+1
2020-09-21[DIE] Remove DeadInstEliminationPassArthur Eubanks1-2/+1
2020-09-04[EarlyCSE] Verify hash code in regression testsBryan Chan2-2/+2
2020-08-14[NewPM][optnone] Mark various passes as requiredArthur Eubanks1-1/+1