aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[llvm-dwp] Remove incorrect std::move()Nikita Popov1-1/+1
2024-06-12[MC] Move -save-temp-labels from llvm-mc to MCTargetOptionsCommandFlagsFangrui Song1-7/+0
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song1-3/+1
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice1-1/+1
2024-06-11[gold] Don't pass StringRef to message() (#95083)Nikita Popov1-2/+3
2024-06-11Revert new debug info format commits:Stephen Tozer3-5/+12
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song1-1/+1
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer3-12/+5
2024-06-10[RemoveDIs] C API: Add before-dbg-record versions of IRBuilder position funcs...Orlando Cazalet-Hyams1-1/+18
2024-06-07[CMake] Fix building on Haiku (#94721)Brad Smith1-2/+6
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian1-0/+1
2024-06-06[llvm-reduce] Remove DIGlobalVariableExpressions from DICompileUnit's globals...Orlando Cazalet-Hyams1-6/+7
2024-06-05Revert "Reland "[ThinLTO] Populate declaration import status except for distr...Mingming Liu1-5/+1
2024-06-05Revert "[ThinLTO][Bitcode] Generate import type in bitcode (#87600)" (#94502)Mingming Liu1-3/+2
2024-06-05[llvm-cov] Add HTML dark theme support (#93080)EdJoPaTo1-35/+41
2024-06-05Revert "[symbolizer] Empty string is not an error" (#94424)Serge Pavlov1-8/+0
2024-06-04[gold] Enable time trace profiler in LLVMgold (#94293)Min-Yih Hsu1-0/+31
2024-06-04[llvm-readobj][COFF] Consistent PDBGUID Formatting (#94256)Miguel A. Arroyo1-1/+4
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov1-6/+0
2024-06-03[symbolizer] Empty string is not an error (#92660)Serge Pavlov1-0/+8
2024-05-31[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines ...Egor Pasko2-0/+2
2024-05-31AMDGPU: Add gfx12-generic target (#93875)Konstantin Zhuravlyov1-1/+2
2024-05-28[memprof] Add MemProf format Version 3 (#93608)Kazu Hirata1-1/+2
2024-05-28[DebugCounter] Add support for non-continous ranges. (#89470)Ralender2-0/+156
2024-05-27[IR] Add getelementptr nusw and nuw flags (#90824)Nikita Popov1-2/+8
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse1-0/+1
2024-05-24[llvm-profgen] Improve sample profile density (#92144)Lei Wang2-46/+110
2024-05-24[llvm-profgen] Trim tail CR+LF for LBR record line (#93210)Haohai Wen1-1/+1
2024-05-23[InstrProf] Evaluate function order using test traces (#92451)Ellis Hoag1-3/+40
2024-05-23[llvm-readobj] Fixes malformed json on JSON printed corefiles (#92835)Fred Grim1-1/+2
2024-05-22[llvm-mca] Add command line option -call-latency (#92958)Chinmay Deshpande1-1/+6
2024-05-22[ThinLTO][Bitcode] Generate import type in bitcode (#87600)Mingming Liu1-2/+3
2024-05-22[llvm-objcopy] Check for missing argument values (#70710)Alexey Karyakin1-0/+6
2024-05-21[llvm-driver] Add driver alias for c++filt (#92803)Jordan Rupprecht1-0/+4
2024-05-20Use StringRef::find_first_of(char), etc (NFC) (#92841)Kazu Hirata1-2/+2
2024-05-20[llvm-profdata] Fix some style and clang-tidy issuesFangrui Song1-11/+10
2024-05-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-1/+5
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song2-6/+0
2024-05-19Revert "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu1-5/+1
2024-05-19[ThinLTO] Populate declaration import status except for distributed ThinLTO u...Mingming Liu1-1/+5
2024-05-18[dsymutil] Use operator==(StringRef, StringRef) (NFC)Kazu Hirata1-1/+1
2024-05-16[InstrProf] Remove unused argv in llvm-profdata.cpp (#92435)Ellis Hoag1-12/+12
2024-05-16[RemoveDIs][NFC] Fix rotten green C API test (#92362)Orlando Cazalet-Hyams2-2/+22
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov2-0/+6
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song2-6/+0
2024-05-14[nfc] const-ify `IntOrString::equalsLower` (#92152)Mircea Trofin1-1/+1
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song3-5/+12
2024-05-11[DirectX] Replace bitfield version in ProgramHeader. (#91797)Xiang Li1-2/+2
2024-05-09[dsymutil] Add -q/--quiet flag to suppress warnings (#91658)Jonas Devlieghere3-15/+41
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata6-7/+7