summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-objcopy] [COFF] Fix the Object forward declarationMartin Storsjo2018-12-192-2/+2
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-199-0/+762
* [llvm-objcopy] Change Segment::Type from uint64_t to uint32_tFangrui Song2018-12-121-6/+6
* llvm-objcopy: Improve/simplify llvm::Error handling during notes iterationDavid Blaikie2018-12-111-6/+1
* [llvm-objcopy] Change --only-keep to --only-sectionJake Ehrlich2018-12-064-8/+8
* [llvm-objcopy] Add --build-id-link-dir flagJake Ehrlich2018-12-035-3/+100
* [llvm-objcopy] Delete redundant !Config.xx.empty() when followed by positive ...Fangrui Song2018-11-291-11/+5
* [llvm-objcopy] Hook up the -V alias to --version, output "GNU strip"Martin Storsjo2018-11-283-0/+4
* Use llvm::copy. NFCFangrui Song2018-11-171-5/+5
* [llvm-objcopy] Use llvm::all_of and rename the variables "Segment" to avoid c...Fangrui Song2018-11-171-6/+6
* [llvm-objcopy] Rename --keep to --keep-section.Jordan Rupprecht2018-11-135-9/+11
* [llvm-objcopy] Don't copy Config when processing --keepFangrui Song2018-11-121-1/+1
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-112-2/+2
* [llvm-strip] Check "strip" with StringRef::contains instead of ends_withFangrui Song2018-11-071-1/+1
* [llvm-objcopy/strip] [NFC] Clean up tablegen opts (clang-format + reorganizin...Jordan Rupprecht2018-11-012-110/+108
* [llvm-strip] Support --keep and --strip-all-gnu from llvm-objcopyJordan Rupprecht2018-11-013-3/+13
* [llvm-objcopy] Support --{enable,disable}-deterministic-archivesJordan Rupprecht2018-11-015-4/+45
* [llvm-objcopy] Don't apply --localize flags to common symbolsJordan Rupprecht2018-11-013-4/+8
* [llvm-objcopy] For multiclass Eq, associate help text with --name= , not with...Fangrui Song2018-11-012-81/+65
* [llvm-objcopy] Use proper casesFangrui Song2018-11-011-17/+17
* [llvm-objcopy] Delete a redundant override whose base is emptyFangrui Song2018-10-311-1/+0
* [llvm-objcopy] Fix --keep-global-symbol/--globalize-symbol for undefined symb...Jordan Rupprecht2018-10-301-2/+4
* [llvm-objcopy] Move elf-specific code into subfolderAlexander Shaposhnikov2018-10-296-472/+540
* [llvm-objcopy] Introduce dispatch mechanism based on the inputAlexander Shaposhnikov2018-10-243-29/+77
* [llvm-objcopy] Fix use-after-move clang-tidy warningJordan Rupprecht2018-10-231-2/+2
* [llvm-strip] Support -s alias for --strip-all. Make both strip and objcopy ca...Jordan Rupprecht2018-10-232-2/+5
* [llvm-objcopy] Factor out BufferAlexander Shaposhnikov2018-10-166-74/+120
* [llvm-objcopy] Add -F|--target compatibilityJordan Rupprecht2018-10-122-2/+16
* [llvm-objcopy] Factor out CopyConfigAlexander Shaposhnikov2018-10-115-471/+541
* 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] Make -S an alias for --strip-allJake Ehrlich2018-10-091-2/+2
* [llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.Puyan Lotfi2018-10-014-14/+148
* [llvm-objcopy/llvm-strip]: handle --versionJordan Rupprecht2018-09-213-0/+17
* [llvm-objcopy] Add missing alias for --strip-all-gnuAlexander Shaposhnikov2018-09-171-0/+2
* [objcopy] make objcopy follow program header standardsJulie Hockett2018-09-121-7/+6
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-074-6/+176
* Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).Puyan Lotfi2018-09-074-175/+6
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-064-6/+175
* [llvm-strip] Support stripping multiple input filesJordan Rupprecht2018-09-051-14/+35
* [llvm-strip] Allow copying relocation sections without symbol tables.Jordan Rupprecht2018-09-041-6/+9
* Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).Chandler Carruth2018-09-044-161/+6
* [NFC][llvm-objcopy] clang-formating Object.cppPuyan Lotfi2018-09-041-2/+1
* [NFC][llvm-objcopy] Fixing a ubi-san problem with unaligned memory writes.Puyan Lotfi2018-09-041-3/+4
* [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).Puyan Lotfi2018-09-034-6/+161
* [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-172-0/+54
* [llvm-objcopy] Add support for -I binary -B <arch>.Jordan Rupprecht2018-08-173-64/+273
OpenPOWER on IntegriCloud