summaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)Author
2025-11-21[llc][NPM] Use buffer_ostream support for non-seekable streams (#168842)Prasoon Mishra
2025-11-20[dsymutil] Add missing validation for zero alignment section (#168925)Ch1p
2025-11-20Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961)Rahul Joshi
2025-11-20[NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921)Rahul Joshi
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke
2025-11-19[llvm-profdata] Use a range-based for loop (NFC) (#168672)Kazu Hirata
2025-11-19[llvm-cov] Use a range-based for loop (NFC) (#168671)Kazu Hirata
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-19[libLTO] add thinlto caching flags to libLTO (#168567)Wael Yehia
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-18Modify llvm-dwp to be able to emit string tables over 4GB without losing data...Greg Clayton
2025-11-18[dsymutil] Specify that -flat is for testing in the help output (#168590)Jonas Devlieghere
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz
2025-11-18[ORC] Merge GetDylibInterface.h APIs into MachO.h. (#168462)Lang Hames
2025-11-17Fixed typo in llvm-otool (#168395)Daniel Wedzicha
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-11-16[llc] Remove unused GetOutputStream params (#167949)Tomer Shafir
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-11-15[llvm-pdbutil] Create DBI section headers in yaml2pdb (#166566)nerix
2025-11-14opt: Fix bad merge of #167996 (#168110)Matt Arsenault
2025-11-14RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (#167996)Matt Arsenault
2025-11-14DeclareRuntimeLibcalls: Use RuntimeLibraryAnalysis (#167995)Matt Arsenault
2025-11-13[X86][NewPM] Port X86 FP Stackifier Pass to NewPMAiden Grossman
2025-11-13[opt] Add --save-stats option (#167304)Tomer Shafir
2025-11-13[X86] Don't rely on global contraction flag (#167252)Mikołaj Piróg
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-11-12[llvm-c] Add bindings for DbgRecord (#166383)Maxime Arthaud
2025-11-11[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov
2025-11-11[llvm-offload-wrapper] Fix Triple and OpenMP handling (#167580)Joseph Huber
2025-11-11Remove unused <iterator> inclusionserge-sans-paille
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-09[tools][llc] Add `--save-stats` option (#163967)Tomer Shafir
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2025-11-08[llvm-rc] Don't interpret integer literals as octal numbers in rc.exe mode (#...Martin Storsjö
2025-11-07[CAS] Add llvm-cas tools to inspect on-disk LLVMCAS (#166481)Steven Wu
2025-11-04[opt-viewer] Account for optimization records YAML files generated by LTO (#1...Min-Yih Hsu
2025-11-04[llvm-dwarfdump][CMake] Link against BinaryFormat (#166364)Michael Buch
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch
2025-11-03[dsymutil] Add option to copy swiftmodules built from interface (#165293)Roy Shi
2025-11-03[ORC] Fix -Wunused-function warning on windows (#166207)Justin Bogner
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] Remove redundant typename (NFC) (#166087)Kazu Hirata
2025-11-02[llvm-exegesis] Remove redundant declarations (NFC) (#166044)Kazu Hirata
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[llvm] Remove redundant str() and c_str() (NFC) (#166012)Kazu Hirata