summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-131-3/+17
* [llvm-objcopy] test commitAlex Brachet2019-06-011-1/+1
* [llvm-objcopy] Improve error message for unrecognised archive memberJames Henderson2019-05-081-6/+6
* [llvm-objcopy][NFC] More error cleanupJordan Rupprecht2019-02-211-21/+37
* Small refactoring of FileError. NFC.Eugene Leviant2019-02-111-6/+2
* [llvm-objcopy] Add --redefine-symsEugene Leviant2019-02-081-4/+6
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-3/+0
* [llvm-objcopy] Add ability to copy MachO object filesAlexander Shaposhnikov2019-02-021-0/+4
* [llvm-objcopy][NFC] More error propagation (executeObjcopyOnArchive)Jordan Rupprecht2019-02-011-14/+18
* [llvm-objcopy][NFC] More error propagationJordan Rupprecht2019-01-301-11/+18
* [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...Jordan Rupprecht2019-01-221-2/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+4
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [llvm-strip] Check "strip" with StringRef::contains instead of ends_withFangrui Song2018-11-071-1/+1
* [llvm-objcopy] Support --{enable,disable}-deterministic-archivesJordan Rupprecht2018-11-011-4/+4
* [llvm-objcopy] Move elf-specific code into subfolderAlexander Shaposhnikov2018-10-291-471/+1
* [llvm-objcopy] Introduce dispatch mechanism based on the inputAlexander Shaposhnikov2018-10-241-23/+65
* [llvm-objcopy] Factor out BufferAlexander Shaposhnikov2018-10-161-0/+1
* [llvm-objcopy] Factor out CopyConfigAlexander Shaposhnikov2018-10-111-462/+2
* Test commit: fix typo in commentArmando Montanez2018-10-101-1/+1
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-4/+5
* [llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.Puyan Lotfi2018-10-011-13/+38
* [llvm-objcopy/llvm-strip]: handle --versionJordan Rupprecht2018-09-211-0/+10
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-071-4/+73
* Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).Puyan Lotfi2018-09-071-72/+4
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-061-4/+72
* [llvm-strip] Support stripping multiple input filesJordan Rupprecht2018-09-051-14/+35
* Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).Chandler Carruth2018-09-041-69/+4
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-031-4/+69
* [llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place.Jordan Rupprecht2018-08-291-1/+2
* [llvm-objcopy] Simplify find(X,Y) != X.end() with is_contained()Fangrui Song2018-08-211-3/+3
* [llvm-strip] Allow only one inputFangrui Song2018-08-201-3/+3
* [llvm-objcopy] Implement -G/--keep-global-symbol(s).Jordan Rupprecht2018-08-171-0/+36
* [llvm-objcopy] Add support for -I binary -B <arch>.Jordan Rupprecht2018-08-171-33/+103
* [llvm-strip] Add support for -p/--preserve-datesJordan Rupprecht2018-08-161-4/+37
* [llvm-objcopy] NFC: Fix minor formatting issuesJordan Rupprecht2018-08-131-31/+31
* [llvm-objcopy] NFC: Add some color to error()Jordan Rupprecht2018-08-091-3/+6
* [llvm-objcopy] Add --prefix-symbols optionPaul Semel2018-08-091-0/+5
* [llvm-objcopy] Add --dump-sectionPaul Semel2018-08-091-0/+37
* [NFC] clang-format cleanup of a couple files in llvm-objcopy.Puyan Lotfi2018-08-021-1/+2
* [llvm-objcopy] Add support for --rename-section flags from gnu objcopyJordan Rupprecht2018-08-011-8/+103
* [llvm-objcopy] Make --strip-debug strip .gdb_indexFangrui Song2018-07-311-1/+2
* [llvm-objcopy] Make --strip-debug strip .zdebug* (zlib-gnu) sectionsFangrui Song2018-07-271-8/+9
* Handle the lack of a symbol table correctly.Stephen Hines2018-07-261-2/+3
* [llvm-objcopy] Add basic support for --rename-sectionJordan Rupprecht2018-07-201-0/+17
* [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.Puyan Lotfi2018-07-181-29/+32
* [NFC][llvm-objcopy] Make helper functions staticPuyan Lotfi2018-07-161-19/+23
* Add --strip-all option back to llvm-strip.Stephen Hines2018-07-121-0/+1
* [llvm-objcopy] Add support for static librariesAlexander Shaposhnikov2018-07-061-23/+91
OpenPOWER on IntegriCloud