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
/
COFF
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
1
-3
/
+19
*
[llvm-objcopy] Add support for --add-section for COFF
Sergey Dmitriev
2019-07-26
1
-2
/
+2
*
[llvm-objcopy] Tidy up error messages
James Henderson
2019-05-22
1
-7
/
+7
*
[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includes
Jordan Rupprecht
2019-03-13
1
-1
/
+0
*
[llvm-objcopy] [COFF] Fix handling of aux symbols for big objects
Martin Storsjo
2019-01-23
1
-12
/
+37
*
[llvm-objcopy] [COFF] Clear the unwritten tail of coff_section::Header::Name
Martin Storsjo
2019-01-23
1
-0
/
+1
*
Reapply: [llvm-objcopy] [COFF] Implement --add-gnu-debuglink
Martin Storsjo
2019-01-23
1
-4
/
+5
*
[llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...
Jordan Rupprecht
2019-01-22
1
-1
/
+2
*
Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink"
Martin Storsjo
2019-01-22
1
-5
/
+4
*
[llvm-objcopy] [COFF] Implement --add-gnu-debuglink
Martin Storsjo
2019-01-22
1
-4
/
+5
*
[llvm-objcopy] [COFF] Update symbol indices in weak externals
Martin Storsjo
2019-01-22
1
-2
/
+14
*
[llvm-objcopy] Consistently use createStringError instead of make_error<Strin...
Martin Storsjo
2019-01-22
1
-17
/
+16
*
[llvm-objcopy] [COFF] Add support for removing sections
Martin Storsjo
2019-01-19
1
-13
/
+55
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbols
Martin Storsjo
2019-01-15
1
-2
/
+3
*
[llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.
Martin Storsjo
2019-01-12
1
-2
/
+0
*
[llvm-objcopy] [COFF] Fix writing object files without symbols/string table
Martin Storsjo
2019-01-11
1
-5
/
+4
*
[llvm-objcopy] [COFF] Add support for removing symbols
Martin Storsjo
2019-01-10
1
-9
/
+32
*
[llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...
Martin Storsjo
2018-12-30
1
-20
/
+17
*
[llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.
Martin Storsjo
2018-12-20
1
-4
/
+4
*
[llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.
Martin Storsjo
2018-12-20
1
-1
/
+2
*
[llvm-objcopy] Initial COFF support
Martin Storsjo
2018-12-19
1
-0
/
+318