summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
* [llvm-strip] Add support for -remove-sectionAlexander Shaposhnikov2018-05-112-0/+10
* [llvm-objcopy] Add --strip-symbol (-N) optionPaul Semel2018-05-094-3/+49
* [llvm-objcopy] Fix exit codeAlexander Shaposhnikov2018-05-081-3/+13
* [tools] Introduce llvm-stripAlexander Shaposhnikov2018-05-074-20/+105
* [llvm-objcopy] Add --discard-all (-x) optionPaul Semel2018-05-024-6/+25
* [llvm-objcopy] Add --weaken optionPaul Semel2018-05-022-0/+8
* [llvm-objcopy] Add --weaken-symbol (-W) optionPaul Semel2018-04-272-0/+13
* [llvm-objcopy] Add --globalize-symbol optionPaul Semel2018-04-272-3/+11
* [llvm-objcopy] Implement --redefine-sym optionAlexander Shaposhnikov2018-04-264-39/+38
* [llvm-objcopy] Add --localize-symbol optionPaul Semel2018-04-262-2/+24
* [llvm-objcopy] Adjust the help messageAlexander Shaposhnikov2018-04-241-3/+3
* [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-244-109/+243
* [llvm-objcopy] Fix sh_linkAlexander Shaposhnikov2018-04-202-34/+20
* 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-124-241/+109
* [llvm-objcopy] Switch over to using TableGen for parsing argumentsJake Ehrlich2018-04-114-109/+241
* [llvm-objcopy] Implement support for section groupsAlexander Shaposhnikov2018-03-212-45/+137
* [llvm-objcopy] Revert r328012Alexander Shaposhnikov2018-03-202-120/+43
* [llvm-objcopy] Implement support for section groupsAlexander Shaposhnikov2018-03-202-43/+120
* Revert "[llvm-objcopy] Add support for large indexes"Jake Ehrlich2018-03-072-215/+27
* [llvm-objcopy] Add support for large indexesJake Ehrlich2018-03-072-27/+215
* [llvm-objcopy] Fix typo in setSymTabAlexander Shaposhnikov2018-02-241-2/+3
* [llvm-objcopy] Use the full filename in --add-gnu-debuglinkAlexander Richardson2018-02-191-2/+2
* [llvm-objcopy] Fix handling of zero-size segments in llvm-objcopyJake Ehrlich2018-02-142-28/+70
* [llvm-objcopy] Make modifications in-place if output is not specifiedAlexander Shaposhnikov2018-02-091-3/+5
* Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"Jake Ehrlich2018-01-262-11/+11
* Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"Jake Ehrlich2018-01-261-4/+4
* Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"Jake Ehrlich2018-01-261-0/+2
* Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer...Jake Ehrlich2018-01-262-11/+11
* Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"Jake Ehrlich2018-01-262-11/+11
* [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objectsJake Ehrlich2018-01-254-437/+627
* [llvm-objcopy] Add --add-gnu-debuglinkJake Ehrlich2018-01-253-0/+77
* Revert r322132; it appears to be an accidental commit, based on the commit me...Aaron Ballman2018-01-253-77/+0
* Reverting r323463 as it appears to be an accidental commit. Regardless, it br...Aaron Ballman2018-01-254-627/+437
* tmpJake Ehrlich2018-01-254-437/+627
* [llvm-objcopy] Use physical instead of virtual address when aligning and plac...Jake Ehrlich2018-01-221-16/+39
* tempJake Ehrlich2018-01-093-0/+77
* [llvm-objcopy] Add --localize-hidden optionJake Ehrlich2018-01-053-1/+33
* [llvm-objcopy] Add support for visibilityJake Ehrlich2018-01-022-4/+8
* [llvm-objcopy] Add option to add a progbits section from a fileJake Ehrlich2017-12-193-1/+48
* [llvm-objcopy] Reformat everything using clang-format -iJake Ehrlich2017-12-152-26/+22
* [llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich2017-11-302-0/+55
* [llvm-objcopy] Add --strip-all-gnu and change --strip-allJake Ehrlich2017-11-271-3/+19
* [llvm-objcopy] Change -O binary to respect section removal and behave like GN...Jake Ehrlich2017-11-151-63/+129
* [llvm-objcopy] Improve command line option help messagesJake Ehrlich2017-11-141-5/+6
* [llvm-objcopy] Add -strip-non-alloc option to remove all non-allocated sectionsJake Ehrlich2017-11-141-0/+11
* [llvm-objcopy] Support the rest of the ELF formatsJake Ehrlich2017-11-141-6/+19
* [llvm-objcopy] Add --strip-debugJake Ehrlich2017-11-131-0/+8
* [llvm-objcopy] Add --strip-all option to llvm-objcopyJake Ehrlich2017-11-131-0/+20
OpenPOWER on IntegriCloud