index
:
ampere-computing/llvm.git
release_60-f1b37feef3d-amp-20180630
release_70-e8af9b4c407-amp-20181130
LLVM including Ampere Computing toolchain specific patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Object
/
WindowsResource.cpp
Age
Commit message (
Expand
)
Author
2018-01-09
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2017-12-18
Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()
Bob Haarman
2017-12-13
Remove redundant includes from lib/Object.
Michael Zolotukhin
2017-11-10
[llvm-cvtres] Add support for ARM64
Martin Storsjo
2017-11-01
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-08-24
Fix bug 34051 by handling empty .res files gracefully.
Eric Beckmann
2017-07-08
Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...
Eric Beckmann
2017-07-07
Add name offset flags, for parity with cvtres.exe.
Eric Beckmann
2017-07-05
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...
Eric Beckmann
2017-07-05
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...
Eric Beckmann
2017-07-05
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-05
Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""
Eric Beckmann
2017-07-05
Revert "Switch external cvtres.exe for llvm's own resource library."
Eric Beckmann
2017-07-05
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-07-01
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-06-30
Fix bug in symbol generation for resource COFF
Eric Beckmann
2017-06-29
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-06-26
Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann
2017-06-19
Have writeCOFFWriter return Expected<unique_ptr>.
Eric Beckmann
2017-06-16
Clean up some things in the WindowsResource changes.
Eric Beckmann
2017-06-16
[Object] Remove redundant std::move.
Benjamin Kramer
2017-06-16
Switch external cvtres.exe for llvm's own resource library.
Eric Beckmann
2017-06-13
Use reference to iterate through string table instead of copying.
Eric Beckmann
2017-06-13
Fix a bug introduced in r305092 on big-endian systems.
Eric Beckmann
2017-06-13
Fix alignment complaint.
Eric Beckmann
2017-06-13
Improve error messages in order to help with fixing a big-endian bug.
Eric Beckmann
2017-06-13
Revert "Revert "Fix alignment bug in COFF emission.""
Eric Beckmann
2017-06-13
Update the test framework for llvm-cvtres to be more comprehensive.
Eric Beckmann
2017-06-13
Revert "Fix alignment bug in COFF emission."
Eric Beckmann
2017-06-13
Fix alignment bug in COFF emission.
Eric Beckmann
2017-06-10
Fix a ubsan failure introduced by r305092
Vedant Kumar
2017-06-09
Implement COFF emission for parsed Windows Resource ( .res) files.
Eric Beckmann
2017-06-07
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-05-30
Fix bug on Big-Endian system, due to reference to vector out of scope.
Eric Beckmann
2017-05-30
This patch should fix various clang warnings and a use of to_string
Eric Beckmann
2017-05-30
[Object] Remove unused field + constructor.
Benjamin Kramer
2017-05-30
[Object] Fix pessimizing move.
Benjamin Kramer
2017-05-30
Adding parsing ability for .res file.
Eric Beckmann
2017-05-20
Fix -Wunneeded-internal-declaration by removing constant arrays only used in ...
David Blaikie
2017-05-20
Add functionality to cvtres to parse all entries in res file.
Eric Beckmann