summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cvtres/llvm-cvtres.cpp
Commit message (Expand)AuthorAgeFilesLines
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-28/+11
* Let writeWindowsResourceCOFF() take a TimeStamp parameterNico Weber2019-06-111-1/+19
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-1/+4
* llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2019-04-241-0/+1
* llvm-cvtres: Remove a default argument. No behavior change.Nico Weber2019-04-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-15/+4
* [llvm-cvtres] Add support for ARM64Martin Storsjo2017-11-101-0/+4
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-081-1/+1
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-0/+1
* Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...Eric Beckmann2017-07-051-1/+0
* Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""Eric Beckmann2017-07-051-10/+11
* Revert "Switch external cvtres.exe for llvm's own resource library."Eric Beckmann2017-07-051-11/+10
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-6/+6
* Have writeCOFFWriter return Expected<unique_ptr>.Eric Beckmann2017-06-191-7/+9
* Clean up some things in the WindowsResource changes.Eric Beckmann2017-06-161-9/+6
* Switch external cvtres.exe for llvm's own resource library.Eric Beckmann2017-06-161-12/+21
* Improve error messages in order to help with fixing a big-endian bug.Eric Beckmann2017-06-131-2/+14
* Implement COFF emission for parsed Windows Resource ( .res) files.Eric Beckmann2017-06-091-31/+42
* Adding parsing ability for .res file.Eric Beckmann2017-05-301-12/+20
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-201-3/+99
* Add empty shell of llvm-cvtres.Zachary Turner2017-04-211-0/+86
OpenPOWER on IntegriCloud