summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-2/+57
* [llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...Fangrui Song2020-04-111-0/+33
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-3/+3
* [llvm-readelf][llvm-readobj] - Reimplement the logic of section flags dumping.Georgii Rymar2019-12-181-1/+0
* [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...Fangrui Song2019-12-151-18/+105
* [llvm-objcopy][MachO] Implement --add-sectionSeiya Nuta2019-12-161-0/+175
* [llvm-strip][MachO] Test llvm-strip --strip-debugFangrui Song2019-12-031-0/+3
* [llvm-objcopy][MachO] Implement --dump-sectionSeiya Nuta2019-11-251-0/+82
* [llvm-objcopy][MachO] Implement --strip-debugFangrui Song2019-11-211-0/+38
* [llvm-objcopy][MachO] Fix symbol order in the symbol tableFangrui Song2019-11-212-0/+6
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-195-0/+212
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-195-212/+0
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-195-0/+212
* [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-151-0/+51
* [llvm-objcopy][NFC] Use generated object file in COFF/add-section.testSergey Dmitriev2019-11-153-13/+6
* [llvm-objcopy][MachO] Implement --remove-sectionSeiya Nuta2019-11-151-0/+127
* [llvm-objcopy][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-142-0/+32
* [llvm-objcopy][COFF] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-123-15/+106
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-065-212/+0
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-065-0/+212
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-052-22/+224
* [llvm-objcopy] --add-symbol: address post-commit reviews of D69093Fangrui Song2019-10-311-18/+44
* [llvm-objcopy] Preserve .ARM.attributes section when stripping filesJames Henderson2019-10-311-0/+25
* [llvm-objcopy][MachO] Implement --strip-allSeiya Nuta2019-10-313-0/+811
* [llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...Georgii Rymar2019-10-302-5/+99
* [llvm-objcopy] Add REQUIRES directive to fix a testSeiya Nuta2019-10-301-0/+2
* [llvm-objcopy][MachO] Support indirect symbol tableSeiya Nuta2019-10-301-0/+64
* [yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.Georgii Rymar2019-10-291-0/+2
* [llvm-objcopy][MachO] Implement --only-sectionSeiya Nuta2019-10-281-0/+153
* [llvm-objcopy][MachO] Add support for min os version load commandsAlexander Shaposhnikov2019-10-255-0/+80
* [yaml2obj, obj2yaml] - Add support for SHT_NOTE sections.georgerim2019-10-251-0/+1
* [yaml2obj][obj2yaml] - Do not create a symbol table by default.George Rimar2019-10-2023-32/+33
* [llvm-objcopy] Add support for shell wildcardsJordan Rupprecht2019-10-172-0/+311
* [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song2019-10-171-0/+81
* [Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).Kai Nacke2019-10-119-25/+25
* Revert "[Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2ob...Dmitri Gribenko2019-10-109-1035/+1035
* [Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).Kai Nacke2019-10-109-1035/+1035
* [llvm-objcopy] Add --set-section-alignmentFangrui Song2019-10-022-0/+62
* [llvm-objcopy][test] Clean up -B testsFangrui Song2019-09-253-30/+13
* [llvm-objcopy] - Remove python invocations from 2 test cases.George Rimar2019-09-172-27/+2
* [llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song2019-09-141-4/+2
* [llvm-objcopy] Default --output-target to --input-target when unspecifiedFangrui Song2019-09-145-37/+46
* [llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopyMichael Pozulp2019-09-142-0/+24
* [yaml2obj] Write the section header table after section contentsFangrui Song2019-09-056-19/+17
* [yaml2obj] Support PT_GNU_STACK and PT_GNU_RELROFangrui Song2019-09-041-1/+1
* [yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...George Rimar2019-08-302-8/+8
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-302-0/+42
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-231-0/+30
* [llvm-objcopy][test] Add a test to show that argv[0] is included in error/war...Fangrui Song2019-08-201-0/+20
* [llvm-objcopy] Append '\n' to warning messagesFangrui Song2019-08-201-3/+4
OpenPOWER on IntegriCloud