summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] Rename variable names "Section" to "Sec". NFCFangrui Song2019-09-041-66/+60
* [llvm-objcopy] Fix some identifier names in comments. NFCFangrui Song2019-09-041-5/+5
* [llvm-objcopy] Simplify alignToAddr with llvm::alignToFangrui Song2019-08-311-15/+2
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-301-4/+5
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-231-0/+21
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-101-21/+0
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-051-0/+21
* llvm-objcopy: silence warning introduced in r364296Nicolai Haehnle2019-06-261-2/+2
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-251-13/+14
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-131-33/+213
* [llvm-objcopy] Fix SHT_GROUP ordering.Jordan Rupprecht2019-06-101-2/+8
* llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne2019-06-071-31/+56
* [llvm-objcopy] - Emit error and don't crash if program header reaches past en...George Rimar2019-06-071-0/+5
* [llvm-objcopy] Remove %p format specifiersEugene Leviant2019-05-301-2/+2
* Attempt to fix buildbot after r361949Eugene Leviant2019-05-291-1/+1
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-291-1/+263
* llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead ...Peter Collingbourne2019-05-241-0/+14
* [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...George Rimar2019-05-231-106/+85
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-221-66/+66
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-141-16/+7
* [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...George Rimar2019-05-081-2/+2
* [llvm-objcopy] - Check dynamic relocation sections for broken references.George Rimar2019-04-301-6/+27
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-8/+4
* [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson2019-04-181-25/+46
* [llvm-objcopy] Fill .symtab_shndx section correctlyEugene Leviant2019-04-121-10/+23
* [llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...James Henderson2019-04-021-10/+18
* [llvm-objcopy] Replace the size() helper with SectionTableRef::sizeFangrui Song2019-03-301-10/+5
* [llvm-objcopy] Fix case style of LayoutSegments. NFCFangrui Song2019-03-291-2/+2
* [llvm-objcopy] Delete two redundant reinterpret_cast. NFCFangrui Song2019-03-291-5/+3
* [llvm-objcopy]Preserve data in segments not covered by sectionsJames Henderson2019-03-251-3/+35
* Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...George Rimar2019-03-241-0/+7
* [llvm-objcopy] - Report SHT_GROUP sections with invalid alignment.George Rimar2019-03-241-0/+3
* Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...George Rimar2019-03-221-7/+0
* [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.George Rimar2019-03-221-0/+7
* [llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...George Rimar2019-03-201-6/+7
* [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
OpenPOWER on IntegriCloud