summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-12-15Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-14[opt-viewer] Render utf-8 characters properly in the generated HTMLAdam Nemet
2017-12-14[opt-viewer] Support unicode characters in function namesAdam Nemet
2017-12-13Recover some overzealously removed includes.Michael Zolotukhin
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-13[dsymutil] Re-enable threadingJonas Devlieghere
2017-12-13reverting out -r320532 because a warning is breaking the lld buildMichael Trent
2017-12-12Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-12[dsymutil] Accept line tables up to DWARFv5.Jonas Devlieghere
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-12-08[Debugify] Add a pass to test debug info preservationVedant Kumar
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-07[dsymutil] Add -verify option to run DWARF verifier after linking.Jonas Devlieghere
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-12-06[opt-viewer] Suppress noisy Swift remarksAdam Nemet
2017-12-06Fix error in llvm-pdbutil.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05Test commit, as per the LLVM Developer Policy.Michael Trent
2017-12-02[llvm-readobj] Remove redundant local variables to reduce the code. NFCSimon Atanasyan
2017-12-02[llvm-readobj] Print static MIPS GOTSimon Atanasyan
2017-12-02[llvm-readobj] Delete unused method argument. NFCSimon Atanasyan
2017-11-30[llvm] Add stripped installation targetsShoaib Meenai
2017-11-30[llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-30[llvm-readobj] Fix mismatched line endingsZachary Turner
2017-11-30[dsymutil] Exclude namespace from ifdef in CFBundleJonas Devlieghere
2017-11-30[dsymutil] Upstream getBundleInfo implementationJonas Devlieghere
2017-11-29Make TypeTableBuilder inherit from TypeCollection.Zachary Turner
2017-11-29Fix line endings in llvm-pdbutil.cppZachary Turner
2017-11-29Add opt-viewer testingAdam Nemet
2017-11-29llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl
2017-11-29Revert "Add opt-viewer testing"Adam Nemet
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-28Add opt-viewer testingAdam Nemet
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie
2017-11-27[opt-viewer] Fix option nameAdam Nemet
2017-11-27[llvm-objcopy] Add --strip-all-gnu and change --strip-allJake Ehrlich
2017-11-22Remove unnecessary code.Rafael Espindola
2017-11-21xray-record-yaml.h: Remove unused fileDavid Blaikie
2017-11-21llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie
2017-11-17[llvm-profdata] Don't treat non-fatal merge errors as fatalVedant Kumar
2017-11-17llvm-demangle-fuzzer: Link in SupportJonas Hahnfeld
2017-11-17Try to fix the windows build.Rafael Espindola
2017-11-17Use TempFile in dsymutil.Rafael Espindola