aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-11[llvm] Stop including llvm/ADT/DenseMap.h (NFC)Kazu Hirata5-5/+0
2023-11-11[llvm] Stop including llvm/ADT/BitVector.h (NFC)Kazu Hirata3-4/+0
2023-11-11[llvm] Stop including llvm/ADT/SmallSet.h (NFC)Kazu Hirata3-3/+0
2023-11-11[llvm] Stop including llvm/ADT/SmallString.h (NFC)Kazu Hirata2-2/+0
2023-11-11[llvm] Stop including llvm/ADT/DenseSet.h (NFC)Kazu Hirata2-2/+0
2023-11-11[llvm] Stop including llvm/ADT/PointerIntPair.h (NFC)Kazu Hirata2-2/+0
2023-11-11[llvm] Stop including llvm/ADT/DenseMapInfo.h (NFC)Kazu Hirata2-2/+0
2023-11-10[gold] Enable `MCTargetOptions::AsmVerbose` along with `emit-asm` (#71606)Min-Yih Hsu1-0/+1
2023-11-09fix a typoChen Zheng1-1/+1
2023-11-09[llvm][TextAPI] Add new `not_for_dyld_shared_cache` attribute to file… (#71...Cyndy Ishida1-0/+8
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-2/+2
2023-11-03Revert D87067 "[llvm-symbolizer] Add back --use-symbol-table=true"Fangrui Song1-2/+0
2023-11-01[Profile] Refactor profile correlation. (#70856)Zequan Wu1-3/+6
2023-11-01[symbolizer] Support symbol lookupSerge Pavlov1-25/+33
2023-10-31[llvm-profdata] Emit warning when counter value is greater than 2^56. (#69513)Zequan Wu1-10/+36
2023-10-31Revert "[Profile] Refactor profile correlation. (#70712)"Zequan Wu1-6/+3
2023-10-31[Profile] Refactor profile correlation. (#70712)Zequan Wu1-3/+6
2023-10-31llvm-reduce: Handle cloning for MachineJumpTableInfo (#69086)Matt Arsenault1-0/+22
2023-10-26[opt] Infer DataLayout from triple if not specifiedAlex Richardson1-4/+30
2023-10-26Reland [dsymutil] Add support for mergeable libraries (#70256)Alpha Abdoulaye14-164/+797
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata3-5/+5
2023-10-24Revert "[dsymutil] Add support for mergeable libraries"Philip Reames14-796/+163
2023-10-24[dsymutil] Add support for mergeable librariesAlpha Abdoulaye14-163/+796
2023-10-23[opt] Properly report errors when loading pass plugins (#69745)Arthur Eubanks1-5/+3
2023-10-22[llvm-profgen] More tweaks to warnings (#68608)Hongtao Yu2-16/+36
2023-10-22[llvm] Stop including llvm/ADT/iterator_range.h (NFC)Kazu Hirata4-4/+0
2023-10-21[llvm] Stop including Endian.h (NFC)Kazu Hirata1-1/+0
2023-10-20[llvm][llvm-readobj] Add AArch64 Tagged Address note type (#68568)David Spickett1-0/+2
2023-10-20[RISCV][MC] Implement evaluateBranch for auipc+jalr pairs (#65480)Job Noorman1-0/+4
2023-10-20[MC][NFC] Allow MCInstrAnalysis to store state (#65479)Job Noorman1-5/+16
2023-10-20[X86][AMX] remove related code of X86PreAMXConfigPass (#69569)yubingex007-a11y1-1/+0
2023-10-18[llvm] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-10-17[llvm-profdata] Do not create numerical strings for MD5 function names read f...William Junda Huang8-43/+73
2023-10-16[llvm-rc] Accept filenames provided as multiple string literals (#68881)Martin Storsjö2-4/+26
2023-10-16[llc][PPC] Move PIC check into TargetMachine (#66727)Arthur Eubanks1-14/+0
2023-10-14[llvm-remarkutil] Fix issues after #66214 and its fixupsFangrui Song2-17/+16
2023-10-13[tools] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata6-6/+0
2023-10-13Stop including llvm/ADT/STLFunctionalExtras.h (NFC)Kazu Hirata1-1/+0
2023-10-13[llvm-remarkutil] Silence a GCC warning about missing returns after a fully c...Martin Storsjö1-0/+1
2023-10-13[llvm-remarkutil] Fix building with Xcode 12Martin Storsjö1-3/+3
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata12-29/+36
2023-10-12[Remarks] Fix '-fpermissive'. NFCMichael Liao2-7/+7
2023-10-12[Remarks] Introduce count subcommand for llvm-remarkutil. (#66214)Zain Jaffal3-0/+555
2023-10-12[llvm-readtapi] Fix bad symlink with readtapi tool (#68835)Nivetha Kuruparan1-1/+3
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata7-21/+19
2023-10-10Use llvm::endianness (NFC)Kazu Hirata3-4/+4
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata2-4/+3
2023-10-10[llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)Kazu Hirata1-3/+1
2023-10-10[dsymutil] Keep DSYMUTIL_REPRODUCER_PATH in addition to LLVM_DIAGNOSTIC_DIRJonas Devlieghere1-2/+8
2023-10-10[dsymutil] Rename DSYMUTIL_REPRODUCER_PATH to LLVM_DIAGNOSTIC_DIRJonas Devlieghere1-1/+1