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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objcopy] [COFF] Fix a typo in a comment. NFC.
Martin Storsjö
2019-11-27
1
-1
/
+1
*
llvm-objcopy - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
1
-2
/
+2
*
[llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
2
-6
/
+20
*
[llvm-objcopy][COFF] Implement --redefine-sym and --redefine-syms
Fangrui Song
2019-11-12
1
-4
/
+9
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-11
/
+2
*
[llvm-objcopy] Add --set-section-alignment
Fangrui Song
2019-10-02
1
-4
/
+5
*
[llvm-objcopy] Allow the visibility of symbols created by --binary and
Chris Jackson
2019-08-30
1
-8
/
+8
*
[llvm-objcopy][NFC] Refactor symbol/section matching
Jordan Rupprecht
2019-08-22
1
-5
/
+4
*
[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.
George Rimar
2019-08-19
1
-12
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[llvm-objcopy] Improve --add-section argument string parsing
Sergey Dmitriev
2019-07-29
1
-3
/
+0
*
[llvm-objcopy] Add support for --add-section for COFF
Sergey Dmitriev
2019-07-26
2
-24
/
+54
*
[llvm-objcopy] Tidy up error messages
James Henderson
2019-05-22
4
-17
/
+17
*
[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...
Fangrui Song
2019-05-14
1
-2
/
+2
*
[llvm-objcopy] Add --prefix-alloc-sections
James Henderson
2019-05-08
1
-9
/
+9
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-2
/
+4
*
[llvm-objcopy][llvm-strip] Add switch to allow removing referenced sections
James Henderson
2019-04-18
1
-11
/
+12
*
[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includes
Jordan Rupprecht
2019-03-13
2
-2
/
+0
*
[llvm-objcopy] Add --set-start, --change-start and --adjust-start
Eugene Leviant
2019-02-26
1
-1
/
+1
*
[llvm-objcopy] Add --add-symbol
Eugene Leviant
2019-02-25
1
-1
/
+2
*
[llvm-objcopy] Add --strip-unneeded-symbol(s)
Eugene Leviant
2019-02-13
1
-4
/
+7
*
[llvm-objcopy] Support -X|--discard-locals.
Jordan Rupprecht
2019-01-30
1
-4
/
+6
*
[llvm-objcopy][NFC] More error propagation
Jordan Rupprecht
2019-01-30
2
-7
/
+9
*
[llvm-objcopy] Implement --set-section-flags.
Jordan Rupprecht
2019-01-29
1
-4
/
+4
*
[llvm-objcopy] [COFF] Error out on use of unhandled options
Martin Storsjo
2019-01-23
1
-0
/
+15
*
[llvm-objcopy] [COFF] Fix handling of aux symbols for big objects
Martin Storsjo
2019-01-23
6
-26
/
+76
*
[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
5
-7
/
+95
*
[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
5
-95
/
+7
*
[llvm-objcopy] [COFF] Implement --add-gnu-debuglink
Martin Storsjo
2019-01-22
5
-7
/
+95
*
[llvm-objcopy] [COFF] Update symbol indices in weak externals
Martin Storsjo
2019-01-22
5
-6
/
+40
*
[llvm-objcopy] Consistently use createStringError instead of make_error<Strin...
Martin Storsjo
2019-01-22
4
-36
/
+34
*
[llvm-objcopy] [COFF] Implement --only-section
Martin Storsjo
2019-01-19
1
-0
/
+6
*
[llvm-objcopy] [COFF] Implement --only-keep-debug
Martin Storsjo
2019-01-19
3
-0
/
+21
*
[llvm-objcopy] [COFF] Implement --strip-debug
Martin Storsjo
2019-01-19
1
-0
/
+11
*
[llvm-objcopy] [COFF] Add support for removing sections
Martin Storsjo
2019-01-19
6
-19
/
+181
*
[llvm-objcopy] [COFF] Remove a superfluous namespace qualification. NFC.
Martin Storsjo
2019-01-19
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbols
Martin Storsjo
2019-01-15
2
-2
/
+13
*
[llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-un...
Martin Storsjo
2019-01-14
1
-3
/
+9
*
[llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.
Martin Storsjo
2019-01-12
4
-24
/
+5
*
[llvm-objcopy] [COFF] Implmement --strip-unneeded and -x/--discard-all for sy...
Martin Storsjo
2019-01-11
1
-1
/
+12
*
[llvm-objcopy] [COFF] Fix writing object files without symbols/string table
Martin Storsjo
2019-01-11
1
-5
/
+4
*
[llvm-objcopy] [COFF] Fix warnings abuilt missing field initialization. NFC.
Martin Storsjo
2019-01-10
2
-1
/
+4
*
[llvm-objcopy] [COFF] Add support for removing symbols
Martin Storsjo
2019-01-10
7
-14
/
+199
*
[llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...
Martin Storsjo
2018-12-30
5
-56
/
+63
*
[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] [COFF] Fix the Object forward declaration
Martin Storsjo
2018-12-19
2
-2
/
+2
[next]