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
/
MachO
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objcopy][MachO] Implement --add-section
Seiya Nuta
2019-12-16
4
-24
/
+148
*
[llvm-objcopy][MachO] Implement --dump-section
Seiya Nuta
2019-11-25
1
-5
/
+34
*
[llvm-objcopy][MachO] Implement --strip-debug
Fangrui Song
2019-11-21
1
-3
/
+3
*
[llvm-objcopy][MachO] Fix symbol order in the symbol table
Fangrui Song
2019-11-21
1
-3
/
+5
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
5
-12
/
+45
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-19
5
-45
/
+12
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-19
5
-12
/
+45
*
[llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-15
2
-3
/
+15
*
[llvm-objcopy][MachO] Implement --remove-section
Seiya Nuta
2019-11-15
1
-5
/
+12
*
Revert "Introduce llvm-install-name-tool"
Alexander Shaposhnikov
2019-11-06
3
-31
/
+2
*
Introduce llvm-install-name-tool
Alexander Shaposhnikov
2019-11-06
3
-2
/
+31
*
[llvm-objcopy][MachO] Implement --strip-all
Seiya Nuta
2019-10-31
3
-6
/
+60
*
[llvm-objcopy][MachO] Support indirect symbol table
Seiya Nuta
2019-10-30
3
-9
/
+32
*
[llvm-objcopy][MachO] Implement --only-section
Seiya Nuta
2019-10-28
4
-5
/
+30
*
[llvm-objcopy][MachO] Add support for min os version load commands
Alexander Shaposhnikov
2019-10-25
1
-0
/
+3
*
[llvm-objcopy] Add --set-section-alignment
Fangrui Song
2019-10-02
1
-7
/
+8
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+2
*
[llvm-objcopy] Allow the visibility of symbols created by --binary and
Chris Jackson
2019-08-30
1
-4
/
+5
*
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
8
-210
/
+559
*
Revert r369230 and r369231
Seiya Nuta
2019-08-19
8
-585
/
+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
8
-210
/
+559
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
[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
6
-76
/
+135
*
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
*
[llvm-objcopy][MachO] Print an error message on use of unsupported options
Seiya Nuta
2019-05-29
1
-1
/
+37
*
[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...
Fangrui Song
2019-05-14
1
-5
/
+6
*
[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includes
Jordan Rupprecht
2019-03-13
2
-2
/
+0
*
Update new files added to llvm-objcopy to use the new file header.
Chandler Carruth
2019-02-11
7
-28
/
+21
*
[llvm-objcopy][NFC] simplify an error return
Jordan Rupprecht
2019-02-04
1
-3
/
+1
*
[llvm-objcopy][NFC] Fix trailing semicolon warning.
Clement Courbet
2019-02-04
1
-2
/
+2
*
[llvm-objcopy] Add ability to copy MachO object files
Alexander Shaposhnikov
2019-02-02
7
-0
/
+955