summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-2/+57
* [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][COFF] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-121-15/+4
* [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] - Do not crash on object that has relocations but no symbol ta...Georgii Rymar2019-10-302-5/+99
* [yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.Georgii Rymar2019-10-291-0/+2
* [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
* [llvm-objcopy] Allow 'protected' visibility to be set when usingChris Jackson2019-08-151-5/+7
* [llvm-strip] Support --strip-sectionsWolfgang Pieb2019-08-081-0/+5
* [llvm-objcopy] - Fix the strip-dwo-groups.test.George Rimar2019-08-021-10/+17
* [llvm-objcopy] - Stop using Inputs/alloc-symtab.oGeorge Rimar2019-07-305-19/+46
* [llvm-objcopy] Improve --add-section argument string parsingSergey Dmitriev2019-07-291-0/+16
* [llvm-objcopy] - Reimplement strip-dwo-groups.test to stop using the precompi...George Rimar2019-07-292-35/+71
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-235-87/+24
* llvm-objcopy/test: add REQUIRES: shell for use of umaskDavid Blaikie2019-07-222-0/+2
* [test] [llvm-objcopy] Fix broken test caseAlex Brachet2019-07-191-8/+15
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-0/+6
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-106-25/+88
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-056-88/+25
* [Object/ELF.h] - Improve error reporting.George Rimar2019-07-052-6/+10
* [llvm-objcopy][test] Fix respect-umask.test after D62718/r365162Fangrui Song2019-07-051-14/+3
* Fix patch not passing test casesAlex Brachet2019-07-051-4/+3
* Temporarily stop failing test caseAlex Brachet2019-07-051-3/+3
* [llvm-objcopy] Change handling of output file permissionsAlex Brachet2019-07-043-0/+125
* [llvm-objcopy] - Get rid of dynrel.elf precompiled binary from inputs.George Rimar2019-06-213-20/+64
* [NFC][llvm-objcopy] Fix overly restrictive od output checkHubert Tong2019-06-192-6/+6
* [llvm-readobj] Allow --hex-dump/--string-dump to dump multiple sectionsFangrui Song2019-06-182-0/+2
OpenPOWER on IntegriCloud