summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rc/llvm-rc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo2019-01-161-1/+7
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* [llvm-rc] Handle C preprocessor outputMartin Storsjo2018-05-091-1/+3
* [llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo2018-05-021-1/+8
* [llvm-rc] Add rudimentary support for codepagesMartin Storsjo2018-05-021-1/+17
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-12/+4
* llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie2017-11-211-3/+1
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-5/+12
* [llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner2017-10-061-0/+5
* [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski2017-09-291-1/+30
* Reapply: [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski2017-08-181-0/+8
* Revert "[llvm-rc] Add basic RC scripts parsing ability."Marek Sokolowski2017-08-181-8/+0
* [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski2017-08-181-0/+8
* Add .rc scripts tokenizer.Marek Sokolowski2017-08-101-2/+51
* Add an empty shell of llvm-rc.Marek Sokolowski2017-07-251-0/+88
OpenPOWER on IntegriCloud