summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merging r327135:Tom Stellard2018-04-071-2/+3
* Merging r323155:Hans Wennborg2018-02-021-0/+1
* Merging r321980:Hans Wennborg2018-01-161-0/+30
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-033-14/+13
* [llvm-objcopy] Add support for visibilityJake Ehrlich2018-01-022-4/+8
* Fix tests after move to utohexstr.Benjamin Kramer2017-12-281-1/+1
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-285-7/+8
* [dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent.Jonas Devlieghere2017-12-281-54/+34
* [llvm-readobj] Support -needed-libs option for COFF filesPetr Hosek2017-12-271-0/+22
* [llvm-readobj] Fix ambiguous call to the `printNumber`Simon Atanasyan2017-12-211-1/+1
* [llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumpingSimon Atanasyan2017-12-211-261/+445
* [opt-viewer] Also demangle indirect-call promotion targetsAdam Nemet2017-12-201-1/+1
* [Support][CachePruning] Disable cache pruning regression fixBen Dunbobbin2017-12-191-0/+4
* [dwarfdump] Lookup needs to be an unsigned long long parameter.Jonas Devlieghere2017-12-191-2/+1
* [llvm-objcopy] Add option to add a progbits section from a fileJake Ehrlich2017-12-193-1/+48
* [llvm-readobj] Dump wasm init functionsSam Clegg2017-12-191-2/+8
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-184-27/+27
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-1/+1
* Fixed warning 'function declaration isn’t a prototype [-Werror=strict-proto...Galina Kistanova2017-12-161-1/+1
* [llvm-objcopy] Reformat everything using clang-format -iJake Ehrlich2017-12-152-26/+22
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-151-4/+332
* [LLVMgold] Don't set undefined symbol as prevailingEugene Leviant2017-12-151-3/+7
* Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner2017-12-151-1/+1
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-142-2/+17
* [opt-viewer] Render utf-8 characters properly in the generated HTMLAdam Nemet2017-12-141-0/+2
* [opt-viewer] Support unicode characters in function namesAdam Nemet2017-12-142-11/+19
* Recover some overzealously removed includes.Michael Zolotukhin2017-12-131-0/+1
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-1/+0
* Remove redundant includes from tools.Michael Zolotukhin2017-12-1345-141/+0
* [dsymutil] Re-enable threadingJonas Devlieghere2017-12-131-28/+27
* reverting out -r320532 because a warning is breaking the lld buildMichael Trent2017-12-131-332/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-121-4/+332
* [dsymutil] Accept line tables up to DWARFv5.Jonas Devlieghere2017-12-121-3/+8
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-113-16/+29
* dwarfdump: Add support for the --diff option.Adrian Prantl2017-12-081-0/+5
* [Debugify] Add a pass to test debug info preservationVedant Kumar2017-12-082-0/+213
* Reverting r320166 to fix test failures.Michael Trent2017-12-081-326/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-081-4/+326
* [dsymutil] Add -verify option to run DWARF verifier after linking.Jonas Devlieghere2017-12-071-0/+41
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-062-0/+5
* [opt-viewer] Suppress noisy Swift remarksAdam Nemet2017-12-062-2/+37
* Fix error in llvm-pdbutil.Zachary Turner2017-12-061-6/+7
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-053-22/+81
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-055-6/+6
* Test commit, as per the LLVM Developer Policy.Michael Trent2017-12-051-0/+1
* [llvm-readobj] Remove redundant local variables to reduce the code. NFCSimon Atanasyan2017-12-021-9/+5
* [llvm-readobj] Print static MIPS GOTSimon Atanasyan2017-12-021-30/+55
* [llvm-readobj] Delete unused method argument. NFCSimon Atanasyan2017-12-021-8/+9
* [llvm] Add stripped installation targetsShoaib Meenai2017-11-301-14/+9
* [llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich2017-11-302-0/+55