aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[llvm-exegesis] Add CLI Option to set Fixed RNG seedAiden Grossman1-1/+13
2025-11-30[llc][NFC] Remove unreachable return statement (#169915)Tomer Shafir1-4/+2
2025-11-28[llvm-readobj] Remove a leftover comment from 6ad4fdacaeea4777e98a3ab41512c49...Martin Storsjö1-3/+0
2025-11-26[llvm-objdump] Optimize live element tracking (#158763)gulfemsavrun3-71/+251
2025-11-26CodeGen: Remove PointerLikeRegClass handling from codegen (#159883)Matt Arsenault1-1/+1
2025-11-26opt: Try to respect target-abi command line option (#169604)Matt Arsenault1-4/+5
2025-11-26opt: Stop creating TargetMachine to infer the datalayout (#169585)Matt Arsenault1-7/+8
2025-11-24Reapply "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961) (#169055)Rahul Joshi5-22/+12
2025-11-21[llc][NPM] Use buffer_ostream support for non-seekable streams (#168842)Prasoon Mishra1-0/+7
2025-11-20[dsymutil] Add missing validation for zero alignment section (#168925)Ch1p1-4/+4
2025-11-20Revert "[NFC][bugpoint] Namespace cleanup in `bugpoint`" (#168961)Rahul Joshi6-13/+25
2025-11-20[NFC][bugpoint] Namespace cleanup in `bugpoint` (#168921)Rahul Joshi6-25/+13
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke1-6/+8
2025-11-19[llvm-profdata] Use a range-based for loop (NFC) (#168672)Kazu Hirata1-3/+3
2025-11-19[llvm-cov] Use a range-based for loop (NFC) (#168671)Kazu Hirata1-2/+2
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata1-1/+1
2025-11-19[libLTO] add thinlto caching flags to libLTO (#168567)Wael Yehia1-0/+43
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz3-4/+0
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry5-5/+0
2025-11-18Modify llvm-dwp to be able to emit string tables over 4GB without losing data...Greg Clayton2-1/+41
2025-11-18[dsymutil] Specify that -flat is for testing in the help output (#168590)Jonas Devlieghere1-1/+1
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz1-3/+3
2025-11-18[ORC] Merge GetDylibInterface.h APIs into MachO.h. (#168462)Lang Hames1-1/+0
2025-11-17Fixed typo in llvm-otool (#168395)Daniel Wedzicha1-1/+1
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz1-3/+10
2025-11-16[llc] Remove unused GetOutputStream params (#167949)Tomer Shafir1-5/+2
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata2-5/+4
2025-11-15[llvm-pdbutil] Create DBI section headers in yaml2pdb (#166566)nerix5-0/+107
2025-11-14opt: Fix bad merge of #167996 (#168110)Matt Arsenault2-7/+1
2025-11-14RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (#167996)Matt Arsenault2-2/+10
2025-11-14DeclareRuntimeLibcalls: Use RuntimeLibraryAnalysis (#167995)Matt Arsenault3-7/+19
2025-11-13[X86][NewPM] Port X86 FP Stackifier Pass to NewPMAiden Grossman1-1/+1
2025-11-13[opt] Add --save-stats option (#167304)Tomer Shafir2-67/+16
2025-11-13[X86] Don't rely on global contraction flag (#167252)Mikołaj Piróg1-0/+6
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille3-4/+0
2025-11-12[llvm-c] Add bindings for DbgRecord (#166383)Maxime Arthaud1-0/+37
2025-11-11[llvm][llvm-dis] Fix 'llvm-dis' with '--materialize-metadata --show-annotatio...Timur Baydyusenov1-0/+13
2025-11-11[llvm-offload-wrapper] Fix Triple and OpenMP handling (#167580)Joseph Huber1-1/+1
2025-11-11Remove unused <iterator> inclusionserge-sans-paille2-2/+0
2025-11-11Remove unused <utility> inclusionserge-sans-paille3-6/+1
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille4-5/+0
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille1-1/+0
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille7-7/+3
2025-11-09[tools][llc] Add `--save-stats` option (#163967)Tomer Shafir1-4/+70
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille4-4/+0
2025-11-08[llvm-rc] Don't interpret integer literals as octal numbers in rc.exe mode (#...Martin Storsjö4-12/+39
2025-11-07[CAS] Add llvm-cas tools to inspect on-disk LLVMCAS (#166481)Steven Wu3-0/+485
2025-11-04[opt-viewer] Account for optimization records YAML files generated by LTO (#1...Min-Yih Hsu1-1/+3
2025-11-04[llvm-dwarfdump][CMake] Link against BinaryFormat (#166364)Michael Buch1-0/+1
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch1-0/+18