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
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] Improve tool selection logic to recognize llvm-strip-$major as...
Fangrui Song
2020-04-11
1
-5
/
+19
*
[Tools] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
[llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...
Fangrui Song
2019-12-15
1
-23
/
+13
*
[llvm-objcopy][MachO] Implement --add-section
Seiya Nuta
2019-12-16
4
-24
/
+148
*
[llvm-objcopy] [COFF] Fix a typo in a comment. NFC.
Martin Storsjö
2019-11-27
1
-1
/
+1
*
[llvm-objcopy][MachO] Implement --dump-section
Seiya Nuta
2019-11-25
1
-5
/
+34
*
[llvm-objcopy][MachO] Implement --strip-debug
Fangrui Song
2019-11-21
1
-3
/
+3
*
[llvm-objcopy][MachO] Fix symbol order in the symbol table
Fangrui Song
2019-11-21
1
-3
/
+5
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
10
-20
/
+186
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-19
10
-186
/
+20
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
10
-20
/
+186
*
Fix cppcheck shadow variable warning. NFC.
Simon Pilgrim
2019-11-18
1
-3
/
+3
*
llvm-objcopy - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
2
-18
/
+18
*
[llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-15
2
-3
/
+15
*
[llvm-objcopy][MachO] Implement --remove-section
Seiya Nuta
2019-11-15
1
-5
/
+12
*
[llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
2
-6
/
+20
*
[llvm-objcopy][COFF] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-12
1
-4
/
+9
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-06
8
-170
/
+8
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-06
8
-8
/
+170
*
[llvm-objcopy][ELF] Implement --only-keep-debug
Fangrui Song
2019-11-05
4
-25
/
+119
*
[llvm-objcopy][ELF] Add OriginalType & OriginalFlags
Fangrui Song
2019-11-05
2
-23
/
+26
*
[llvm-objcopy] --add-symbol: address post-commit reviews of D69093
Fangrui Song
2019-10-31
1
-17
/
+18
*
[llvm-objcopy] Preserve .ARM.attributes section when stripping files
James Henderson
2019-10-31
2
-1
/
+8
*
[llvm-objcopy][MachO] Implement --strip-all
Seiya Nuta
2019-10-31
3
-6
/
+60
*
[llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...
Georgii Rymar
2019-10-30
1
-5
/
+16
*
[llvm-objcopy][MachO] Support indirect symbol table
Seiya Nuta
2019-10-30
3
-9
/
+32
*
[llvm-objcopy][MachO] Implement --only-section
Seiya Nuta
2019-10-28
4
-5
/
+30
*
[llvm-objcopy][MachO] Add support for min os version load commands
Alexander Shaposhnikov
2019-10-25
1
-0
/
+3
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-18
1
-0
/
+1
*
[llvm-objcopy] Add support for shell wildcards
Jordan Rupprecht
2019-10-17
4
-49
/
+179
*
[llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not exist
Fangrui Song
2019-10-17
3
-20
/
+41
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
2
-18
/
+5
*
[llvm-objcopy] Add --set-section-alignment
Fangrui Song
2019-10-02
6
-11
/
+52
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-09-25
1
-1
/
+1
*
[llvm-objcopy] Fix a warningon unused variable. NFC.
Michael Liao
2019-09-24
1
-1
/
+1
*
[llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.
Seiya Nuta
2019-09-24
7
-128
/
+220
*
[llvm-objcopy] Ignore -B --binary-architecture=
Fangrui Song
2019-09-14
6
-51
/
+12
*
[llvm-objcopy] Default --output-target to --input-target when unspecified
Fangrui Song
2019-09-14
1
-14
/
+17
*
[llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy
Michael Pozulp
2019-09-14
2
-6
/
+34
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+2
*
[llvm-objcopy] Simplify --prefix-alloc-sections
Fangrui Song
2019-09-11
1
-53
/
+43
*
[llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFC
Fangrui Song
2019-09-07
2
-7
/
+7
*
Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI.
Simon Pilgrim
2019-09-04
2
-2
/
+2
*
[llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...
Fangrui Song
2019-09-04
2
-22
/
+21
*
[llvm-objcopy] Rename variable names "Section" to "Sec". NFC
Fangrui Song
2019-09-04
2
-71
/
+65
*
[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
[next]