index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-objcopy
/
ELF
/
Object.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objcopy] Avoid invalid Sec.Offset after D79229
Fangrui Song
2020-05-03
1
-4
/
+4
*
[llvm-objcopy] -O binary: skip empty sections
Fangrui Song
2020-05-01
1
-6
/
+7
*
[llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...
Fangrui Song
2019-12-15
1
-23
/
+13
*
Fix cppcheck shadow variable warning. NFC.
Simon Pilgrim
2019-11-18
1
-3
/
+3
*
[llvm-objcopy][ELF] Implement --only-keep-debug
Fangrui Song
2019-11-05
1
-12
/
+97
*
[llvm-objcopy][ELF] Add OriginalType & OriginalFlags
Fangrui Song
2019-11-05
1
-3
/
+3
*
[llvm-objcopy] --add-symbol: address post-commit reviews of D69093
Fangrui Song
2019-10-31
1
-17
/
+18
*
[llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...
Georgii Rymar
2019-10-30
1
-5
/
+16
*
[llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not exist
Fangrui Song
2019-10-17
1
-10
/
+31
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-09-25
1
-1
/
+1
*
[llvm-objcopy] Ignore -B --binary-architecture=
Fangrui Song
2019-09-14
1
-2
/
+2
*
[llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFC
Fangrui Song
2019-09-07
1
-6
/
+6
*
[llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...
Fangrui Song
2019-09-04
1
-20
/
+8
*
[llvm-objcopy] Rename variable names "Section" to "Sec". NFC
Fangrui Song
2019-09-04
1
-66
/
+60
*
[llvm-objcopy] Fix some identifier names in comments. NFC
Fangrui Song
2019-09-04
1
-5
/
+5
*
[llvm-objcopy] Simplify alignToAddr with llvm::alignTo
Fangrui Song
2019-08-31
1
-15
/
+2
*
[llvm-objcopy] Allow the visibility of symbols created by --binary and
Chris Jackson
2019-08-30
1
-4
/
+5
*
Fight a bit against global initializers. NFC.
Benjamin Kramer
2019-08-22
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-5
/
+5
*
[llvm-objcopy] Allow strip symtab in executables and DSOs
Eugene Leviant
2019-07-23
1
-0
/
+21
*
Revert [llvm-objcopy] Allow strip symtab from executables and DSOs
Jordan Rupprecht
2019-07-10
1
-21
/
+0
*
[llvm-objcopy] Allow strip symtab from executables and DSOs
Eugene Leviant
2019-07-05
1
-0
/
+21
*
llvm-objcopy: silence warning introduced in r364296
Nicolai Haehnle
2019-06-26
1
-2
/
+2
*
AMDGPU/MC: Add .amdgpu_lds directive
Nicolai Haehnle
2019-06-25
1
-13
/
+14
*
[llvm-objcopy] Implement IHEX reader
Eugene Leviant
2019-06-13
1
-33
/
+213
*
[llvm-objcopy] Fix SHT_GROUP ordering.
Jordan Rupprecht
2019-06-10
1
-2
/
+8
*
llvm-objcopy: Implement --extract-partition and --extract-main-partition.
Peter Collingbourne
2019-06-07
1
-31
/
+56
*
[llvm-objcopy] - Emit error and don't crash if program header reaches past en...
George Rimar
2019-06-07
1
-0
/
+5
*
[llvm-objcopy] Remove %p format specifiers
Eugene Leviant
2019-05-30
1
-2
/
+2
*
Attempt to fix buildbot after r361949
Eugene Leviant
2019-05-29
1
-1
/
+1
*
[llvm-objcopy] Implement IHEX writer
Eugene Leviant
2019-05-29
1
-1
/
+263
*
llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead ...
Peter Collingbourne
2019-05-24
1
-0
/
+14
*
[llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...
George Rimar
2019-05-23
1
-106
/
+85
*
[llvm-objcopy] Tidy up error messages
James Henderson
2019-05-22
1
-66
/
+66
*
[llvm-objcopy] Cache gnu_debuglink's target CRC
James Henderson
2019-05-14
1
-16
/
+7
*
[llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...
George Rimar
2019-05-08
1
-2
/
+2
*
[llvm-objcopy] - Check dynamic relocation sections for broken references.
George Rimar
2019-04-30
1
-6
/
+27
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-8
/
+4
*
[llvm-objcopy][llvm-strip] Add switch to allow removing referenced sections
James Henderson
2019-04-18
1
-25
/
+46
*
[llvm-objcopy] Fill .symtab_shndx section correctly
Eugene Leviant
2019-04-12
1
-10
/
+23
*
[llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...
James Henderson
2019-04-02
1
-10
/
+18
*
[llvm-objcopy] Replace the size() helper with SectionTableRef::size
Fangrui Song
2019-03-30
1
-10
/
+5
*
[llvm-objcopy] Fix case style of LayoutSegments. NFC
Fangrui Song
2019-03-29
1
-2
/
+2
*
[llvm-objcopy] Delete two redundant reinterpret_cast. NFC
Fangrui Song
2019-03-29
1
-5
/
+3
*
[llvm-objcopy]Preserve data in segments not covered by sections
James Henderson
2019-03-25
1
-3
/
+35
*
Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...
George Rimar
2019-03-24
1
-0
/
+7
*
[llvm-objcopy] - Report SHT_GROUP sections with invalid alignment.
George Rimar
2019-03-24
1
-0
/
+3
*
Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...
George Rimar
2019-03-22
1
-7
/
+0
*
[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.
George Rimar
2019-03-22
1
-0
/
+7
*
[llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...
George Rimar
2019-03-20
1
-6
/
+7
[next]