aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-04-01[llvm-objcopy] Add --keep-symbols optionYi Kong
2019-02-27Merge 5077597e0d5 for LLVM update to 353983Yi Kong
2019-02-13[llvm-readobj] Rename pr_data to PrDataFangrui Song
2019-02-13[llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant
2019-02-13[llvm-readobj] Dump GNU_PROPERTY_X86_FEATURE_2_{NEEDED,USED} notes in .note.g...Fangrui Song
2019-02-13[dsymutil] Improve readability of cloneAllCompileUnits (NFC)Jonas Devlieghere
2019-02-13[dsymutil] Don't clone empty CUsJonas Devlieghere
2019-02-12[llvm-dwp] Use color-formatted error reportingJordan Rupprecht
2019-02-12[llvm-dwp] Avoid writing the output dwp file when there is an errorJordan Rupprecht
2019-02-12[llvm-dwp] Abort when dwo_id is unsetJordan Rupprecht
2019-02-12[llvm-readobj] Only allow 4-byte pr_dataFangrui Song
2019-02-12[llvm-readobj] - Simplify .gnu.version_r dumping a bit.George Rimar
2019-02-12[yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.George Rimar
2019-02-11[llvm-cxxfilt] Split and demangle stdin inputMatt Davis
2019-02-11[DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative pathsJordan Rupprecht
2019-02-11Small refactoring of FileError. NFC.Eugene Leviant
2019-02-11Update new files added to llvm-objcopy to use the new file header.Chandler Carruth
2019-02-10[yaml2obj] - Fix .dynamic section entries writing for 32bit targets.George Rimar
2019-02-09[yaml2elf.cpp] - Fix compilation under linux.George Rimar
2019-02-09[yaml2elf] - An attemp to fix s390x BB after r353607.George Rimar
2019-02-09[yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.George Rimar
2019-02-08Implementation of asm-goto support in LLVMCraig Topper
2019-02-08[llvm-objcopy] Add few file processing directivesEugene Leviant
2019-02-08[llvm-objcopy] Add --redefine-symsEugene Leviant
2019-02-08Revert r353424 "[llvm-ar][libObject] Fix relative paths when nesting thin arc...Hans Wennborg
2019-02-08lvm-dwarfdump: Stop counting out-of-line subprogram in the "inlined functions...Caroline Tice
2019-02-07[WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman
2019-02-07[llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht
2019-02-07[CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea
2019-02-07[WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg
2019-02-07[WebAssembly] Expand symbol flags shown by llvm-objdump --symbolsSam Clegg
2019-02-06[llvm-ar] Remove leading slash when printing thin archive membersJordan Rupprecht
2019-02-06[opt-viewer] Add --filter option to select remarks for displaying.Florian Hahn
2019-02-06[llvm-objcopy] Allow regular expressions in name comparisonEugene Leviant
2019-02-05[ADT] Add a fallible_iterator wrapper.Lang Hames
2019-02-05[elfabi] Fix the type of the variable formated for error outputPetar Jovanovic
2019-02-05[llvm-readobj] Display sections that do not belong to a segment in the sectio...Matt Davis
2019-02-05[PGO] Fix the type of the formated variablePetar Jovanovic
2019-02-05[LLVM-C] Add Bindings to GlobalIFuncRobert Widmann
2019-02-04[llvm-readobj] Report more WebAssembly symbol infoSam Clegg
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-04[llvm-objcopy][NFC] simplify an error returnJordan Rupprecht
2019-02-04[llvm-objcopy][NFC] Use StringSaver for --keep-global-symbolsJordan Rupprecht
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson
2019-02-04Revert r353048.James Henderson
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson
2019-02-04[AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio
2019-02-04[llvm-objcopy][NFC] Fix trailing semicolon warning.Clement Courbet
2019-02-04[llvm-exegesis] Cut run time of analysis mode by another -35% (*sic*) (YamlCo...Roman Lebedev