aboutsummaryrefslogtreecommitdiff
path: root/test/tools
AgeCommit message (Expand)Author
2019-04-01[llvm-objcopy] Add --keep-symbols optionYi Kong
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] Don't clone empty CUsJonas Devlieghere
2019-02-12[llvm-dwp] Avoid writing the output dwp file when there is an errorJordan Rupprecht
2019-02-12[PowerPC] Fix printing of negative offsets in call instruction dissasembly.Sean Fertile
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[yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.George Rimar
2019-02-11[llvm-cxxfilt] Split and demangle stdin inputMatt Davis
2019-02-10[yaml2obj] - Fix .dynamic section entries writing for 32bit targets.George Rimar
2019-02-09llvm-lib: Implement /list flagNico Weber
2019-02-09[yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.George Rimar
2019-02-08[test] Run the verifier for dsymutil module testsJonas Devlieghere
2019-02-08[llvm-objcopy] Add few file processing directivesEugene Leviant
2019-02-08Attempt to fix build bot after r353509Eugene 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] Update test output after rL353474. NFC.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] Update test output after rL353357. NFC.Sam 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[yaml2obj]Allow number for ELF symbol typeJames Henderson
2019-02-06Attempt to fix buildbot after r353289Eugene Leviant
2019-02-06[llvm-objcopy] Allow regular expressions in name comparisonEugene Leviant
2019-02-06[DebugInfo]Print correct value for special opcode address incrementJames Henderson
2019-02-06[DebugInfo][llvm-symbolizer]Add some tests for edge cases when symbolizingJames Henderson
2019-02-05[llvm-readobj] Display sections that do not belong to a segment in the sectio...Matt Davis
2019-02-04[llvm-readobj] Fix readobj test expectation broken in rL353109. NFC.Sam Clegg
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2019-02-04[X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum...Craig Topper
2019-02-04[llvm-exegesis] Don't default to running&dumping all analyses to '-'Roman Lebedev
2019-02-04[X86] Print %st(0) as %st when its implicit to the instruction. Continue prin...Craig Topper
2019-02-04Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a...Craig Topper
2019-02-04tests: loosen restrictionSaleem Abdulrasool
2019-02-03Compute the correct symbol size in llvm-nm even without --print-sizeSunil Srivastava
2019-02-03[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...Craig Topper
2019-02-02[llvm-objcopy] Temporarily limit one test to darwinAlexander Shaposhnikov
2019-02-02[llvm-objcopy] Fix triples in macho tests.Alexander Shaposhnikov
2019-02-02[llvm-objcopy] Add ability to copy MachO object filesAlexander Shaposhnikov
2019-02-01[llvm-objdump] - llvm-objdump can skip bytes at the end of a section.Sid Manning
2019-02-01[llvm-readobj] Add a flag to dump just the section-to-segment mapping.Matt Davis
2019-02-01[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb
2019-02-01[llvm-strip] Implement --keep-file-symbolsEugene Leviant
2019-02-01[X86][BdVer2] Transfer delays from the integer to the floating point unit.Roman Lebedev
2019-01-31[llvm-objcopy] Skip --localize-symbol for undefined symbolsJordan Rupprecht
2019-01-31[llvm-symbolizer][test] Extract tests from llvm-symbolizer.test and simplify ...James Henderson