summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-exegesis
AgeCommit message (Expand)Author
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-13[X86][NewPM] Port X86 FP Stackifier Pass to NewPMAiden Grossman
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-11-11Remove unused <iterator> inclusionserge-sans-paille
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata
2025-11-02[llvm-exegesis] Remove redundant declarations (NFC) (#166044)Kazu Hirata
2025-11-01[llvm] Remove redundant str() and c_str() (NFC) (#166012)Kazu Hirata
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-10-06Reapply "[llvm-exegesis] Exclude loads/stores from aliasing instruction set" ...Sjoerd Meijer
2025-09-17llvm-exegesis: Error on MCSubtargetInfo construction failure (#159223)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-09-03Revert "[llvm-exegesis] Exclude loads/stores from aliasing instruction set" (...Sjoerd Meijer
2025-09-03[llvm-exegesis] Exclude loads/stores from aliasing instruction set (#156300)Sjoerd Meijer
2025-09-03[llvm-exegesis] [AArch64] Reland Resolving "not all operands are initialized ...Lakshay Kumar
2025-09-02Revert "[llvm-exegesis] [AArch64] Resolving "not all operands are initialized...Muhammad Omair Javaid
2025-09-01[llvm-exegesis] [AArch64] Resolving "not all operands are initialized by snip...Lakshay Kumar
2025-08-27Reapply "[llvm-exegesis] Implement the loop repetition mode for AArch64" (#15...Sjoerd Meijer
2025-08-26Revert "[llvm-exegesis] Implement the loop repetition mode for AArch64" (#155...Sjoerd Meijer
2025-08-26[llvm-exegesis] Implement the loop repetition mode for AArch64 (#154751)Sjoerd Meijer
2025-08-13[llvm-exegesis] Fix a warningKazu Hirata
2025-08-13[llvm-exegesis] Print generated assembly snippet (#142540)Lakshay Kumar
2025-07-31[win][arm64ec] Fixes to unblock building LLVM and Clang as Arm64EC (#150068)Daniel Paoliello
2025-07-24[RISCV][llvm-exegesis] Add missing operand frm for FCVT_D_W (#149989)Jim Lin
2025-07-13MCAlignFragment: Rename fields and use uint8_t FillLenFangrui Song
2025-07-10[llvm-exegesis] Fix musl build (#147954)Nikita Popov
2025-06-26[llvm] Use llvm::interleaved (NFC) (#145839)Kazu Hirata
2025-06-25[MC] Use StringTable to reduce dynamic relocations (#144202)Reid Kleckner
2025-06-17[llvm-exegesis] Ignore the instructions for which InstrDesc.getSchedClass() =...Jim Lin
2025-06-02Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instru...Tulio Magno Quites Machado Filho
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-05-24[llvm] Use std::tie to implement comparison functors (NFC) (#141353)Kazu Hirata
2025-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi
2025-05-20[llvm-exegesis] Error instead of aborting on verification failure (#137581)Aiden Grossman
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata
2025-04-30[llvm-exegesis][AArch64] Adding missing PR_PAC_ macro defintions (#138040)Haowei
2025-04-29[llvm-exegesis][AArch64] Adding PR_PAC_APIAKEY macro definition (#137888)Haowei
2025-04-28[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions f...Lakshay Kumar
2025-04-09Revert "[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupporte… (#13...Madhur Amilkanthwar
2025-04-09[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (...Lakshay Kumar
2025-03-31Add RISC-V support information to readme (#132699)AnastasiyaChernikova
2025-03-31[llvm-exegesis] Error Out If Perf Counter is Not Fully Enabled (#132892)Aiden Grossman
2025-03-26[Exegesis] CPU selection, when native arch and target mismatch (#131014)AnastasiyaChernikova
2025-03-23[llvm] Use range constructors for *Set (NFC) (#132636)Kazu Hirata
2025-03-21[llvm-exegesis] Avoid repeated hash lookups (NFC) (#132331)Kazu Hirata
2025-03-20[llvm] Use *Set::insert_range (NFC) (#132325)Kazu Hirata
2025-03-17[RISCV] Use hasFeature instead of checkFeature in llvm-exegesis. NFC (#131401)Craig Topper
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov