summaryrefslogtreecommitdiff
path: root/llvm/test/Feature
AgeCommit message (Expand)Author
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-07-02[LLVM][AsmWriter] Print a comment for unknown intrinsics (#146726)Rahul Joshi
2025-05-22Reland "[NVPTX] Unify and extend barrier{.cta} intrinsic support" (#141143)Alex MacLean
2025-05-22Revert "[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)"Alex Maclean
2025-05-21[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)Alex MacLean
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-10[ThinLTO] Skip opt pipeline and summary wrapper pass on empty modules (#120143)Teresa Johnson
2024-10-16[X86][CodeGen] Add base atan2 intrinsic lowering (p4) (#110760)Tex Riddell
2024-07-11[X86][CodeGen] Add base trig intrinsic lowerings (#96222)Farzon Lotfi
2024-06-26Fix test introduced by d29fdfbc4e3bJoel E. Denny
2024-06-26[LTO] Avoid assert fail on failed pass plugin load (#96691)Joel E. Denny
2024-06-10[clang] Reland Add tanf16 builtin and support for tan constrained intrinsic ...Farzon Lotfi
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-05-29Revert "[clang] Add tanf16 builtin and support for tan constrained intrinsic ...Farzon Lotfi
2024-05-29[clang] Add tanf16 builtin and support for tan constrained intrinsic (#93314)Farzon Lotfi
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice
2023-11-07[IR] Remove FP cast constant expressions (#71408)Nikita Popov
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov
2023-10-23[opt] Properly report errors when loading pass plugins (#69745)Arthur Eubanks
2023-07-31[IR] Mark `llvm.trap` as `memory(inaccessiblemem: write)`Johannes Doerfert
2023-05-17[test] Minor changes to optnone-opt.llArthur Eubanks
2023-03-16[opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks
2023-02-09Revert "HHVM calling conventions."Amir Aupov
2022-12-15[llvm] Convert tests to check 'target=...'Paul Robinson
2022-12-13[Tests] Convert Feature tests to opaque pointers (NFC)Nikita Popov
2022-12-09[NFC] Port all Feature tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-12-01[NVPTX] Convert tests to check 'target=nvptx.*'Paul Robinson
2022-11-08Use opt -passes=<name> instead of opt -nameBjorn Pettersson
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-10-24[lit][REQUIRES] Fix REQUIRES on an NVPTX test so it will runPaul Robinson
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks
2022-09-30[test] Update some legacy PM testsArthur Eubanks
2022-09-22[AA] Model operand bundles more preciselyNikita Popov
2022-09-19[NFC][1/n] Remove -enable-new-pm=0 flags from lit testsSebastian Peryt
2022-09-05[Verifier] Reject dllexport with non-default visibilityFangrui Song
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz
2022-04-29[Passes] Remove legacy LoopUnswitch pass.Florian Hahn
2022-04-26[NVPTX][tests] Do not run the tests which are not supported by nvptxIgor Chebykin
2022-04-11[llvm-lto] Remove support for legacy pass managerNikita Popov
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia
2022-03-15Revert "Load pass plugins during option processing, so that plugin options ar...Wael Yehia
2022-03-15Load pass plugins during option processing, so that plugin options are regist...Wael Yehia
2022-01-18Fix incorrect inference of writeonly despite reading operand bundlePhilip Reames
2022-01-18[tests] Add coverage of writeonly attribute and operand bundle intersectionPhilip Reames
2022-01-18Autogen a test for ease of updatePhilip Reames
2021-12-03[funcattrs] Fix a bug in recently introduced writeonly argument inferencePhilip Reames
2021-12-02[funcattrs] Infer writeonly argument attributePhilip Reames
2021-11-27[test] Use -passes syntax in Feature/OperandBundles lit testsBjorn Pettersson