summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-objcopy] - Calculate the string table section sizes correctly.George Rimar2019-03-181-11/+11
* llvm-objcopy: Remove unused field. NFCI.Peter Collingbourne2019-03-121-3/+1
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-111-0/+15
* [llvm-objcopy] - Remove dead code. NFCI.George Rimar2019-03-061-7/+1
* [llvm-objcopy] - Remove an excessive zlib::isAvailable() check and dead code.George Rimar2019-03-061-6/+0
* [llvm-objcopy] - Fix incorrect CompressedSection creation.George Rimar2019-03-061-1/+2
* [llvm-objdump] - Improve the error message for "removing a section that is us...George Rimar2019-02-281-6/+6
* [llvm-objcopy] - Check for invalidated relocations when removing a section.George Rimar2019-02-271-3/+22
* [llvm-objcopy] Make removeSectionReferences batchedJordan Rupprecht2019-02-211-13/+22
* [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferencesJordan Rupprecht2019-02-011-46/+63
* [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...Jordan Rupprecht2019-01-221-10/+12
* 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-3/+2
* Fix typos in commentsJordan Rupprecht2019-01-031-2/+2
* [llvm-objcopy][ELF] Implement a mutable section visitor that updates size-rel...Jordan Rupprecht2019-01-031-29/+98
* [llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC.George Rimar2018-12-201-1/+1
* [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF headerGeorge Rimar2018-12-201-2/+6
* Use llvm::copy. NFCFangrui Song2018-11-171-5/+5
* [llvm-objcopy] Use llvm::all_of and rename the variables "Segment" to avoid c...Fangrui Song2018-11-171-6/+6
* [llvm-objcopy] Don't apply --localize flags to common symbolsJordan Rupprecht2018-11-011-0/+2
* [llvm-objcopy] Use proper casesFangrui Song2018-11-011-17/+17
* [llvm-objcopy] Move elf-specific code into subfolderAlexander Shaposhnikov2018-10-291-0/+1621
OpenPOWER on IntegriCloud