summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cvtres
Commit message (Expand)AuthorAgeFilesLines
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* [llvm-cvtres] Allow parameters preceded by '-' in addition to '/'Martin Storsjo2018-05-021-0/+4
* [llvm-cvtres] Update the help test after SVN r326244.Martin Storsjo2018-02-271-1/+1
* Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()Bob Haarman2017-12-182-34/+34
* [llvm-cvtres] Add support for ARM64Martin Storsjo2017-11-101-0/+15
* Fix bug in symbol generation for resource COFFEric Beckmann2017-06-301-0/+33
* Re-enable tests on power pc since the bug has been fixed.Eric Beckmann2017-06-142-8/+0
* [powerpc] deactivate tests combined.test and object.test on powerpc64 beBill Seurer2017-06-132-0/+8
* Improve error messages in order to help with fixing a big-endian bug.Eric Beckmann2017-06-132-2/+2
* Read /out:%t which was (accidentally?) removed in r305258.Daniel Jasper2017-06-131-1/+1
* Update the test framework for llvm-cvtres to be more comprehensive.Eric Beckmann2017-06-1311-102/+550
* Revert "Fix alignment bug in COFF emission."Eric Beckmann2017-06-1311-550/+102
* Fix alignment bug in COFF emission.Eric Beckmann2017-06-1311-102/+550
* I guess /dev/null is a bad idea on windows. Use a temp file instead.Benjamin Kramer2017-06-091-1/+1
* [llvm-cvtres] Don't polute the test directory.Benjamin Kramer2017-06-091-1/+1
* Implement COFF emission for parsed Windows Resource ( .res) files.Eric Beckmann2017-06-093-1/+230
* Adding parsing ability for .res file.Eric Beckmann2017-05-303-1/+51
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-205-0/+51
* Add empty shell of llvm-cvtres.Zachary Turner2017-04-211-0/+4
OpenPOWER on IntegriCloud