summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/Object.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-objcopy - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-16/+16
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-051-3/+6
* [llvm-objcopy][ELF] Add OriginalType & OriginalFlagsFangrui Song2019-11-051-20/+23
* [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song2019-10-171-6/+6
* [llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song2019-09-141-10/+6
* [llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-071-1/+1
* [llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...Fangrui Song2019-09-041-2/+13
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-301-4/+8
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-231-0/+5
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-101-3/+0
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-051-0/+3
* llvm-objcopy: silence warning introduced in r364296Nicolai Haehnle2019-06-261-0/+4
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-251-0/+1
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-131-13/+59
* Unbreak 32-bit build.Peter Collingbourne2019-06-071-1/+1
* llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne2019-06-071-4/+12
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-291-0/+140
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-141-3/+2
* [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...George Rimar2019-05-081-1/+1
* [llvm-objcopy] - Check dynamic relocation sections for broken references.George Rimar2019-04-301-6/+9
* [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson2019-04-181-5/+7
* [llvm-objcopy] Fill .symtab_shndx section correctlyEugene Leviant2019-04-121-2/+8
* [llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...James Henderson2019-04-021-3/+3
* [llvm-objcopy] Replace the size() helper with SectionTableRef::sizeFangrui Song2019-03-301-0/+1
* [llvm-objcopy]Preserve data in segments not covered by sectionsJames Henderson2019-03-251-2/+12
* Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...George Rimar2019-03-241-0/+2
* Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...George Rimar2019-03-221-2/+0
* [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.George Rimar2019-03-221-0/+2
* [llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...George Rimar2019-03-201-0/+2
* [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