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
*
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
*
[Object] Remove unused field + constructor.
Benjamin Kramer
2017-05-30
1
-2
/
+0
*
[Object] Fix pessimizing move.
Benjamin Kramer
2017-05-30
1
-1
/
+1
*
Adding parsing ability for .res file.
Eric Beckmann
2017-05-30
1
-12
/
+145
*
Fix -Wunneeded-internal-declaration by removing constant arrays only used in ...
David Blaikie
2017-05-20
1
-6
/
+4
*
Add functionality to cvtres to parse all entries in res file.
Eric Beckmann
2017-05-20
1
-0
/
+92