aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[NFC][LLVM] Adopt ListSeparator/interleaved in more places (#172909)Rahul Joshi2-9/+5
2026-01-12[NFC][LLVM] Minor namespace cleanup in llvm-dis.cpp (#175254)Rahul Joshi1-3/+4
2026-01-12[NFC][LLVM] Namespace cleanup in llvm-ir2vec.cpp (#175252)Rahul Joshi1-23/+12
2026-01-12[CMake][NFC] Don't use uninitialized LLVM_REQUIRES_* (#175554)Alexis Engelke1-7/+2
2026-01-13 [llvm-jitlink] Make -show-addrs work without -check, fix fallout. (#175491)Lang Hames2-6/+13
2026-01-12[llvm-jitlink] Remove redundant ExecutorAddr constructor calls. NFCI. (#175488)Lang Hames1-4/+2
2026-01-12Reapply "[ORC] Add utilities for limited symbolication of JIT backtra… (#17...Lang Hames1-0/+57
2026-01-10[NFC] Add missing `override` on function. (#173701)Justin Lebar1-6/+5
2026-01-10[dsymutil] Add new argument allow_invalid_macho (#173503)Ch1p6-9/+33
2026-01-09Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175...Aiden Grossman1-57/+0
2026-01-09[CommandLine] Use DenseMap instead of StringMap (NFC) (#174988)Nikita Popov2-2/+2
2026-01-09Reapply "[llvm-exegesis] Add AArch64 operand initializers, SetRegTo" (#174729...Cullen Rhodes1-0/+127
2026-01-09[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)Lang Hames1-0/+57
2026-01-08[llvm-readobj] Dump callgraph section info for ELF (#157499)Prabhu Rajasekaran4-1/+283
2026-01-07[llvm-stress] Allow implicit truncationNikita Popov1-1/+2
2026-01-07Revert "[llvm-exegesis] Add AArch64 operand initializers, SetRegTo" (#174729)Cullen Rhodes1-127/+0
2026-01-07[llvm-objdump][NFC] Use EnumEntry from Support (#174155)Alexis Engelke1-18/+14
2026-01-07[RISCV][llvm-readobj,llvm-objdump] Use getRISCVVendorRelocationTypeName for R...Kito Cheng2-15/+119
2026-01-06[llvm-exegesis] Add AArch64 operand initializers, SetRegTo (#169912)Simon Wallis1-0/+127
2026-01-06[MCA] Fix llvm-mca to skip input reading when -mcpu=help is specified (#174421)Amina Chabane1-6/+16
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg1-29/+23
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin8-11/+11
2026-01-01[CMake] Re-add -fno-rtti to llvm-config --cxxflags (#174084)Alexis Engelke1-5/+7
2025-12-31Revert -mcpu fix (#174093)Amina Chabane1-46/+15
2025-12-30[MCA] Ignore host -mcpu when target lacks said CPU (#174004)Amina Chabane1-8/+36
2025-12-30[MCA] Fix -mcpu=help flag (#173399)Amina Chabane1-7/+10
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to separate libraryAlexis Engelke9-5/+9
2025-12-22Revert "[LLVM][NFC] Move PassPlugin from Passes to Extensions lib" and subseq...Alexis Engelke7-7/+5
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to Extensions libAlexis Engelke7-5/+7
2025-12-19[DTLTO] Add DTLTO time traces (and llvm-lto2 time tracing to test) (#171600)Ben Dunbobbin1-1/+29
2025-12-19[NFC][llvm-ir2vec] llvm_ir2vec.cpp breakup to extract a reusable header for I...Nishant Sachdeva2-497/+649
2025-12-18[lli] Honor --jit-linker-kind=rtdyld on platforms that default to jitlink (#1...Stefan Gränitz1-16/+17
2025-12-18[CodeGen] Rename expand-fp to expand-ir-insts (#172681)Frederik Harwath1-2/+2
2025-12-18[CodeGen] Merge ExpandLargeDivRem into ExpandFp (#172680)Frederik Harwath1-2/+0
2025-12-17[llc][NPM] Return error code instead of calling exit() in NPM driver (#171250)Teja Alaghari1-1/+1
2025-12-17[AArch64][llvm-objdump] Fix arm64_32 symbolization (#171164)Ryan Mansfield1-7/+12
2025-12-17[AArch64][llvm-objdump] Add missing arm64_32 architecture checks (#171638)Ryan Mansfield1-6/+6
2025-12-17[llvm-objdump] Fix memory leak in `mcpuHelp()` (#172594)Ruoyu Qiu1-10/+75
2025-12-17[NFC][llvm-ir2vec] Refactoring llvm-ir2vec.cpp for better separation of conce...Nishant Sachdeva1-98/+160
2025-12-17Revert "[llvm-objdump] Support --mcpu=help/--mattr=help without -d" (#172586)Qinkun Bao1-72/+10
2025-12-16[LLVM] Add plugin hook for back-endsAlexis Engelke1-5/+28
2025-12-16[llvm-objdump] Support --mcpu=help/--mattr=help without -d (#165661)Ruoyu Qiu1-10/+72
2025-12-16[sancov] Add -diff and -union options to compute set difference and union of ...Manuel Carrasco2-4/+162
2025-12-15[llvm-symbolizer] Recognize and symbolize archive members (#150401)Midhunesh1-2/+1
2025-12-15llvm: Export IndexedCodeGenDataLazyLoading (#169563)Fabrice de Gans1-4/+0
2025-12-08[dsymutil] Remove spurious exit when falling back to fat64 header (#171189)Jonas Devlieghere1-1/+0
2025-12-08[llvm-c] Deprecate functions working on the global context (#163979)Nikita Popov8-66/+100
2025-12-05[RFC] [IR] Modules can make filtered range to iterate function definitions on...Peter Rong1-9/+3
2025-12-04[RISCV] Make RISCVInstrInfo::verifyInstruction stricter for immediate-only op...Craig Topper1-0/+7
2025-12-04[profcheck] Don't verify generated global ctors/dtors (#170597)Mircea Trofin1-1/+1