summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2017-11-10[llvm-cvtres] Add support for ARM64Martin Storsjo
2017-11-10[cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips
2017-11-10[llvm-opt-fuzzer] Add missed library dependence. Fir for rL317883Igor Laevsky
2017-11-10[llvm-opt-fuzzer] Fix unused variable warning after rL317883Igor Laevsky
2017-11-10[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing optimization passesIgor Laevsky
2017-11-09Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-11-09[cfi-verify] Adds blacklist blame behaviour to cfi-verify.Mitch Phillips
2017-11-08Make sure an error is always handled.Rafael Espindola
2017-11-08Convert FileOutputBuffer::commit to Error.Rafael Espindola
2017-11-08Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola
2017-11-08Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-07Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee