summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-11-28Merging r342865:Tom Stellard
2018-10-22Merging r342461:Tom Stellard
2018-08-03Merging r338751:Hans Wennborg
2018-08-03Merging r338703 and r338709:Hans Wennborg
2018-08-01[dsymutil] Convert recursion in lookForDIEsToKeep into worklist.Jonas Devlieghere
2018-08-01[llvm-mca] Improve code comments. NFC.Andrea Di Biagio
2018-07-31[llvm-objcopy] Make --strip-debug strip .gdb_indexFangrui Song
2018-07-31[llvm-mca] Update the help text to reflect "physical" registers. NFC.Matt Davis
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-31[llvm-mca] Remove README.txtAndrea Di Biagio
2018-07-31[llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.Andrea Di Biagio
2018-07-29[dsymutil] Simplify temporary file handling.Jonas Devlieghere
2018-07-27[llvm-objcopy] Make --strip-debug strip .zdebug* (zlib-gnu) sectionsFangrui Song
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