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
/
llvm-objcopy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objcopy] Move elf-specific code into subfolder
Alexander Shaposhnikov
2018-10-29
1
-471
/
+1
*
[llvm-objcopy] Introduce dispatch mechanism based on the input
Alexander Shaposhnikov
2018-10-24
1
-23
/
+65
*
[llvm-objcopy] Factor out Buffer
Alexander Shaposhnikov
2018-10-16
1
-0
/
+1
*
[llvm-objcopy] Factor out CopyConfig
Alexander Shaposhnikov
2018-10-11
1
-462
/
+2
*
Test commit: fix typo in comment
Armando Montanez
2018-10-10
1
-1
/
+1
*
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...
Fangrui Song
2018-10-10
1
-4
/
+5
*
[llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.
Puyan Lotfi
2018-10-01
1
-13
/
+38
*
[llvm-objcopy/llvm-strip]: handle --version
Jordan Rupprecht
2018-09-21
1
-0
/
+10
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-07
1
-4
/
+73
*
Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).
Puyan Lotfi
2018-09-07
1
-72
/
+4
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-06
1
-4
/
+72
*
[llvm-strip] Support stripping multiple input files
Jordan Rupprecht
2018-09-05
1
-14
/
+35
*
Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).
Chandler Carruth
2018-09-04
1
-69
/
+4
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-03
1
-4
/
+69
*
[llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place.
Jordan Rupprecht
2018-08-29
1
-1
/
+2
*
[llvm-objcopy] Simplify find(X,Y) != X.end() with is_contained()
Fangrui Song
2018-08-21
1
-3
/
+3
*
[llvm-strip] Allow only one input
Fangrui Song
2018-08-20
1
-3
/
+3
*
[llvm-objcopy] Implement -G/--keep-global-symbol(s).
Jordan Rupprecht
2018-08-17
1
-0
/
+36
*
[llvm-objcopy] Add support for -I binary -B <arch>.
Jordan Rupprecht
2018-08-17
1
-33
/
+103
*
[llvm-strip] Add support for -p/--preserve-dates
Jordan Rupprecht
2018-08-16
1
-4
/
+37
*
[llvm-objcopy] NFC: Fix minor formatting issues
Jordan Rupprecht
2018-08-13
1
-31
/
+31
*
[llvm-objcopy] NFC: Add some color to error()
Jordan Rupprecht
2018-08-09
1
-3
/
+6
*
[llvm-objcopy] Add --prefix-symbols option
Paul Semel
2018-08-09
1
-0
/
+5
*
[llvm-objcopy] Add --dump-section
Paul Semel
2018-08-09
1
-0
/
+37
*
[NFC] clang-format cleanup of a couple files in llvm-objcopy.
Puyan Lotfi
2018-08-02
1
-1
/
+2
*
[llvm-objcopy] Add support for --rename-section flags from gnu objcopy
Jordan Rupprecht
2018-08-01
1
-8
/
+103
*
[llvm-objcopy] Make --strip-debug strip .gdb_index
Fangrui Song
2018-07-31
1
-1
/
+2
*
[llvm-objcopy] Make --strip-debug strip .zdebug* (zlib-gnu) sections
Fangrui Song
2018-07-27
1
-8
/
+9
*
Handle the lack of a symbol table correctly.
Stephen Hines
2018-07-26
1
-2
/
+3
*
[llvm-objcopy] Add basic support for --rename-section
Jordan Rupprecht
2018-07-20
1
-0
/
+17
*
[NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.
Puyan Lotfi
2018-07-18
1
-29
/
+32
*
[NFC][llvm-objcopy] Make helper functions static
Puyan Lotfi
2018-07-16
1
-19
/
+23
*
Add --strip-all option back to llvm-strip.
Stephen Hines
2018-07-12
1
-0
/
+1
*
[llvm-objcopy] Add support for static libraries
Alexander Shaposhnikov
2018-07-06
1
-23
/
+91
*
[llvm-strip] Expose --strip-unneeded option
Paul Semel
2018-06-07
1
-3
/
+3
*
[llvm-strip] Expose --discard-all option
Alexander Shaposhnikov
2018-06-06
1
-1
/
+4
*
[llvm-objcopy] Fix null symbol handling
Paul Semel
2018-06-01
1
-3
/
+1
*
[llvm-strip] Add -o option to llvm-strip
Alexander Shaposhnikov
2018-05-31
1
-1
/
+2
*
[llvm-objcopy] Add --keep-file-symbols option
Paul Semel
2018-05-26
1
-3
/
+7
*
[llvm-objcopy] Add --strip-unneeded option
Paul Semel
2018-05-25
1
-0
/
+17
*
[llvm-strip] Minor fix of the usage of TableGen
Alexander Shaposhnikov
2018-05-23
1
-13
/
+26
*
[llvm-strip] Expose --keep-symbol option
Alexander Shaposhnikov
2018-05-23
1
-0
/
+3
*
[llvm-objcopy] Fix the behavior of --strip-* and --keep-symbol
Alexander Shaposhnikov
2018-05-22
1
-45
/
+62
*
Revert "[llvm-objcopy] Add --strip-unneeded option"
Paul Semel
2018-05-22
1
-9
/
+0
*
[llvm-objcopy] Add --strip-unneeded option
Paul Semel
2018-05-21
1
-0
/
+9
*
[llvm-objcopy] Fix formatting
Alexander Shaposhnikov
2018-05-18
1
-8
/
+8
*
[llvm-objcopy] Add --only-keep-debug as a noop
Jake Ehrlich
2018-05-15
1
-0
/
+2
*
[llvm-objcopy] Add --keep-symbol (-K) option
Paul Semel
2018-05-15
1
-0
/
+7
*
[llvm-strip] Add support for -remove-section
Alexander Shaposhnikov
2018-05-11
1
-0
/
+4
*
[llvm-objcopy] Add --strip-symbol (-N) option
Paul Semel
2018-05-09
1
-1
/
+10
[next]