aboutsummaryrefslogtreecommitdiff
path: root/test/tools/llvm-objcopy
AgeCommit message (Expand)Author
2018-11-01[llvm-strip] Support --keep and --strip-all-gnu from llvm-objcopyJordan Rupprecht
2018-11-01[llvm-objcopy] Support --{enable,disable}-deterministic-archivesJordan Rupprecht
2018-11-01[llvm-objcopy] Don't apply --localize flags to common symbolsJordan Rupprecht
2018-10-30[llvm-objcopy] Fix --keep-global-symbol/--globalize-symbol for undefined symb...Jordan Rupprecht
2018-10-23[llvm-strip] Support -s alias for --strip-all. Make both strip and objcopy ca...Jordan Rupprecht
2018-10-15[llvm-objcopy] NFC: update TODO test commentJordan Rupprecht
2018-10-12[llvm-objcopy] Add -F|--target compatibilityJordan Rupprecht
2018-10-09[llvm-objcopy] Make -S an alias for --strip-allJake Ehrlich
2018-10-01[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bots without zlib.Puyan Lotfi
2018-10-01[llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.Puyan Lotfi
2018-09-21[llvm-objcopy/llvm-strip]: handle --versionJordan Rupprecht
2018-09-17[llvm-objcopy] Add missing alias for --strip-all-gnuAlexander Shaposhnikov
2018-09-12[objcopy] make objcopy follow program header standardsJulie Hockett
2018-09-07[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi
2018-09-07[llvm-strip] -p test fix for windows buildbotsJordan Rupprecht
2018-09-07Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).Puyan Lotfi
2018-09-06[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi
2018-09-06[llvm-strip] Fix -p test to check for explicit spaces around dates, to avoid ...Jordan Rupprecht
2018-09-05[llvm-strip] Support stripping multiple input filesJordan Rupprecht
2018-09-04[llvm-strip] Allow copying relocation sections without symbol tables.Jordan Rupprecht
2018-09-04Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).Chandler Carruth
2018-09-03[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi
2018-08-29[llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place.Jordan Rupprecht
2018-08-17[llvm-objcopy] Implement -G/--keep-global-symbol(s).Jordan Rupprecht
2018-08-17Fix windows buildbots by removing : from filenamesJordan Rupprecht
2018-08-17[llvm-objcopy] Add support for -I binary -B <arch>.Jordan Rupprecht
2018-08-16[llvm-strip] Add support for -p/--preserve-datesJordan Rupprecht
2018-08-09[llvm-objcopy] NFC: Add some color to error()Jordan Rupprecht
2018-08-09[llvm-objcopy] Add --prefix-symbols optionPaul Semel
2018-08-09[llvm-objcopy] Add --dump-sectionPaul Semel
2018-08-06[lit, python] Always add quotes around the python path in litStella Stamenova
2018-08-01[llvm-objcopy] Add support for --rename-section flags from gnu objcopyJordan Rupprecht
2018-07-31[llvm-objcopy] Make --strip-debug strip .gdb_indexFangrui Song
2018-07-26Handle the lack of a symbol table correctly.Stephen Hines
2018-07-20[llvm-objcopy] Add basic support for --rename-sectionJordan Rupprecht
2018-07-20[llvm-objcopy, tests] Fix several llvm-objcopy testsStella Stamenova
2018-07-18[llvm-objcopy] %python wants to be in quotes, because it might contain spacesBenjamin Kramer
2018-07-17[llvm-objcopy] Run not with any python, but the python configured in lit.Benjamin Kramer
2018-07-16[llvm-objcopy] Add support for large indexesJake Ehrlich
2018-07-12Add --strip-all option back to llvm-strip.Stephen Hines
2018-07-06[llvm-objcopy] Add support for static librariesAlexander Shaposhnikov
2018-06-07[llvm-strip] Expose --strip-unneeded optionPaul Semel
2018-06-06[llvm-strip] Expose --discard-all optionAlexander Shaposhnikov
2018-06-04[llvm-strip] Add missing aliases for --strip-debugAlexander Shaposhnikov
2018-06-01[llvm-objcopy] Fix null symbol handlingPaul Semel
2018-05-31[llvm-strip] Add -o option to llvm-stripAlexander Shaposhnikov
2018-05-30llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections.Peter Collingbourne
2018-05-26[llvm-objcopy] Add --keep-file-symbols optionPaul Semel
2018-05-25[llvm-objcopy] Add --strip-unneeded optionPaul Semel
2018-05-23[llvm-strip] Minor fix of the usage of TableGenAlexander Shaposhnikov