summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [llvm-strip] Expose --strip-unneeded optionPaul Semel2018-06-071-3/+3
* [llvm-strip] Expose --discard-all optionAlexander Shaposhnikov2018-06-061-1/+4
* [llvm-objcopy] Fix null symbol handlingPaul Semel2018-06-011-3/+1
* [llvm-strip] Add -o option to llvm-stripAlexander Shaposhnikov2018-05-311-1/+2
* [llvm-objcopy] Add --keep-file-symbols optionPaul Semel2018-05-261-3/+7
* [llvm-objcopy] Add --strip-unneeded optionPaul Semel2018-05-251-0/+17
* [llvm-strip] Minor fix of the usage of TableGenAlexander Shaposhnikov2018-05-231-13/+26
* [llvm-strip] Expose --keep-symbol optionAlexander Shaposhnikov2018-05-231-0/+3
* [llvm-objcopy] Fix the behavior of --strip-* and --keep-symbolAlexander Shaposhnikov2018-05-221-45/+62
* Revert "[llvm-objcopy] Add --strip-unneeded option"Paul Semel2018-05-221-9/+0
* [llvm-objcopy] Add --strip-unneeded optionPaul Semel2018-05-211-0/+9
* [llvm-objcopy] Fix formattingAlexander Shaposhnikov2018-05-181-8/+8
* [llvm-objcopy] Add --only-keep-debug as a noopJake Ehrlich2018-05-151-0/+2
* [llvm-objcopy] Add --keep-symbol (-K) optionPaul Semel2018-05-151-0/+7
* [llvm-strip] Add support for -remove-sectionAlexander Shaposhnikov2018-05-111-0/+4
* [llvm-objcopy] Add --strip-symbol (-N) optionPaul Semel2018-05-091-1/+10
* [llvm-objcopy] Fix exit codeAlexander Shaposhnikov2018-05-081-3/+13
* [tools] Introduce llvm-stripAlexander Shaposhnikov2018-05-071-16/+82
* [llvm-objcopy] Add --discard-all (-x) optionPaul Semel2018-05-021-0/+10
* [llvm-objcopy] Add --weaken optionPaul Semel2018-05-021-0/+6
* [llvm-objcopy] Add --weaken-symbol (-W) optionPaul Semel2018-04-271-0/+8
* [llvm-objcopy] Add --globalize-symbol optionPaul Semel2018-04-271-3/+8
* [llvm-objcopy] Implement --redefine-sym optionAlexander Shaposhnikov2018-04-261-27/+28
* [llvm-objcopy] Add --localize-symbol optionPaul Semel2018-04-261-2/+19
* [llvm-objcopy] Adjust the code for the old versions of msvcAlexander Shaposhnikov2018-04-241-1/+1
* Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments"Alexander Shaposhnikov2018-04-241-108/+175
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* Revert "[llvm-objcopy] Switch over to using TableGen for parsing arguments"Jake Ehrlich2018-04-121-175/+108
* [llvm-objcopy] Switch over to using TableGen for parsing argumentsJake Ehrlich2018-04-111-108/+175
* [llvm-objcopy] Make modifications in-place if output is not specifiedAlexander Shaposhnikov2018-02-091-3/+5
* [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objectsJake Ehrlich2018-01-251-76/+58
* [llvm-objcopy] Add --add-gnu-debuglinkJake Ehrlich2018-01-251-0/+8
* Revert r322132; it appears to be an accidental commit, based on the commit me...Aaron Ballman2018-01-251-8/+0
* Reverting r323463 as it appears to be an accidental commit. Regardless, it br...Aaron Ballman2018-01-251-58/+76
* tmpJake Ehrlich2018-01-251-76/+58
* tempJake Ehrlich2018-01-091-0/+8
* [llvm-objcopy] Add --localize-hidden optionJake Ehrlich2018-01-051-0/+12
* [llvm-objcopy] Add option to add a progbits section from a fileJake Ehrlich2017-12-191-1/+21
* [llvm-objcopy] Reformat everything using clang-format -iJake Ehrlich2017-12-151-10/+8
* [llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich2017-11-301-0/+53
* [llvm-objcopy] Add --strip-all-gnu and change --strip-allJake Ehrlich2017-11-271-3/+19
* [llvm-objcopy] Improve command line option help messagesJake Ehrlich2017-11-141-5/+6
OpenPOWER on IntegriCloud