aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Feature
AgeCommit message (Expand)AuthorFilesLines
10 days[AArch64][GlobalISel] Exclude arm64 from failing tests (#178849)Ryan Cowan1-1/+1
10 days[AArch64] Use GISel for optnone functions (#174746)Ryan Cowan1-1/+2
2026-01-06llvm: Convert some assorted lit tests to opaque pointers (#174564)Matt Arsenault1-7/+7
2025-12-19[LLVM] Fix back-end plugin test for AIXAlexis Engelke1-1/+3
2025-12-16[LLVM] Add plugin hook for back-endsAlexis Engelke1-0/+18
2025-12-14[LLVM][Examples] Disable broken JIT + plugin tests (AIX, Sparc)Alexis Engelke1-0/+2
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad1-3/+2
2025-07-02[LLVM][AsmWriter] Print a comment for unknown intrinsics (#146726)Rahul Joshi1-1/+4
2025-05-22Reland "[NVPTX] Unify and extend barrier{.cta} intrinsic support" (#141143)Alex MacLean1-3/+3
2025-05-22Revert "[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)"Alex Maclean1-3/+3
2025-05-21[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)Alex MacLean1-3/+3
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-1/+1
2025-01-10[ThinLTO] Skip opt pipeline and summary wrapper pass on empty modules (#120143)Teresa Johnson1-1/+1
2024-10-16[X86][CodeGen] Add base atan2 intrinsic lowering (p4) (#110760)Tex Riddell1-1/+14
2024-07-11[X86][CodeGen] Add base trig intrinsic lowerings (#96222)Farzon Lotfi1-0/+66
2024-06-26Fix test introduced by d29fdfbc4e3bJoel E. Denny1-1/+1
2024-06-26[LTO] Avoid assert fail on failed pass plugin load (#96691)Joel E. Denny1-3/+16
2024-06-10[clang] Reland Add tanf16 builtin and support for tan constrained intrinsic ...Farzon Lotfi1-0/+12
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-2/+0
2024-05-29Revert "[clang] Add tanf16 builtin and support for tan constrained intrinsic ...Farzon Lotfi1-11/+0
2024-05-29[clang] Add tanf16 builtin and support for tan constrained intrinsic (#93314)Farzon Lotfi1-0/+11
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