aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[llvm-readelf] Print more information for RELRFangrui Song1-20/+110
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata1-1/+14
2024-04-18 [AMDGPU] Add disassembler diagnostics for invalid kernel descriptors (#87400)Emma Pilkington1-30/+35
2024-04-18[llvm-exegesis] Define SYS_gettid if not availableAiden Grossman1-0/+9
2024-04-16[llvm-exegesis] Change preprocessor directives for getCurrentTIDAiden Grossman1-2/+5
2024-04-15[tools] Fix `LLVM_USE_SANITIZE_COVERAGE` build (#87722)Justin Fargnoli2-0/+4
2024-04-15llvm-readobj/ARM: activate big-endian attribute printing (#87806)Ramkumar Ramachandra1-7/+3
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song2-0/+42
2024-04-11[llvm-exegesis] Let ArrayRef infer the array size (NFC) (#88241)Kazu Hirata1-4/+2
2024-04-11[memprof] Use structured binding (NFC) (#88363)Kazu Hirata1-2/+2
2024-04-11[libclc] Refactor build system to allow in-tree builds (#87622)Fraser Cormack1-0/+3
2024-04-11[llvm-mca] Remove spurious include_directories() (#88277)Thomas Preud'homme1-2/+0
2024-04-11[llvm-profgen] Remove temporary perf script files (#86668)Haohai Wen2-0/+14
2024-04-10[memprof] Rename RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h} (NFC) (#88...Kazu Hirata1-1/+1
2024-04-08llvm-reduce: Reduce nuw/nsw flags from truncMatt Arsenault1-0/+5
2024-04-06llvm-objdump/ELF: fix crash when reading dyn str table (#87519)Ramkumar Ramachandra1-5/+6
2024-04-05[llvm-ranlib] Change -v (alias for --version) to -VFangrui Song1-2/+2
2024-04-05[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)Stephen Tozer3-0/+15
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips2-42/+0
2024-04-04[CMake] Install LLVMgold.so for LLVM_INSTALL_TOOLCHAIN_ONLY=on (#87567)Fangrui Song1-1/+1
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song2-0/+42
2024-04-04Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-04-04[RemoveDIs][NFC] Use ScopedDbgInfoFormatSetter in more places (#87380)Stephen Tozer1-5/+1
2024-04-04[PAC][llvm-readobj][AArch64][ELF] Support `GNU_PROPERTY_AARCH64_FEATURE_PAUTH...Daniil Kovalev1-56/+71
2024-04-03Revert "dsymutil: Re-add missing -latomic (#85380)"Gulfem Savrun Yeniceri1-1/+1
2024-04-03dsymutil: Re-add missing -latomic (#85380)maflcko1-1/+1
2024-04-02[dsymutil] Support generating dSYMs for firmware environments (#87432)Jonas Devlieghere1-1/+3
2024-04-03Revert "[PAC][llvm-readobj][AArch64][ELF] Support `GNU_PROPERTY_AARCH64_FEATU...Daniil Kovalev1-71/+56
2024-04-03[PAC][llvm-readobj][AArch64][ELF] Support `GNU_PROPERTY_AARCH64_FEATURE_PAUTH...Daniil Kovalev1-56/+71
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu1-0/+26
2024-03-28[memprof] Add MemProf version (#86414)Kazu Hirata1-1/+9
2024-03-28[SPIR-V] Fix paths when copying spriv-dis and spirv-val on windows (#86876)Justin Bogner1-2/+2
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song2-26/+20
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng2-12/+0
2024-03-28[RemoveDIs] Update DIBuilder C API and OCaml bindings [2/2] (#86529)Orlando Cazalet-Hyams1-6/+7
2024-03-27[llvm-exegesis] Improve error handling for shm_open callsAiden Grossman1-1/+6
2024-03-27[llvm-debuginfo-analyzer][DOC] Convert 'README.txt' to markdown. (#86394)Carlos Alberto Enciso2-221/+170
2024-03-25Add support for PSV EntryFunctionName (#86296)Cooper Partin1-0/+3
2024-03-25[verify-uselistorder] Fix a typo, fix linkingMartin Storsjö1-3/+3
2024-03-25[RemoveDIs] Load into new debug info format by default in llvm-link (#86274)Orlando Cazalet-Hyams1-0/+6
2024-03-25[RemoveDIs] Do not load into new debug info format from bitcode by default (#...Orlando Cazalet-Hyams1-4/+9
2024-03-25[RemoveDIs] Load into new debug info format by default in llvm-dis (#86276)Orlando Cazalet-Hyams1-0/+6
2024-03-22Reland "[llvm-exegesis] Add thread IDs to subprocess memory names (#84451)"Aiden Grossman3-14/+30
2024-03-22Reland "[llvm-exegesis] Refactor parent code to separate function (#86232)"Aiden Grossman1-57/+67
2024-03-22Revert "[llvm-exegesis] Refactor parent code to separate function (#86232)"Aiden Grossman1-63/+53
2024-03-22[llvm-exegesis] Refactor parent code to separate function (#86232)Aiden Grossman1-53/+63
2024-03-22Revert "[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#8...Orlando Cazalet-Hyams1-7/+6
2024-03-22[RemoveDIs] Update DIBuilder C API with DbgRecord functions [2/2] (#85657)Orlando Cazalet-Hyams1-6/+7
2024-03-22[RemoveDIs] Load into new debug info format by default in llvm-lto and llvm-l...Orlando Cazalet-Hyams2-0/+8
2024-03-21[llvm-exegesis] Kill process that recieve a signal (#86069)Aiden Grossman1-2/+16