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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-objcopy - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
1
-16
/
+16
*
[llvm-objcopy][ELF] Implement --only-keep-debug
Fangrui Song
2019-11-05
1
-3
/
+6
*
[llvm-objcopy][ELF] Add OriginalType & OriginalFlags
Fangrui Song
2019-11-05
1
-20
/
+23
*
[llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not exist
Fangrui Song
2019-10-17
1
-6
/
+6
*
[llvm-objcopy] Ignore -B --binary-architecture=
Fangrui Song
2019-09-14
1
-10
/
+6
*
[llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFC
Fangrui Song
2019-09-07
1
-1
/
+1
*
[llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...
Fangrui Song
2019-09-04
1
-2
/
+13
*
[llvm-objcopy] Allow the visibility of symbols created by --binary and
Chris Jackson
2019-08-30
1
-4
/
+8
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[llvm-objcopy] Allow strip symtab in executables and DSOs
Eugene Leviant
2019-07-23
1
-0
/
+5
*
Revert [llvm-objcopy] Allow strip symtab from executables and DSOs
Jordan Rupprecht
2019-07-10
1
-3
/
+0
*
[llvm-objcopy] Allow strip symtab from executables and DSOs
Eugene Leviant
2019-07-05
1
-0
/
+3
*
llvm-objcopy: silence warning introduced in r364296
Nicolai Haehnle
2019-06-26
1
-0
/
+4
*
AMDGPU/MC: Add .amdgpu_lds directive
Nicolai Haehnle
2019-06-25
1
-0
/
+1
*
[llvm-objcopy] Implement IHEX reader
Eugene Leviant
2019-06-13
1
-13
/
+59
*
Unbreak 32-bit build.
Peter Collingbourne
2019-06-07
1
-1
/
+1
*
llvm-objcopy: Implement --extract-partition and --extract-main-partition.
Peter Collingbourne
2019-06-07
1
-4
/
+12
*
[llvm-objcopy] Implement IHEX writer
Eugene Leviant
2019-05-29
1
-0
/
+140
*
[llvm-objcopy] Cache gnu_debuglink's target CRC
James Henderson
2019-05-14
1
-3
/
+2
*
[llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...
George Rimar
2019-05-08
1
-1
/
+1
*
[llvm-objcopy] - Check dynamic relocation sections for broken references.
George Rimar
2019-04-30
1
-6
/
+9
*
[llvm-objcopy][llvm-strip] Add switch to allow removing referenced sections
James Henderson
2019-04-18
1
-5
/
+7
*
[llvm-objcopy] Fill .symtab_shndx section correctly
Eugene Leviant
2019-04-12
1
-2
/
+8
*
[llvm-objcopy]Allow llvm-objcopy to be used on an ELF file with no section he...
James Henderson
2019-04-02
1
-3
/
+3
*
[llvm-objcopy] Replace the size() helper with SectionTableRef::size
Fangrui Song
2019-03-30
1
-0
/
+1
*
[llvm-objcopy]Preserve data in segments not covered by sections
James Henderson
2019-03-25
1
-2
/
+12
*
Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Gro...
George Rimar
2019-03-24
1
-0
/
+2
*
Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for Group...
George Rimar
2019-03-22
1
-2
/
+0
*
[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class.
George Rimar
2019-03-22
1
-0
/
+2
*
[llvm-objcopy] - Use replaceSectionReferences to update the sections for symb...
George Rimar
2019-03-20
1
-0
/
+2
*
[llvm-objcopy] - Calculate the string table section sizes correctly.
George Rimar
2019-03-18
1
-1
/
+1
*
[llvm-objcopy] Don't use {}; NFC
Fangrui Song
2019-03-15
1
-1
/
+1
*
llvm-objcopy: Remove unused field. NFCI.
Peter Collingbourne
2019-03-12
1
-6
/
+2
*
[llvm-objcopy] - Fix --compress-debug-sections when there are relocations.
George Rimar
2019-03-11
1
-0
/
+4
*
[llvm-objcopy] - Check for invalidated relocations when removing a section.
George Rimar
2019-02-27
1
-3
/
+4
*
[llvm-objcopy] Add --add-symbol
Eugene Leviant
2019-02-25
1
-0
/
+5
*
[llvm-objcopy] Make removeSectionReferences batched
Jordan Rupprecht
2019-02-21
1
-4
/
+9
*
[llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferences
Jordan Rupprecht
2019-02-01
1
-10
/
+10
*
[llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...
Jordan Rupprecht
2019-01-22
1
-6
/
+6
*
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
-0
/
+2
*
[llvm-objcopy][ELF] Implement a mutable section visitor that updates size-rel...
Jordan Rupprecht
2019-01-03
1
-5
/
+53
*
[llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF header
George Rimar
2018-12-20
1
-0
/
+2
*
[llvm-objcopy] Change Segment::Type from uint64_t to uint32_t
Fangrui Song
2018-12-12
1
-6
/
+6
*
[llvm-objcopy] Add --build-id-link-dir flag
Jake Ehrlich
2018-12-03
1
-1
/
+1
*
[llvm-objcopy] Don't apply --localize flags to common symbols
Jordan Rupprecht
2018-11-01
1
-0
/
+1
*
[llvm-objcopy] Delete a redundant override whose base is empty
Fangrui Song
2018-10-31
1
-1
/
+0
*
[llvm-objcopy] Move elf-specific code into subfolder
Alexander Shaposhnikov
2018-10-29
1
-0
/
+774