aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-exegesis
AgeCommit message (Expand)AuthorFilesLines
2025-07-24[RISCV][llvm-exegesis] Add missing operand frm for FCVT_D_W (#149989)Jim Lin1-0/+7
2025-07-16[llvm-exegesis] fix test when building LLVM for WoA. NFC (#148968)Stephen Long1-8/+8
2025-06-17[llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() =...Jim Lin1-0/+3
2025-06-02Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instru...Tulio Magno Quites Machado Filho1-14/+0
2025-05-14[llvm-exegesis] Disable testAiden Grossman1-1/+5
2025-04-28[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions f...Lakshay Kumar1-0/+10
2025-04-09Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupporte… (#13...Madhur Amilkanthwar1-8/+0
2025-04-09[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (...Lakshay Kumar1-0/+8
2025-03-26[llvm-exegesis] Require RISCV Target for new testAiden Grossman1-0/+1
2025-03-26[Exegesis] CPU selection, when native arch and target mismatch (#131014)AnastasiyaChernikova1-0/+3
2025-03-25[llvm-exegesis] Fix LBR checks/testusers/ccc03-18-_yaml_nfc_precommit_wrong_test_caseAiden Grossman2-2/+2
2025-03-11[llvm-exegesis][AArch64] Handle register classes FPR8/16/32 and FPCR (#130595)lakshayk-nv1-0/+36
2025-03-06[llvm-exegesis] Follow up of #127564: fix test. NFC. (#130072)Sjoerd Meijer1-4/+4
2025-03-06Adding support in llvm-exegesis for Aarch64 for handling FPR64/128, PPR16 and...lakshayk-nv1-0/+39
2025-03-04[Exegesis] Implemented strategy for load operation (#113458)AnastasiyaChernikova1-0/+60
2025-02-28[Exegesis][RISCV] Allow rvv/filter.test to retryMin Hsu1-1/+3
2025-02-28[Exegesis][RISCV] Only check if vd and vs2 are alias in rvv/reduction.testMin Hsu1-2/+2
2025-02-28[Exegesis][RISCV] Skip some of the tests under expensive checksMin Hsu4-0/+4
2025-02-28[Exegesis][RISCV] Add initial RVV support (#128767)Min-Yih Hsu10-0/+191
2025-01-23[llvm-exegesis] Disable exhaustive tests on WindowsAiden Grossman4-0/+20
2025-01-14Revert "Reland: "[Exegesis] Add the ability to dry-run the measurement phase ...Min Hsu2-16/+0
2025-01-14[Exegesis] Fix test failures from #122775 on MacOSX and FuchsiaMin Hsu2-11/+10
2025-01-13Reland: "[Exegesis] Add the ability to dry-run the measurement phase (#121991...Min-Yih Hsu2-0/+17
2025-01-09Revert "[Exegesis] Add the ability to dry-run the measurement phase (… (#12...Min-Yih Hsu1-11/+0
2025-01-09[Exegesis] Add the ability to dry-run the measurement phase (#121991)Min-Yih Hsu1-0/+11
2024-12-24[llvm-exegesis] Make benchmark pinning actually workAiden Grossman1-1/+1
2024-12-19[Exegesis][RISCV] Add RISCV support for llvm-exegesis (#120467)Bushev Dmitry4-0/+121
2024-12-18Revert "[Exegesis][RISCV] Add RISCV support for llvm-exegesis (#120419)"Thurston Dang4-121/+0
2024-12-18[Exegesis][RISCV] Add RISCV support for llvm-exegesis (#120419)Bushev Dmitry4-0/+121
2024-12-18Revert "[Exegesis][RISCV] Add RISCV support for llvm-exegesis (#89047)"Wang Pengcheng3-118/+0
2024-12-18[Exegesis][RISCV] Add RISCV support for llvm-exegesis (#89047)AnastasiyaChernikova3-0/+118
2024-09-23Reland "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman2-0/+10
2024-09-23Revert "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman2-10/+0
2024-09-23Reland "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman2-0/+10
2024-09-19Revert "[llvm-exegesis] Add support for pinning benchmarking process to a CPU...Aiden Grossman2-10/+0
2024-09-19[llvm-exegesis] Add support for pinning benchmarking process to a CPU (#85168)Aiden Grossman2-0/+10
2024-05-29[Exegesis] Changing non-standard CHECK in tests to more compliant way (#93222)AnastasiyaChernikova12-13/+13
2024-02-27[llvm-exegesis] Add loop-register snippet annotation (#82873)Aiden Grossman1-0/+12
2024-02-07[llvm-exegesis] Allow retries on flaky middle half testAiden Grossman1-0/+3
2024-01-31[Exegesis] Print epsilon value in the sched model inconsistency report (#80080)Min-Yih Hsu1-0/+2
2024-01-30[llvm-exegesis] Add middle half repetition mode (#77020)Aiden Grossman1-0/+8
2024-01-19[llvm-exegesis] Add support for validation counters (#76653)Aiden Grossman1-0/+12
2023-12-29Reland "[llvm-exegesis] Add support for loading X86 segment registers (#76368)"Aiden Grossman1-0/+29
2023-12-26Revert "[llvm-exegesis] Add support for loading X86 segment registers (#76368)"Aiden Grossman1-29/+0
2023-12-26[llvm-exegesis] Add support for loading X86 segment registers (#76368)Aiden Grossman1-0/+29
2023-12-22[llvm-exegesis] Fix stack pointer register restorationAiden Grossman1-6/+33
2023-12-15[llvm-exegesis] Validate that address annotations are aligned (#75554)Aiden Grossman2-0/+27
2023-12-11[llvm-exegesis] Use explicit error classes for different snippet crashes (#74...Aiden Grossman2-4/+4
2023-12-07Reland "[llvm-exegesis] Add in snippet address annotation (#74218)"Aiden Grossman3-1/+36
2023-12-06Revert "[llvm-exegesis] Add in snippet address annotation (#74218)"Aiden Grossman3-36/+1