summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/Object.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] - Calculate the string table section sizes correctly.George Rimar2019-03-181-1/+1
* [llvm-objcopy] Don't use {}; NFCFangrui Song2019-03-151-1/+1
* llvm-objcopy: Remove unused field. NFCI.Peter Collingbourne2019-03-121-6/+2
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-111-0/+4
* [llvm-objcopy] - Check for invalidated relocations when removing a section.George Rimar2019-02-271-3/+4
* [llvm-objcopy] Add --add-symbolEugene Leviant2019-02-251-0/+5
* [llvm-objcopy] Make removeSectionReferences batchedJordan Rupprecht2019-02-211-4/+9
* [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferencesJordan Rupprecht2019-02-011-10/+10
* [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...Jordan Rupprecht2019-01-221-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objcopy] Fix buildbots on older compilersJordan Rupprecht2019-01-031-0/+2
* [llvm-objcopy][ELF] Implement a mutable section visitor that updates size-rel...Jordan Rupprecht2019-01-031-5/+53
* [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF headerGeorge Rimar2018-12-201-0/+2
* [llvm-objcopy] Change Segment::Type from uint64_t to uint32_tFangrui Song2018-12-121-6/+6
* [llvm-objcopy] Add --build-id-link-dir flagJake Ehrlich2018-12-031-1/+1
* [llvm-objcopy] Don't apply --localize flags to common symbolsJordan Rupprecht2018-11-011-0/+1
* [llvm-objcopy] Delete a redundant override whose base is emptyFangrui Song2018-10-311-1/+0
* [llvm-objcopy] Move elf-specific code into subfolderAlexander Shaposhnikov2018-10-291-0/+774
OpenPOWER on IntegriCloud