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] Strip debug sections when running with --strip-unneeded.
Jordan Rupprecht
2019-08-23
1
-1
/
+1
*
Fight a bit against global initializers. NFC.
Benjamin Kramer
2019-08-22
1
-1
/
+1
*
[llvm-objcopy][NFC] Refactor symbol/section matching
Jordan Rupprecht
2019-08-22
4
-44
/
+58
*
[llvm-objcopy] Append '\n' to warning messages
Fangrui Song
2019-08-20
1
-1
/
+1
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-08-20
1
-1
/
+2
*
[llvm-objcopy][MachO] Fix method names. NFC.
Seiya Nuta
2019-08-20
1
-2
/
+2
*
Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables"
Seiya Nuta
2019-08-19
1
-20
/
+46
*
Recommit "[llvm-objcopy][MachO] Support load commands used in executables/sha...
Seiya Nuta
2019-08-19
9
-210
/
+560
*
[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.
George Rimar
2019-08-19
1
-12
/
+4
*
Revert r369230 and r369231
Seiya Nuta
2019-08-19
9
-586
/
+210
*
[llvm-objcopy][MachO] Implement a layout algorithm for executables
Seiya Nuta
2019-08-19
1
-20
/
+46
*
[llvm-objcopy][MachO] Support load commands used in executables/shared libraries
Seiya Nuta
2019-08-19
9
-210
/
+560
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
5
-17
/
+17
*
[llvm-objcopy] Allow 'protected' visibility to be set when using
Chris Jackson
2019-08-15
2
-1
/
+2
*
[llvm-objcopy] Move duplicate tablegen from objcopy and strip into one file
Michael Pozulp
2019-08-15
3
-191
/
+155
*
[llvm-strip] Support --strip-sections
Wolfgang Pieb
2019-08-08
2
-0
/
+4
*
[llvm-objcopy] Improve --add-section argument string parsing
Sergey Dmitriev
2019-07-29
2
-5
/
+11
*
[llvm-objcopy] Add support for --add-section for COFF
Sergey Dmitriev
2019-07-26
2
-24
/
+54
*
[llvm-objcopy] Allow strip symtab in executables and DSOs
Eugene Leviant
2019-07-23
3
-1
/
+27
*
[llvm-objcopy] Don't change permissions of non-regular output files
Fangrui Song
2019-07-11
1
-2
/
+13
*
Revert [llvm-objcopy] Allow strip symtab from executables and DSOs
Jordan Rupprecht
2019-07-10
3
-25
/
+1
*
[llvm-objcopy] Allow strip symtab from executables and DSOs
Eugene Leviant
2019-07-05
3
-1
/
+25
*
[llvm-objcopy][NFC] Refactor output target parsing v2
Seiya Nuta
2019-07-05
4
-36
/
+90
*
Fix patch not passing test cases
Alex Brachet
2019-07-05
1
-1
/
+2
*
[llvm-objcopy] Change handling of output file permissions
Alex Brachet
2019-07-04
1
-10
/
+26
*
llvm-objcopy: silence warning introduced in r364296
Nicolai Haehnle
2019-06-26
2
-2
/
+6
*
Revert [llvm-objcopy][NFC] Refactor output target parsing
Rumeet Dhindsa
2019-06-26
4
-86
/
+36
*
Revert [llvm-objcopy][NFCI] Fix build failure with GCC
Rumeet Dhindsa
2019-06-26
1
-2
/
+0
*
[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links
James Henderson
2019-06-25
2
-2
/
+2
*
AMDGPU/MC: Add .amdgpu_lds directive
Nicolai Haehnle
2019-06-25
2
-13
/
+15
*
[llvm-objcopy][NFCI] Fix build failure with GCC
Seiya Nuta
2019-06-25
1
-0
/
+2
*
[llvm-objcopy][NFC] Refactor output target parsing
Seiya Nuta
2019-06-25
4
-36
/
+86
*
[llvm-objcopy][MachO] Fix strict-aliasing warning. NFCI
Seiya Nuta
2019-06-24
1
-3
/
+1
*
[llvm-objcopy][MachO] Rebuild the symbol/string table in the writer
Seiya Nuta
2019-06-21
7
-76
/
+136
*
[llvm-strip] Error when using stdin twice
Alex Brachet
2019-06-18
3
-4
/
+27
*
[llvm-objcopy] Add elf32-sparc and elf32-sparcel target
Seiya Nuta
2019-06-17
1
-0
/
+3
*
[objcopy] Error when --preserve-dates is specified with standard streams
Alex Brachet
2019-06-15
1
-2
/
+12
*
[llvm-objcopy] Remove no-op flush of errs
Alex Brachet
2019-06-14
1
-1
/
+0
*
[llvm-objcopy] Changed command line parsing errors
Alex Brachet
2019-06-14
2
-19
/
+19
*
[llvm-objcopy] Fix sparc target endianness
Seiya Nuta
2019-06-13
1
-1
/
+2
*
[llvm-objcopy] Implement IHEX reader
Eugene Leviant
2019-06-13
5
-49
/
+302
*
[llvm-objcopy] Fix SHT_GROUP ordering.
Jordan Rupprecht
2019-06-10
1
-2
/
+8
*
Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-06-10
1
-1
/
+1
*
[llvm-objcopy][MachO] Recompute and update offset/size fields in the writer
Seiya Nuta
2019-06-08
5
-11
/
+262
*
Unbreak 32-bit build.
Peter Collingbourne
2019-06-07
1
-1
/
+1
*
Fix -Wunused-lambda-capture warning. NFCI.
Simon Pilgrim
2019-06-07
1
-1
/
+1
*
llvm-objcopy: Implement --extract-partition and --extract-main-partition.
Peter Collingbourne
2019-06-07
6
-36
/
+97
*
[llvm-objcopy] - Emit error and don't crash if program header reaches past en...
George Rimar
2019-06-07
1
-0
/
+5
*
[llvm-objcopy] test commit
Alex Brachet
2019-06-01
1
-1
/
+1
*
[llvm-objcopy] Remove %p format specifiers
Eugene Leviant
2019-05-30
1
-2
/
+2
[next]