summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2017-11-17[llvm-profdata] Fix a dangling reference to an error stringVedant Kumar
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-16[Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames
2017-11-16Attempt to fix inscrutible build break...David Blaikie
2017-11-16llvm-readobj/ARMEHABIPrinter.h: Make this a real/modular headerDavid Blaikie
2017-11-16Convert the last use of sys::fs::createUniqueFile in bugpoint.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee
2017-11-16make exitDsymutil static.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16[FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky
2017-11-16Convert a use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-15Simplify file handling in dsymutil.Rafael Espindola
2017-11-15[llvm-objcopy] Change -O binary to respect section removal and behave like GN...Jake Ehrlich
2017-11-15[cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips
2017-11-14[cfi-verify] Add DOT graph printing for GraphResult objects.Mitch Phillips
2017-11-14Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg
2017-11-14[llvm-objcopy] Improve command line option help messagesJake Ehrlich
2017-11-14[llvm-strings] Add support for the -a/--all optionsMartin Storsjo
2017-11-14[llvm-objcopy] Add -strip-non-alloc option to remove all non-allocated sectionsJake Ehrlich
2017-11-14[llvm-objcopy] Support the rest of the ELF formatsJake Ehrlich
2017-11-14[llvm-profdata] Report if profile data file is IR- or FE-levelAdam Nemet
2017-11-14[opt-viewer] Truncate long remark text in source viewAdam Nemet
2017-11-14[opt-viewer] With hotness only show max 1000 entries on the index pageAdam Nemet
2017-11-13Update some code.google.com linksHans Wennborg
2017-11-13[llvm-objcopy] Add --strip-debugJake Ehrlich
2017-11-13[llvm-objcopy] Add --strip-all option to llvm-objcopyJake Ehrlich