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] [COFF] Fix the Object forward declaration
Martin Storsjo
2018-12-19
2
-2
/
+2
*
[llvm-objcopy] Initial COFF support
Martin Storsjo
2018-12-19
9
-0
/
+762
*
[llvm-objcopy] Change Segment::Type from uint64_t to uint32_t
Fangrui Song
2018-12-12
1
-6
/
+6
*
llvm-objcopy: Improve/simplify llvm::Error handling during notes iteration
David Blaikie
2018-12-11
1
-6
/
+1
*
[llvm-objcopy] Change --only-keep to --only-section
Jake Ehrlich
2018-12-06
4
-8
/
+8
*
[llvm-objcopy] Add --build-id-link-dir flag
Jake Ehrlich
2018-12-03
5
-3
/
+100
*
[llvm-objcopy] Delete redundant !Config.xx.empty() when followed by positive ...
Fangrui Song
2018-11-29
1
-11
/
+5
*
[llvm-objcopy] Hook up the -V alias to --version, output "GNU strip"
Martin Storsjo
2018-11-28
3
-0
/
+4
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-5
/
+5
*
[llvm-objcopy] Use llvm::all_of and rename the variables "Segment" to avoid c...
Fangrui Song
2018-11-17
1
-6
/
+6
*
[llvm-objcopy] Rename --keep to --keep-section.
Jordan Rupprecht
2018-11-13
5
-9
/
+11
*
[llvm-objcopy] Don't copy Config when processing --keep
Fangrui Song
2018-11-12
1
-1
/
+1
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
2
-2
/
+2
*
[llvm-strip] Check "strip" with StringRef::contains instead of ends_with
Fangrui Song
2018-11-07
1
-1
/
+1
*
[llvm-objcopy/strip] [NFC] Clean up tablegen opts (clang-format + reorganizin...
Jordan Rupprecht
2018-11-01
2
-110
/
+108
*
[llvm-strip] Support --keep and --strip-all-gnu from llvm-objcopy
Jordan Rupprecht
2018-11-01
3
-3
/
+13
*
[llvm-objcopy] Support --{enable,disable}-deterministic-archives
Jordan Rupprecht
2018-11-01
5
-4
/
+45
*
[llvm-objcopy] Don't apply --localize flags to common symbols
Jordan Rupprecht
2018-11-01
3
-4
/
+8
*
[llvm-objcopy] For multiclass Eq, associate help text with --name= , not with...
Fangrui Song
2018-11-01
2
-81
/
+65
*
[llvm-objcopy] Use proper cases
Fangrui Song
2018-11-01
1
-17
/
+17
*
[llvm-objcopy] Delete a redundant override whose base is empty
Fangrui Song
2018-10-31
1
-1
/
+0
*
[llvm-objcopy] Fix --keep-global-symbol/--globalize-symbol for undefined symb...
Jordan Rupprecht
2018-10-30
1
-2
/
+4
*
[llvm-objcopy] Move elf-specific code into subfolder
Alexander Shaposhnikov
2018-10-29
6
-472
/
+540
*
[llvm-objcopy] Introduce dispatch mechanism based on the input
Alexander Shaposhnikov
2018-10-24
3
-29
/
+77
*
[llvm-objcopy] Fix use-after-move clang-tidy warning
Jordan Rupprecht
2018-10-23
1
-2
/
+2
*
[llvm-strip] Support -s alias for --strip-all. Make both strip and objcopy ca...
Jordan Rupprecht
2018-10-23
2
-2
/
+5
*
[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
[prev]
[next]