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] Factor out Buffer
Alexander Shaposhnikov
2018-10-16
6
-74
/
+120
*
[llvm-objcopy] Add -F|--target compatibility
Jordan Rupprecht
2018-10-12
2
-2
/
+16
*
[llvm-objcopy] Factor out CopyConfig
Alexander Shaposhnikov
2018-10-11
5
-471
/
+541
*
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] Make -S an alias for --strip-all
Jake Ehrlich
2018-10-09
1
-2
/
+2
*
[llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.
Puyan Lotfi
2018-10-01
4
-14
/
+148
*
[llvm-objcopy/llvm-strip]: handle --version
Jordan Rupprecht
2018-09-21
3
-0
/
+17
*
[llvm-objcopy] Add missing alias for --strip-all-gnu
Alexander Shaposhnikov
2018-09-17
1
-0
/
+2
*
[objcopy] make objcopy follow program header standards
Julie Hockett
2018-09-12
1
-7
/
+6
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-07
4
-6
/
+176
*
Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt).
Puyan Lotfi
2018-09-07
4
-175
/
+6
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-06
4
-6
/
+175
*
[llvm-strip] Support stripping multiple input files
Jordan Rupprecht
2018-09-05
1
-14
/
+35
*
[llvm-strip] Allow copying relocation sections without symbol tables.
Jordan Rupprecht
2018-09-04
1
-6
/
+9
*
Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).
Chandler Carruth
2018-09-04
4
-161
/
+6
*
[NFC][llvm-objcopy] clang-formating Object.cpp
Puyan Lotfi
2018-09-04
1
-2
/
+1
*
[NFC][llvm-objcopy] Fixing a ubi-san problem with unaligned memory writes.
Puyan Lotfi
2018-09-04
1
-3
/
+4
*
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Puyan Lotfi
2018-09-03
4
-6
/
+161
*
[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
2
-0
/
+54
*
[llvm-objcopy] Add support for -I binary -B <arch>.
Jordan Rupprecht
2018-08-17
3
-64
/
+273
*
[llvm-strip] Add support for -p/--preserve-dates
Jordan Rupprecht
2018-08-16
3
-4
/
+48
*
[llvm-objcopy] NFC: Fix minor formatting issues
Jordan Rupprecht
2018-08-13
2
-32
/
+32
*
[llvm-objcopy] NFC: consistently use typename ELFT::<X> definitions in headers
Jordan Rupprecht
2018-08-10
2
-6
/
+6
*
[llvm-objcopy] NFC: Add some color to error()
Jordan Rupprecht
2018-08-09
2
-4
/
+7
*
[llvm-objcopy] Add --prefix-symbols option
Paul Semel
2018-08-09
3
-1
/
+9
*
[llvm-objcopy] Add --dump-section
Paul Semel
2018-08-09
4
-0
/
+44
*
[NFC] clang-format cleanup of a couple files in llvm-objcopy.
Puyan Lotfi
2018-08-02
2
-3
/
+3
*
[llvm-objcopy] Add missing -I command line flag alias for --input-target
Jordan Rupprecht
2018-08-01
1
-0
/
+1
*
[llvm-objcopy] Add support for --rename-section flags from gnu objcopy
Jordan Rupprecht
2018-08-01
2
-11
/
+110
*
[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
2
-0
/
+20
*
[NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy.
Puyan Lotfi
2018-07-18
4
-29
/
+39
*
[NFC][llvm-objcopy] Make helper functions static
Puyan Lotfi
2018-07-16
2
-24
/
+28
*
[llvm-objcopy] Add support for large indexes
Jake Ehrlich
2018-07-16
2
-21
/
+215
*
Add --strip-all option back to llvm-strip.
Stephen Hines
2018-07-12
2
-0
/
+4
*
[llvm-objcopy] Add support for static libraries
Alexander Shaposhnikov
2018-07-06
3
-86
/
+203
*
[llvm-objcopy] Remove unused field from Object
Alexander Shaposhnikov
2018-06-07
2
-6
/
+1
*
[llvm-strip] Expose --strip-unneeded option
Paul Semel
2018-06-07
2
-3
/
+6
*
[llvm-strip] Expose --discard-all option
Alexander Shaposhnikov
2018-06-06
2
-1
/
+9
*
[llvm-strip] Add missing aliases for --strip-debug
Alexander Shaposhnikov
2018-06-04
1
-0
/
+9
*
[llvm-objcopy] Fix null symbol handling
Paul Semel
2018-06-01
3
-7
/
+6
*
[llvm-strip] Add -o option to llvm-strip
Alexander Shaposhnikov
2018-05-31
2
-1
/
+6
*
llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections.
Peter Collingbourne
2018-05-30
1
-3
/
+5
*
[llvm-objcopy] Add --keep-file-symbols option
Paul Semel
2018-05-26
2
-3
/
+9
[next]