aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim1-1/+1
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song1-1/+1
2023-07-24[TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida1-8/+0
2023-07-24Revert "[llvm-objdump] [NFC] Factor out DisassemblerTarget class."Jacek Caban1-121/+77
2023-07-24[llvm-objdump] [NFC] Factor out DisassemblerTarget class.Jacek Caban1-77/+121
2023-07-24[llvm-jitlink] Don't return immediately in -noexec mode, just skip execution.Lang Hames1-4/+1
2023-07-24[llvm-jitlink] Move statistics code into a separate file.Lang Hames4-118/+140
2023-07-24[XCOFF] Write source language ID and CPU version ID into C_FILE symbol.esmeyi1-1/+1
2023-07-21[llvm-objdump] Use BBEntry::BBID to represent basic block numbers.Rahman Lavaee1-3/+3
2023-07-21[llvm-exegesis] Guard `__builtin_thread_pointer` behind a configure checkMarkus Böck1-1/+1
2023-07-20Revert "[gold] Add preliminary FatLTO support to the Gold plugin"Paul Kirth1-0/+8
2023-07-20[llvm-readobj] Print <null> for relocation target with an empty nameFangrui Song1-2/+7
2023-07-19[dsymutil] Sort entries in YamlDMO to stabilize print orderFangrui Song1-0/+1
2023-07-19[dsymutil] Remove unused function. NFCFangrui Song1-4/+0
2023-07-19AppleAcceleratorTable: Use MapVector to stabilize iteration order after D153066Fangrui Song1-1/+2
2023-07-19[llvm-jitlink] Generalize statistics gathering / reporting.Lang Hames2-37/+114
2023-07-19[llvm-libtool-darwin] Use MapVector to avoid relying on StringMap iteration o...Fangrui Song1-6/+6
2023-07-19[gold] Add preliminary FatLTO support to the Gold pluginPaul Kirth1-8/+0
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-0/+1
2023-07-18[llvm-exegesis] Support older kernel versions in subprocess executorAiden Grossman1-35/+60
2023-07-18[Docs][llvm-exegesis] Add documentation for memory annotationsAiden Grossman1-0/+10
2023-07-18[llvm] Remove uses of isOpaqueOrPointeeTypeEquals() (NFC)Nikita Popov1-7/+1
2023-07-17[llvm-exegesis] Guard __builtin_thread_pointer use with __has_builtinFangrui Song1-1/+1
2023-07-17Revert "[llvm-reduce] Reduce function calling convention"Arthur Eubanks1-3/+0
2023-07-17[llvm-reduce] Reduce global value linkageArthur Eubanks1-0/+10
2023-07-17[llvm-reduce] Reduce function calling conventionArthur Eubanks1-0/+3
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-0/+4
2023-07-14[llvm-objdump] Move printDynamicRelocations into ELFDump.cpp. NFCFangrui Song3-39/+36
2023-07-14[llvm-objdump] Create ObjectFile specific dumpersFangrui Song8-72/+150
2023-07-14[CMake] Don't exclude llvm-debuginfod if httplib isn't availablePetr Hosek1-4/+0
2023-07-14[llvm-objcopy] Remove stray periods from usage textThomas Köppe1-18/+18
2023-07-14[llvm][clang] Remove uses of isOpaquePointerTy() (NFC)Nikita Popov1-6/+2
2023-07-14[llvm] Remove calls to setOpaquePointers() (NFC)Nikita Popov1-4/+0
2023-07-13[llvm-debuginfod] Include llvm/Support/StringExtras.h after D155178Fangrui Song1-0/+1
2023-07-13[DebugInfo] Force users of DWARFDebugAbbrev to call parse before iteratingAlex Langford1-0/+2
2023-07-13Revert "[CodeGen] Store SP adjustment in MachineBasicBlock. NFCI."Oliver Stannard1-2/+0
2023-07-12[NFC][llvm-dwp] Switch from llvm::cl to OptTableAndrés Villegas3-20/+87
2023-07-12[libLTO][AIX] Respect `-f[no]-integrated-as` on AIXQiongsi Wu1-5/+0
2023-07-12[BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not availableEduard Zingerman2-15/+35
2023-07-12[CodeGen] Store SP adjustment in MachineBasicBlock. NFCI.Jay Foad1-0/+2
2023-07-11Restore "[MemProf] Use new option/pass for profile feedback and matching"Teresa Johnson1-7/+13
2023-07-11[llvm-objdump] Change errors to warnings for symbol section name dumpingFangrui Song3-33/+62
2023-07-11Revert "[MemProf] Use new option/pass for profile feedback and matching"JP Lehr1-13/+7
2023-07-11Ignore modified attribute list if it yields invalid IRManish Kausik H1-36/+23
2023-07-10[MemProf] Use new option/pass for profile feedback and matchingTeresa Johnson1-7/+13
2023-07-10[nfc] Factoring out utility that can be used for other object-level toolsDayann D'almeida1-55/+3
2023-07-09[llvm-exegesis][NFC] imports `<cerrno>`Christopher Di Bella1-0/+1
2023-07-08Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-07-07[llvm-rc] Improve help printoutsMartin Storsjö1-1/+2
2023-07-07[LLVM-C] Use unwrapDI in LLVMDITypeGetNameTamir Duberstein3-0/+30