aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools
AgeCommit message (Expand)AuthorFilesLines
11 days[llvm-cov] let text mode divider honor --show-branch-summary, --show-region-s...Wentao Zhang1-6/+23
11 days[llvm-mca] Use llvm::erase_if (NFC) (#96029)Kazu Hirata1-5/+3
12 days[tools] Fix -Wstrict-prototypes in llvm-c-test.h (NFC)Jie Fu2-2/+2
12 days[RemoveDIs] Update DIBuilder C API with DbgRecord functions. (#95535)Carlos Alberto Enciso3-42/+25
13 days[llvm-cov] Coverage report HTML UI to jump between uncovered parts of code (#...Hana Dusíková6-33/+203
2024-06-14[llvm] Use llvm::unique (NFC) (#95628)Kazu Hirata3-6/+4
2024-06-14[llvm-exegesis] Fix typos in cmake fileNikita Popov1-5/+5
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov2-4/+4
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer3-12/+5
2024-06-14[llvm-exegesis] Only link/initialize supported targets (NFC) (#95421)Nikita Popov2-15/+25
2024-06-13[llvm-profdata] Clean up traverseAllValueSites (NFC) (#95467)Kazu Hirata1-15/+15
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad2-2/+2
2024-06-13[llvm-profgen] Add support for Linux kenrel profile (#92831)xur-llvm4-66/+123
2024-06-13[DwarfDump] Add new set of line-table-related statistics to llvm-dwarfdump (#...Stephen Tozer1-0/+80
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