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