OSDN Git Service

Merging r340691:
[android-x86/external-llvm.git] / tools / llvm-objcopy /
2018-07-31 Fangrui Song[llvm-objcopy] Make --strip-debug strip .gdb_index
2018-07-27 Fangrui Song[llvm-objcopy] Make --strip-debug strip .zdebug* (zlib...
2018-07-26 Stephen HinesHandle the lack of a symbol table correctly.
2018-07-20 Jordan Rupprecht[llvm-objcopy] Add basic support for --rename-section
2018-07-18 Puyan Lotfi[NFC][llvm-objcopy] Cleanup namespace usage in llvm...
2018-07-16 Puyan Lotfi[NFC][llvm-objcopy] Make helper functions static
2018-07-16 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-07-12 Stephen HinesAdd --strip-all option back to llvm-strip.
2018-07-06 Alexander Shaposhnikov[llvm-objcopy] Add support for static libraries
2018-06-07 Alexander Shaposhnikov[llvm-objcopy] Remove unused field from Object
2018-06-07 Paul Semel[llvm-strip] Expose --strip-unneeded option
2018-06-06 Alexander Shaposhnikov[llvm-strip] Expose --discard-all option
2018-06-04 Alexander Shaposhnikov[llvm-strip] Add missing aliases for --strip-debug
2018-06-01 Paul Semel[llvm-objcopy] Fix null symbol handling
2018-05-31 Alexander Shaposhnikov[llvm-strip] Add -o option to llvm-strip
2018-05-30 Peter Collingbournellvm-objcopy: Set sh_link to 0 on unrecognized symtab...
2018-05-26 Paul Semel[llvm-objcopy] Add --keep-file-symbols option
2018-05-25 Paul Semel[llvm-objcopy] Add --strip-unneeded option
2018-05-23 Alexander Shaposhnikov[llvm-strip] Minor fix of the usage of TableGen
2018-05-23 Alexander Shaposhnikov[llvm-strip] Expose --keep-symbol option
2018-05-22 Alexander Shaposhnikov[llvm-objcopy] Fix the behavior of --strip-* and -...
2018-05-22 Paul SemelRevert "[llvm-objcopy] Add --strip-unneeded option"
2018-05-21 Paul Semel[llvm-objcopy] Add --strip-unneeded option
2018-05-18 Alexander Shaposhnikov[llvm-objcopy] Fix formatting
2018-05-15 Jake Ehrlich[llvm-objcopy] Add --only-keep-debug as a noop
2018-05-15 Paul Semel[llvm-objcopy] Add --keep-symbol (-K) option
2018-05-11 Alexander Shaposhnikov[llvm-strip] Add support for -remove-section
2018-05-09 Paul Semel[llvm-objcopy] Add --strip-symbol (-N) option
2018-05-08 Alexander Shaposhnikov[llvm-objcopy] Fix exit code
2018-05-07 Alexander Shaposhnikov[tools] Introduce llvm-strip
2018-05-02 Paul Semel[llvm-objcopy] Add --discard-all (-x) option
2018-05-02 Paul Semel[llvm-objcopy] Add --weaken option
2018-04-27 Paul Semel[llvm-objcopy] Add --weaken-symbol (-W) option
2018-04-27 Paul Semel[llvm-objcopy] Add --globalize-symbol option
2018-04-26 Alexander Shaposhnikov[llvm-objcopy] Implement --redefine-sym option
2018-04-26 Paul Semel[llvm-objcopy] Add --localize-symbol option
2018-04-24 Alexander Shaposhnikov[llvm-objcopy] Adjust the help message
2018-04-24 Alexander Shaposhnikov[llvm-objcopy] Adjust the code for the old versions...
2018-04-24 Alexander ShaposhnikovRecommit "[llvm-objcopy] Switch over to using TableGen...
2018-04-20 Alexander Shaposhnikov[llvm-objcopy] Fix sh_link
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-12 Jake EhrlichRevert "[llvm-objcopy] Switch over to using TableGen...
2018-04-11 Jake Ehrlich[llvm-objcopy] Switch over to using TableGen for parsin...
2018-03-21 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert r328012
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-07 Jake EhrlichRevert "[llvm-objcopy] Add support for large indexes"
2018-03-07 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-02-24 Alexander Shaposhnikov[llvm-objcopy] Fix typo in setSymTab
2018-02-19 Alexander Richardson[llvm-objcopy] Use the full filename in --add-gnu-debuglink
2018-02-14 Jake Ehrlich[llvm-objcopy] Fix handling of zero-size segments in...
2018-02-09 Alexander Shaposhnikov[llvm-objcopy] Make modifications in-place if output...
2018-01-26 Jake EhrlichReland "[llvm-objcopy] Refactor llvm-objcopy to use...
2018-01-26 Jake EhrlichReland "[llvm-objcopy] Refactor llvm-objcopy to use...
2018-01-26 Jake EhrlichReland "[llvm-objcopy] Refactor llvm-objcopy to use...
2018-01-26 Jake EhrlichRevert "Reland "[llvm-objcopy] Refactor llvm-objcopy...
2018-01-26 Jake EhrlichReland "[llvm-objcopy] Refactor llvm-objcopy to use...
2018-01-25 Jake Ehrlich[llvm-objcopy] Refactor llvm-objcopy to use reader...
2018-01-25 Jake Ehrlich[llvm-objcopy] Add --add-gnu-debuglink
2018-01-25 Aaron BallmanRevert r322132; it appears to be an accidental commit...
2018-01-25 Aaron BallmanReverting r323463 as it appears to be an accidental...
2018-01-25 Jake Ehrlichtmp
2018-01-22 Jake Ehrlich[llvm-objcopy] Use physical instead of virtual address...
2018-01-09 Jake Ehrlichtemp
2018-01-05 Jake Ehrlich[llvm-objcopy] Add --localize-hidden option
2018-01-02 Jake Ehrlich[llvm-objcopy] Add support for visibility
2017-12-19 Jake Ehrlich[llvm-objcopy] Add option to add a progbits section...
2017-12-15 Jake Ehrlich[llvm-objcopy] Reformat everything using clang-format -i
2017-11-30 Jake Ehrlich[llvm-objcopy] Add support for --only-keep/-j and ...
2017-11-27 Jake Ehrlich[llvm-objcopy] Add --strip-all-gnu and change --strip-all
2017-11-15 Jake Ehrlich[llvm-objcopy] Change -O binary to respect section...
2017-11-14 Jake Ehrlich[llvm-objcopy] Improve command line option help messages
2017-11-14 Jake Ehrlich[llvm-objcopy] Add -strip-non-alloc option to remove...
2017-11-14 Jake Ehrlich[llvm-objcopy] Support the rest of the ELF formats
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-debug
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-all option to llvm-objcopy
2017-11-08 Rafael EspindolaMake sure an error is always handled.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer::commit to Error.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer to Expected. NFC.
2017-11-03 David Blaikiellvm-objdump: Fix unused-lambda-capture warning by...
2017-11-03 Jake Ehrlich[llvm-objcopy] Add support for dwarf fission
2017-11-02 Jake Ehrlich[llvm-objcopy] Fix bug in how segment alignment was...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-11-01 Eugene Zelenko[dsymutil, llvm-objcopy] Fix some Clang-tidy modernize...
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 Jake EhrlichReland "[llvm-objcopy] Add support for --strip-sections...
2017-10-11 Jake EhrlichRevert "[llvm-objcopy] Add support for --strip-sections...
2017-10-11 Jake Ehrlich[llvm-objcopy] Add support for --strip-sections to...
2017-10-10 Jake Ehrlich[llvm-objcopy] Add ability to remove multiple sections...
2017-10-10 Jake Ehrlich[llvm-objcopy] Fix latent bug that allowed some Section...
2017-10-10 Jake Ehrlich[llvm-objcopy] Add support for removing sections
2017-10-10 Jake EhrlichRevert "temporary"
2017-10-10 Jake Ehrlichtemporary
2017-10-04 Jake Ehrlich[llvm-objcopy] Fix major layout bugs in llvm-objcopy
2017-09-27 Jake EhrlichReland: [llvm-objcopy] Add support for dynamic relocations
2017-09-26 James Y KnightInitialize the RelocationSectionBase::Section member.
2017-09-26 Jake Ehrlich[llvm-objcopy] Add support for dynamic relocations
2017-09-25 Jake Ehrlich[llvm-objcopy] Refactor code to include initialize...
2017-09-20 Jake EhrlichReland "[llvm-objcopy] Add support for .dynamic, .dynsy...
next