OSDN Git Service

[llvm-objcopy] Accept --long-option but not -long-option
[android-x86/external-llvm.git] / tools / llvm-objcopy /
2019-04-26 Fangrui Song[llvm-objcopy] Accept --long-option but not -long-option
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-04-18 Jordan Rupprecht[llvm-objcopy] Add -B mips
2019-04-18 James Henderson[llvm-objcopy][llvm-strip] Add switch to allow removing...
2019-04-17 Jordan Rupprecht[llvm-objcopy] Support full list of bfd targets that...
2019-04-12 Eugene Leviant[llvm-objcopy] Fill .symtab_shndx section correctly
2019-04-03 James Henderson[llvm-objcopy] Make section rename/set flags case-insen...
2019-04-02 Jordan Rupprecht[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for...
2019-04-02 James Henderson[llvm-objcopy]Allow llvm-objcopy to be used on an ELF...
2019-04-01 Yi Kong[llvm-objcopy] Add --keep-symbols option
2019-03-30 Fangrui Song[llvm-objcopy] Replace the size() helper with SectionTa...
2019-03-29 Fangrui Song[llvm-objcopy] Fix case style of LayoutSegments. NFC
2019-03-29 Fangrui Song[llvm-objcopy] Delete two redundant reinterpret_cast...
2019-03-28 Jordan Rupprecht[llvm-objcopy][NFC] Move ELF-specific logic into /ELF...
2019-03-26 George Rimar[llvm-objcopy] - Strip sections before symbols.
2019-03-25 James Henderson[llvm-objcopy]Preserve data in segments not covered...
2019-03-25 George Rimar[llvm-objcopy] - Refactor the code. NFC.
2019-03-24 George RimarRecommit r356738 "[llvm-objcopy] - Implement replaceSec...
2019-03-24 George Rimar[llvm-objcopy] - Report SHT_GROUP sections with invalid...
2019-03-22 George RimarRevert r356738 "[llvm-objcopy] - Implement replaceSecti...
2019-03-22 George Rimar[llvm-objcopy] - Implement replaceSectionReferences...
2019-03-22 James Henderson[llvm-objcopy]Add support for *-freebsd output formats
2019-03-20 George Rimar[llvm-objcopy] - Use replaceSectionReferences to update...
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 George Rimar[llvm-objcopy] - Calculate the string table section...
2019-03-15 Fangrui Song[llvm-objcopy] Delete unused parameter from replaceDebu...
2019-03-15 Fangrui Song[llvm-objcopy] Don't use {}; NFC
2019-03-14 Jordan Rupprecht[llvm-strip] Hook up (unimplemented) --only-keep-debug
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-14 James HendersonRevert r356129 due to greendragon bot failures
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-13 Jordan Rupprecht[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy...
2019-03-13 Jordan Rupprecht[llvm-objcopy] Cleanup errors from CopyConfig and remov...
2019-03-12 Eugene Leviant[llvm-objcopy] Remove unneeded checks. NFC
2019-03-12 Peter Collingbournellvm-objcopy: Remove unused field. NFCI.
2019-03-11 George Rimar[llvm-objcopy] - Fix --compress-debug-sections when...
2019-03-06 George Rimar[llvm-objcopy] - Remove dead code. NFCI.
2019-03-06 George Rimar[llvm-objcopy] - Remove an excessive zlib::isAvailable...
2019-03-06 George Rimar[llvm-objcopy] - Fix incorrect CompressedSection creation.
2019-03-05 George Rimar[llvm-objcopy] - Simplify `isCompressable` and fix...
2019-03-05 George Rimar[llvm-objcopy] - Report "no zlib available" error prope...
2019-02-28 George Rimar[llvm-objdump] - Improve the error message for "removin...
2019-02-27 George Rimar[llvm-objcopy] - Check for invalidated relocations...
2019-02-27 Simon PilgrimFix Wenum-compare gcc7 warning. NFCI.
2019-02-26 Eugene Leviant[llvm-objcopy] Add --set-start, --change-start and...
2019-02-25 Eugene Leviant[llvm-objcopy] Add --add-symbol
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] Add std::move() to fix older BB
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] More error cleanup
2019-02-21 Jordan Rupprecht[llvm-objcopy] Make removeSectionReferences batched
2019-02-13 Eugene Leviant[llvm-objcopy] Add --strip-unneeded-symbol(s)
2019-02-11 Eugene LeviantSmall refactoring of FileError. NFC.
2019-02-11 Chandler CarruthUpdate new files added to llvm-objcopy to use the new...
2019-02-08 Eugene Leviant[llvm-objcopy] Add few file processing directives
2019-02-08 Eugene Leviant[llvm-objcopy] Add --redefine-syms
2019-02-06 Eugene Leviant[llvm-objcopy] Allow regular expressions in name comparison
2019-02-05 Lang Hames[ADT] Add a fallible_iterator wrapper.
2019-02-04 Jordan Rupprecht[llvm-objcopy][NFC] simplify an error return
2019-02-04 Jordan Rupprecht[llvm-objcopy][NFC] Use StringSaver for --keep-global...
2019-02-04 Clement Courbet[llvm-objcopy][NFC] Fix trailing semicolon warning.
2019-02-02 Alexander Shaposhnikov[llvm-objcopy] Add ability to copy MachO object files
2019-02-01 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation (executeObjc...
2019-02-01 Eugene Leviant[llvm-strip] Implement --keep-file-symbols
2019-02-01 Jordan Rupprecht[llvm-objcopy][NFC] Propagate errors in removeSymbols...
2019-01-31 Jordan Rupprecht[llvm-objcopy] Skip --localize-symbol for undefined...
2019-01-31 Eugene Leviant[llvm-strip] Add --strip-symbol
2019-01-30 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation (linkToBuild...
2019-01-30 Jordan Rupprecht[llvm-objcopy] Support -X|--discard-locals.
2019-01-30 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation
2019-01-29 Jordan Rupprecht[llvm-objcopy] Implement --set-section-flags.
2019-01-28 Jordan Rupprecht[llvm-objcopy] Fix crash when writing empty binary...
2019-01-25 Douglas Yung[llvm-objcopy] Add support for -g as an alias for ...
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Error out on use of unhandled...
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Fix handling of aux symbols for...
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Clear the unwritten tail of coff_...
2019-01-23 Martin StorsjoReapply: [llvm-objcopy] [COFF] Implement --add-gnu...
2019-01-22 Jordan Rupprecht[llvm-objcopy] Return Error from Buffer::allocate(...
2019-01-22 Martin StorsjoRevert "[llvm-objcopy] [COFF] Implement --add-gnu-debug...
2019-01-22 Martin Storsjo[llvm-objcopy] [COFF] Implement --add-gnu-debuglink
2019-01-22 Martin Storsjo[llvm-objcopy] [COFF] Update symbol indices in weak...
2019-01-22 Martin Storsjo[llvm-objcopy] Consistently use createStringError inste...
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --only-section
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --only-keep-debug
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --strip-debug
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Add support for removing sections
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Remove a superfluous namespace...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-15 Jordan Rupprecht[llvm-objcopy] Use SHT_NOTE for added note sections.
2019-01-15 Martin Storsjo[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for...
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Remove unreferenced undefined...
2019-01-12 Martin Storsjo[llvm-objcopy] [COFF] Remove pointless Reader/Writer...
2019-01-11 Martin Storsjo[llvm-objcopy] [COFF] Implmement --strip-unneeded and...
2019-01-11 Martin Storsjo[llvm-objcopy] [COFF] Fix writing object files without...
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Fix warnings abuilt missing field...
2019-01-10 Martin Storsjo[llvm-objcopy] [COFF] Add support for removing symbols
2019-01-07 Jordan Rupprecht[llvm-objcopy] Handle -O <format> flag.
2019-01-03 Jordan Rupprecht[llvm-objcopy] Fix buildbots on older compilers
2019-01-03 Jordan RupprechtFix typos in comments
2019-01-03 Jordan Rupprecht[llvm-objcopy][ELF] Implement a mutable section visitor...
2018-12-30 Martin Storsjo[llvm-objcopy] [COFF] Use Error/Expected returns instea...
2018-12-20 Martin Storsjo[llvm-objcopy] [COFF] Avoid memcpy() with null paramete...
next