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] 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
*
[llvm-objcopy] - Calculate the string table section sizes correctly.
George Rimar
2019-03-18
1
-11
/
+11
*
llvm-objcopy: Remove unused field. NFCI.
Peter Collingbourne
2019-03-12
1
-3
/
+1
*
[llvm-objcopy] - Fix --compress-debug-sections when there are relocations.
George Rimar
2019-03-11
1
-0
/
+15
*
[llvm-objcopy] - Remove dead code. NFCI.
George Rimar
2019-03-06
1
-7
/
+1
*
[llvm-objcopy] - Remove an excessive zlib::isAvailable() check and dead code.
George Rimar
2019-03-06
1
-6
/
+0
*
[llvm-objcopy] - Fix incorrect CompressedSection creation.
George Rimar
2019-03-06
1
-1
/
+2
*
[llvm-objdump] - Improve the error message for "removing a section that is us...
George Rimar
2019-02-28
1
-6
/
+6
*
[llvm-objcopy] - Check for invalidated relocations when removing a section.
George Rimar
2019-02-27
1
-3
/
+22
*
[llvm-objcopy] Make removeSectionReferences batched
Jordan Rupprecht
2019-02-21
1
-13
/
+22
*
[llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferences
Jordan Rupprecht
2019-02-01
1
-46
/
+63
*
[llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...
Jordan Rupprecht
2019-01-22
1
-10
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-objcopy] Fix buildbots on older compilers
Jordan Rupprecht
2019-01-03
1
-3
/
+2
[next]