summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Make FieldList records print as a yaml sequence.Zachary Turner2016-09-022-1/+54
* [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human rea...George Rimar2016-09-021-0/+4
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-0211-1157/+1088
* bugpoint: clang-format and modernize comments in ListReducer. NFCJustin Bogner2016-09-011-36/+32
* Add a counter-function insertion passHal Finkel2016-09-012-0/+2
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-312-3/+8
* Fix the MSVC 2013 build by using Elf_Word instead of making a local typedefReid Kleckner2016-08-311-6/+4
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-312-7/+22
* [llvm-cov] Drop redundant "No." suffix in a column titleVedant Kumar2016-08-311-1/+1
* llvm-readobj: speculative fix for MSVCSaleem Abdulrasool2016-08-301-1/+1
* Revert "ELFDumper: Unversioned symbols must not have trailing @"Hemant Kulkarni2016-08-301-3/+0
* ELFDumper: Unversioned symbols must not have trailing @Hemant Kulkarni2016-08-301-0/+3
* llvm-readobj: add support for printing GNU NotesSaleem Abdulrasool2016-08-303-0/+145
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-303-2/+10
* [Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. AlsoLang Hames2016-08-291-7/+21
* [ThinLTO] Move loading of cache entry to clientTeresa Johnson2016-08-262-6/+11
* llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2016-08-251-11/+94
* [ThinLTO/gold] Add caching support to gold-pluginTeresa Johnson2016-08-241-2/+14
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-248-36/+194
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-2/+3
* MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun2016-08-241-1/+1
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-1/+2
* [ThinLTO] Add caching to the new LTO APIMehdi Amini2016-08-231-2/+13
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-2/+1
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-1/+2
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-2/+1
* Fix Gold Plugin after API change in the LTO API (constify callback type)Mehdi Amini2016-08-221-2/+2
* [LTO] Handles commons in monolithic LTOMehdi Amini2016-08-221-58/+1
* [gold/ThinLTO] Restore ThinLTO file management in gold pluginTeresa Johnson2016-08-201-1/+10
* [LTO] Add the ability to test -thinlto-emit-imports-files through llvm-lto2Mehdi Amini2016-08-191-1/+15
* llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni2016-08-181-0/+4
* [CMake] Minor fix to regex in r279152Chris Bieneman2016-08-181-1/+1
* [CMake] Support for generating Xcode 8 compatible toolchainsChris Bieneman2016-08-181-1/+30
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-189-10/+678
* llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2016-08-183-0/+43
* llvm-readobj: handle import libraries with -coff-exportsSaleem Abdulrasool2016-08-181-0/+2
* [ThinLTO] Keep common symbols in ThinLTO modulesTeresa Johnson2016-08-181-1/+4
* [LTO] Change addSaveTemps API: do not add dot to the supplied prefix pathMehdi Amini2016-08-182-2/+4
* Make llvm-pdbdump print column info when availableAdrian McCarthy2016-08-171-0/+9
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-172-2/+2
* [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...Sam Kolton2016-08-171-20/+47
* [LTO] Fix a use-after-free introduced in r278907 and caught by ASan.Chandler Carruth2016-08-171-3/+3
* [LTO] Introduce an Output class to wrap the output stream creation (NFC)Mehdi Amini2016-08-172-26/+50
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-172-2/+2
* [PM] Port the always inliner to the new pass manager in a much moreChandler Carruth2016-08-172-2/+4
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-169-678/+10
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-169-10/+678
* [ThinLTO] Fix temp file dumping, enable via llvm-lto and test itTeresa Johnson2016-08-151-0/+7
* llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni2016-08-152-15/+113
* Revert "gold: add a cast to appease std::max NFC"Saleem Abdulrasool2016-08-141-2/+1