OSDN Git Service

Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
[android-x86/external-llvm.git] / tools / llvm-objcopy / llvm-objcopy.cpp
2019-06-01 Alex Brachet[llvm-objcopy] test commit
2019-05-08 James Henderson[llvm-objcopy] Improve error message for unrecognised...
2019-02-21 Jordan Rupprecht[llvm-objcopy][NFC] More error cleanup
2019-02-11 Eugene LeviantSmall refactoring of FileError. NFC.
2019-02-08 Eugene Leviant[llvm-objcopy] Add --redefine-syms
2019-02-05 Lang Hames[ADT] Add a fallible_iterator wrapper.
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-01-30 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation
2019-01-22 Jordan Rupprecht[llvm-objcopy] Return Error from Buffer::allocate(...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-19 Martin Storsjo[llvm-objcopy] Initial COFF support
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-07 Fangrui Song[llvm-strip] Check "strip" with StringRef::contains...
2018-11-01 Jordan Rupprecht[llvm-objcopy] Support --{enable,disable}-deterministic...
2018-10-29 Alexander Shaposhnikov[llvm-objcopy] Move elf-specific code into subfolder
2018-10-24 Alexander Shaposhnikov[llvm-objcopy] Introduce dispatch mechanism based on...
2018-10-16 Alexander Shaposhnikov[llvm-objcopy] Factor out Buffer
2018-10-11 Alexander Shaposhnikov[llvm-objcopy] Factor out CopyConfig
2018-10-10 Armando MontanezTest commit: fix typo in comment
2018-10-10 Fangrui Song[opt] Change the parameter of OptTable::PrintHelp from...
2018-10-01 Puyan Lotfi[llvm-objcopy] Adding support for decompressing zlib...
2018-09-21 Jordan Rupprecht[llvm-objcopy/llvm-strip]: handle --version
2018-09-07 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-07 Puyan LotfiRevert: [llvm-objcopy] Dwarf .debug section compression...
2018-09-06 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-05 Jordan Rupprecht[llvm-strip] Support stripping multiple input files
2018-09-04 Chandler CarruthRevert r341342: Dwarf .debug section compression suppor...
2018-09-03 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-08-29 Jordan Rupprecht[llvm-strip] Fix -p|--preserve-dates to not truncate...
2018-08-21 Fangrui Song[llvm-objcopy] Simplify find(X,Y) != X.end() with is_co...
2018-08-20 Fangrui Song[llvm-strip] Allow only one input
2018-08-17 Jordan Rupprecht[llvm-objcopy] Implement -G/--keep-global-symbol(s).
2018-08-17 Jordan Rupprecht[llvm-objcopy] Add support for -I binary -B <arch>.
2018-08-16 Jordan Rupprecht[llvm-strip] Add support for -p/--preserve-dates
2018-08-13 Jordan Rupprecht[llvm-objcopy] NFC: Fix minor formatting issues
2018-08-09 Jordan Rupprecht[llvm-objcopy] NFC: Add some color to error()
2018-08-09 Paul Semel[llvm-objcopy] Add --prefix-symbols option
2018-08-09 Paul Semel[llvm-objcopy] Add --dump-section
2018-08-02 Puyan Lotfi[NFC] clang-format cleanup of a couple files in llvm...
2018-08-01 Jordan Rupprecht[llvm-objcopy] Add support for --rename-section flags...
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-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 Paul Semel[llvm-strip] Expose --strip-unneeded option
2018-06-06 Alexander Shaposhnikov[llvm-strip] Expose --discard-all option
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-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 code for the old versions...
2018-04-24 Alexander ShaposhnikovRecommit "[llvm-objcopy] Switch over to using TableGen...
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-02-09 Alexander Shaposhnikov[llvm-objcopy] Make modifications in-place if output...
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-09 Jake Ehrlichtemp
2018-01-05 Jake Ehrlich[llvm-objcopy] Add --localize-hidden option
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-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
next