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-strip] Add support for -remove-section
Alexander Shaposhnikov
2018-05-11
2
-0
/
+10
*
[llvm-objcopy] Add --strip-symbol (-N) option
Paul Semel
2018-05-09
4
-3
/
+49
*
[llvm-objcopy] Fix exit code
Alexander Shaposhnikov
2018-05-08
1
-3
/
+13
*
[tools] Introduce llvm-strip
Alexander Shaposhnikov
2018-05-07
4
-20
/
+105
*
[llvm-objcopy] Add --discard-all (-x) option
Paul Semel
2018-05-02
4
-6
/
+25
*
[llvm-objcopy] Add --weaken option
Paul Semel
2018-05-02
2
-0
/
+8
*
[llvm-objcopy] Add --weaken-symbol (-W) option
Paul Semel
2018-04-27
2
-0
/
+13
*
[llvm-objcopy] Add --globalize-symbol option
Paul Semel
2018-04-27
2
-3
/
+11
*
[llvm-objcopy] Implement --redefine-sym option
Alexander Shaposhnikov
2018-04-26
4
-39
/
+38
*
[llvm-objcopy] Add --localize-symbol option
Paul Semel
2018-04-26
2
-2
/
+24
*
[llvm-objcopy] Adjust the help message
Alexander Shaposhnikov
2018-04-24
1
-3
/
+3
*
[llvm-objcopy] Adjust the code for the old versions of msvc
Alexander Shaposhnikov
2018-04-24
1
-1
/
+1
*
Recommit "[llvm-objcopy] Switch over to using TableGen for parsing arguments"
Alexander Shaposhnikov
2018-04-24
4
-109
/
+243
*
[llvm-objcopy] Fix sh_link
Alexander Shaposhnikov
2018-04-20
2
-34
/
+20
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
Revert "[llvm-objcopy] Switch over to using TableGen for parsing arguments"
Jake Ehrlich
2018-04-12
4
-241
/
+109
*
[llvm-objcopy] Switch over to using TableGen for parsing arguments
Jake Ehrlich
2018-04-11
4
-109
/
+241
*
[llvm-objcopy] Implement support for section groups
Alexander Shaposhnikov
2018-03-21
2
-45
/
+137
*
[llvm-objcopy] Revert r328012
Alexander Shaposhnikov
2018-03-20
2
-120
/
+43
*
[llvm-objcopy] Implement support for section groups
Alexander Shaposhnikov
2018-03-20
2
-43
/
+120
*
Revert "[llvm-objcopy] Add support for large indexes"
Jake Ehrlich
2018-03-07
2
-215
/
+27
*
[llvm-objcopy] Add support for large indexes
Jake Ehrlich
2018-03-07
2
-27
/
+215
*
[llvm-objcopy] Fix typo in setSymTab
Alexander Shaposhnikov
2018-02-24
1
-2
/
+3
*
[llvm-objcopy] Use the full filename in --add-gnu-debuglink
Alexander Richardson
2018-02-19
1
-2
/
+2
*
[llvm-objcopy] Fix handling of zero-size segments in llvm-objcopy
Jake Ehrlich
2018-02-14
2
-28
/
+70
*
[llvm-objcopy] Make modifications in-place if output is not specified
Alexander Shaposhnikov
2018-02-09
1
-3
/
+5
*
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
Jake Ehrlich
2018-01-26
2
-11
/
+11
*
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
Jake Ehrlich
2018-01-26
1
-4
/
+4
*
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
Jake Ehrlich
2018-01-26
1
-0
/
+2
*
Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer...
Jake Ehrlich
2018-01-26
2
-11
/
+11
*
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
Jake Ehrlich
2018-01-26
2
-11
/
+11
*
[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects
Jake Ehrlich
2018-01-25
4
-437
/
+627
*
[llvm-objcopy] Add --add-gnu-debuglink
Jake Ehrlich
2018-01-25
3
-0
/
+77
*
Revert r322132; it appears to be an accidental commit, based on the commit me...
Aaron Ballman
2018-01-25
3
-77
/
+0
*
Reverting r323463 as it appears to be an accidental commit. Regardless, it br...
Aaron Ballman
2018-01-25
4
-627
/
+437
*
tmp
Jake Ehrlich
2018-01-25
4
-437
/
+627
*
[llvm-objcopy] Use physical instead of virtual address when aligning and plac...
Jake Ehrlich
2018-01-22
1
-16
/
+39
*
temp
Jake Ehrlich
2018-01-09
3
-0
/
+77
*
[llvm-objcopy] Add --localize-hidden option
Jake Ehrlich
2018-01-05
3
-1
/
+33
*
[llvm-objcopy] Add support for visibility
Jake Ehrlich
2018-01-02
2
-4
/
+8
*
[llvm-objcopy] Add option to add a progbits section from a file
Jake Ehrlich
2017-12-19
3
-1
/
+48
*
[llvm-objcopy] Reformat everything using clang-format -i
Jake Ehrlich
2017-12-15
2
-26
/
+22
*
[llvm-objcopy] Add support for --only-keep/-j and --keep
Jake Ehrlich
2017-11-30
2
-0
/
+55
*
[llvm-objcopy] Add --strip-all-gnu and change --strip-all
Jake Ehrlich
2017-11-27
1
-3
/
+19
*
[llvm-objcopy] Change -O binary to respect section removal and behave like GN...
Jake Ehrlich
2017-11-15
1
-63
/
+129
*
[llvm-objcopy] Improve command line option help messages
Jake Ehrlich
2017-11-14
1
-5
/
+6
*
[llvm-objcopy] Add -strip-non-alloc option to remove all non-allocated sections
Jake Ehrlich
2017-11-14
1
-0
/
+11
*
[llvm-objcopy] Support the rest of the ELF formats
Jake Ehrlich
2017-11-14
1
-6
/
+19
*
[llvm-objcopy] Add --strip-debug
Jake Ehrlich
2017-11-13
1
-0
/
+8
*
[llvm-objcopy] Add --strip-all option to llvm-objcopy
Jake Ehrlich
2017-11-13
1
-0
/
+20
[next]