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
/
lib
/
Object
/
WindowsResource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLD] [COFF] Implement MinGW default manifest handling
Martin Storsjo
2019-09-04
1
-5
/
+95
*
[LLD] [COFF] Support merging resource object files
Martin Storsjo
2019-08-30
1
-0
/
+124
*
[WindowsResource] Remove use of global variables in WindowsResourceParser
Martin Storsjo
2019-08-30
1
-58
/
+45
*
[WindowsResource] Avoid duplicating the input filenames for each resource. NFC.
Martin Storsjo
2019-08-30
1
-4
/
+5
*
Be explicit about Windows coff name trailing character policy
Serge Guelton
2019-08-21
1
-6
/
+14
*
lld-link: Reject more than one resource .obj file
Nico Weber
2019-06-11
1
-2
/
+3
*
Let writeWindowsResourceCOFF() take a TimeStamp parameter
Nico Weber
2019-06-11
1
-15
/
+11
*
lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal
Nico Weber
2019-05-02
1
-7
/
+9
*
lld-link: Make "duplicate resource" error message a bit more concise
Nico Weber
2019-05-02
1
-4
/
+6
*
llvm-cvtres: Attempt to make llvm-cvtres/duplicate.test work on big-endian sy...
Nico Weber
2019-04-29
1
-12
/
+14
*
llvm-cvtres: Make new dupe resource error a bit friendlier
Nico Weber
2019-04-24
1
-7
/
+34
*
Let llvm-cvtres (and lld-link) report duplicate resources
Nico Weber
2019-04-24
1
-23
/
+63
*
llvm-cvtres: Split addChild(ID) into two functions
Nico Weber
2019-04-23
1
-13
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-4
/
+3
*
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-09
1
-3
/
+3
*
Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()
Bob Haarman
2017-12-18
1
-3
/
+3
*
Remove redundant includes from lib/Object.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[llvm-cvtres] Add support for ARM64
Martin Storsjo
2017-11-10
1
-14
/
+5
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-1
/
+1
*
Fix bug 34051 by handling empty .res files gracefully.
Eric Beckmann
2017-08-24
1
-12
/
+27
*
Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...
Eric Beckmann
2017-07-08
1
-16
/
+9
*
Add name offset flags, for parity with cvtres.exe.
Eric Beckmann
2017-07-07
1
-2
/
+2
*
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...
Eric Beckmann
2017-07-05
1
-1
/
+0
*
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...
Eric Beckmann
2017-07-05
1
-8
/
+16
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-05
1
-16
/
+8
*
Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""
Eric Beckmann
2017-07-05
1
-1
/
+2
*
Revert "Switch external cvtres.exe for llvm's own resource library."
Eric Beckmann
2017-07-05
1
-2
/
+1
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-07-05
1
-8
/
+16
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-01
1
-17
/
+8
*
Fix bug in symbol generation for resource COFF
Eric Beckmann
2017-06-30
1
-1
/
+1
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-06-29
1
-8
/
+17
*
Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann
2017-06-26
1
-16
/
+8
*
Have writeCOFFWriter return Expected<unique_ptr>.
Eric Beckmann
2017-06-19
1
-16
/
+14
*
Clean up some things in the WindowsResource changes.
Eric Beckmann
2017-06-16
1
-102
/
+93
*
[Object] Remove redundant std::move.
Benjamin Kramer
2017-06-16
1
-1
/
+1
*
Switch external cvtres.exe for llvm's own resource library.
Eric Beckmann
2017-06-16
1
-29
/
+24
*
Use reference to iterate through string table instead of copying.
Eric Beckmann
2017-06-13
1
-1
/
+1
*
Fix a bug introduced in r305092 on big-endian systems.
Eric Beckmann
2017-06-13
1
-3
/
+1
*
Fix alignment complaint.
Eric Beckmann
2017-06-13
1
-3
/
+2
*
Improve error messages in order to help with fixing a big-endian bug.
Eric Beckmann
2017-06-13
1
-3
/
+3
*
Revert "Revert "Fix alignment bug in COFF emission.""
Eric Beckmann
2017-06-13
1
-46
/
+67
*
Update the test framework for llvm-cvtres to be more comprehensive.
Eric Beckmann
2017-06-13
1
-15
/
+21
*
Revert "Fix alignment bug in COFF emission."
Eric Beckmann
2017-06-13
1
-88
/
+61
*
Fix alignment bug in COFF emission.
Eric Beckmann
2017-06-13
1
-61
/
+88
*
Fix a ubsan failure introduced by r305092
Vedant Kumar
2017-06-10
1
-2
/
+2
*
Implement COFF emission for parsed Windows Resource ( .res) files.
Eric Beckmann
2017-06-09
1
-9
/
+507
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Fix bug on Big-Endian system, due to reference to vector out of scope.
Eric Beckmann
2017-05-30
1
-1
/
+1
*
This patch should fix various clang warnings and a use of to_string
Eric Beckmann
2017-05-30
1
-1
/
+2
[next]