summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-07-26Handle the lack of a symbol table correctly.Stephen Hines
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-26[MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve.Dean Michael Berris
2018-07-25[dsymutil] Add support for generating DWARF5 accelerator tables.Jonas Devlieghere
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-25[llvm-readobj] Generic hex-dump optionPaul Semel
2018-07-24llvm-xray: Broken chrome trace event format outputDean Michael Berris
2018-07-24Add PerfJITEventListener for perf profiling support.Andres Freund
2018-07-24[Debugify] Export per-pass debug info loss statisticsVedant Kumar
2018-07-24[Debugify] Move interface definitions to a header, NFCVedant Kumar
2018-07-23[yaml2obj] Add default sh_entsize for dynamic sectionsPaul Semel
2018-07-23Fixing a typo; NFC.Aaron Ballman
2018-07-21[llvm-undname] Flush output before demangling.Zachary Turner
2018-07-20[llvm-undname] Remove a superfluous semicolon. NFC.Martin Storsjo
2018-07-20[llvm-objcopy] Add basic support for --rename-sectionJordan Rupprecht
2018-07-20Add a Microsoft Demangler.Zachary Turner
2018-07-20Rewrite the VS integration scripts.Zachary Turner
2018-07-19Fix -Wsign-compare in llvm-readobjReid Kleckner
2018-07-19[llvm-readobj] - Do not report invalid amount of sections.George Rimar
2018-07-18[llvm-readobj] Generic -string-dump optionPaul Semel
2018-07-18[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-18[llvm-objdump] - An attempt to fix BB after r337361.George Rimar
2018-07-18[llvm-objdump] - Stop reporting bogus section IDs.George Rimar
2018-07-18[llvm-readobj] - Teach tool to dump objects with >= SHN_LORESERVE of sections.George Rimar
2018-07-18[NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.Puyan Lotfi
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-16[NFC][llvm-objcopy] Make helper functions staticPuyan Lotfi
2018-07-16[llvm-objcopy] Add support for large indexesJake Ehrlich
2018-07-16Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson
2018-07-16[cfi-verify] Abort on unsupported targetsJoel Galenson
2018-07-15[llvm-mca][BtVer2] teach how to identify false dependencies on partially writtenAndrea Di Biagio
2018-07-14[llvm-mca] Turn InstructionTables into a Stage.Matt Davis
2018-07-14Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson
2018-07-14[llvm-mca] Remove unused InstRef formal from pre and post execute callbacks. ...Matt Davis
2018-07-13[ThinLTO] Ensure we always select the same function copy to importTeresa Johnson
2018-07-13[cfi-verify] Support AArch64.Joel Galenson
2018-07-13[llvm-mca] Improve a few debug prints. NFCAndrea Di Biagio
2018-07-13[llvm-mca] Simplify the Pipeline constructor. NFCAndrea Di Biagio
2018-07-13[llvm-mca] Removed unused arguments from methods in class Pipeline. NFCAndrea Di Biagio
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris
2018-07-12[llvm-mca] Constify SourceMgr::hasNext. NFC.Matt Davis
2018-07-12[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.Matt Davis
2018-07-12[gold-plugin] Disable section ordering for relocatable linksBill Wendling
2018-07-12Add --strip-all option back to llvm-strip.Stephen Hines
2018-07-12[llvm-mca] Simplify eventing by adding an onEvent templated method.Matt Davis
2018-07-11Temporarily reverting.Bill Wendling
2018-07-11gold: Add ability to toggle function/data sectionsBill Wendling
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel