summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-017-15/+15
* [llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS promotionFangrui Song2019-05-012-10/+10
* [llvm-objcopy] Add RISC-V support for -B/-OJordan Rupprecht2019-04-302-15/+43
* [llvm-objcopy] - Check dynamic relocation sections for broken references.George Rimar2019-04-302-0/+64
* Fix llvm-objcopy/ELF/preserve-segment-contents test on UTF-8 localeAlexandre Ganea2019-04-261-2/+2
* [llvm-objcopy] Accept --long-option but not -long-optionFangrui Song2019-04-264-15/+9
* [llvm-objcopy] Add -B mipsJordan Rupprecht2019-04-181-8/+15
* [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson2019-04-184-6/+76
* [llvm-objcopy] Support full list of bfd targets that lld uses.Jordan Rupprecht2019-04-172-25/+101
* [llvm-objcopy] Fill .symtab_shndx section correctlyEugene Leviant2019-04-121-0/+50
* [llvm-objcopy] [llvm-symbolizer] Fix failing testsDon Hinton2019-04-041-9/+15
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-0347-619/+640
* [NFC] Address missed review comment for testJames Henderson2019-04-032-1/+5
* [llvm-objcopy] Make section rename/set flags case-insensitiveJames Henderson2019-04-032-0/+18
* [llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for some --set-section-flagsJordan Rupprecht2019-04-022-75/+146
* [llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...James Henderson2019-04-021-0/+26
* [llvm-objcopy] Add --keep-symbols optionYi Kong2019-04-011-0/+7
* [llvm-objcopy] - Strip sections before symbols.George Rimar2019-03-261-0/+48
* [llvm-objcopy]Preserve data in segments not covered by sectionsJames Henderson2019-03-252-0/+680
* Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...George Rimar2019-03-242-0/+73
* [llvm-objcopy] - Report SHT_GROUP sections with invalid alignment.George Rimar2019-03-241-0/+38
* [llvm-objcopy]Add coverage for --split-dwo and --output-formatJames Henderson2019-03-221-17/+37
* Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...George Rimar2019-03-222-72/+0
* [llvm-objcopy] - Fix a st_name of the first symbol table entry.George Rimar2019-03-221-0/+47
* [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.George Rimar2019-03-222-0/+72
* [llvm-objcopy]Add support for *-freebsd output formatsJames Henderson2019-03-222-6/+22
* [llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...George Rimar2019-03-202-0/+27
* [llvm-objcopy] - Calculate the string table section sizes correctly.George Rimar2019-03-184-2/+51
* [llvm-strip] Hook up (unimplemented) --only-keep-debugJordan Rupprecht2019-03-141-0/+4
* [llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson2019-03-145-6/+95
* Revert r356129 due to greendragon bot failuresJames Henderson2019-03-145-95/+6
* [llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson2019-03-145-6/+95
* [llvm-objcopy] Cleanup errors from CopyConfig and remove llvm-objcopy.h depen...Jordan Rupprecht2019-03-131-3/+5
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-113-3/+15
* [llvm-objcopy] - Simplify `isCompressable` and fix the issue relative.George Rimar2019-03-051-0/+41
* [llvm-objdump] - Improve the error message for "removing a section that is us...George Rimar2019-02-281-1/+1
* [llvm-objcopy] - Check for invalidated relocations when removing a section.George Rimar2019-02-271-0/+51
* [llvm-objcopy] Add --set-start, --change-start and --adjust-startEugene Leviant2019-02-261-0/+57
* [llvm-objcopy] Add --add-symbolEugene Leviant2019-02-251-0/+76
* [llvm-objcopy][NFC] More error cleanupJordan Rupprecht2019-02-219-11/+11
* [llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant2019-02-131-0/+22
* [llvm-objcopy] Add few file processing directivesEugene Leviant2019-02-084-0/+40
* Attempt to fix build bot after r353509Eugene Leviant2019-02-081-1/+0
* [llvm-objcopy] Add --redefine-symsEugene Leviant2019-02-081-0/+19
* Attempt to fix buildbot after r353289Eugene Leviant2019-02-063-3/+3
* [llvm-objcopy] Allow regular expressions in name comparisonEugene Leviant2019-02-0610-1/+116
* [llvm-strip] Implement --keep-file-symbolsEugene Leviant2019-02-011-0/+5
* [llvm-objcopy] Skip --localize-symbol for undefined symbolsJordan Rupprecht2019-01-311-0/+12
* [llvm-strip] Add --strip-symbolEugene Leviant2019-01-311-0/+2
* [llvm-objcopy] Support -X|--discard-locals.Jordan Rupprecht2019-01-303-0/+255
OpenPOWER on IntegriCloud