summaryrefslogtreecommitdiff
path: root/tools/llvm-rc/llvm-rc.cpp
AgeCommit message (Expand)Author
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-05-09[llvm-rc] Handle C preprocessor outputMartin Storsjo
2018-05-02[llvm-rc] Default to writing the output next to the input, if no output is sp...Martin Storsjo
2018-05-02[llvm-rc] Add rudimentary support for codepagesMartin Storsjo
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2017-11-21llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...David Blaikie
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-10-11[llvm-rc] Use proper search algorithm for finding resources.Zachary Turner
2017-10-06[llvm-rc] Serialize STRINGTABLE statements to .res file.Zachary Turner
2017-09-29[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).Marek Sokolowski
2017-08-18Reapply: [llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski
2017-08-18Revert "[llvm-rc] Add basic RC scripts parsing ability."Marek Sokolowski
2017-08-18[llvm-rc] Add basic RC scripts parsing ability.Marek Sokolowski
2017-08-10Add .rc scripts tokenizer.Marek Sokolowski
2017-07-25Add an empty shell of llvm-rc.Marek Sokolowski