| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -24/+24 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-rc] Support not expressions. | Martin Storsjo | 2018-12-05 | 1 | -12/+29 |
| * | [llvm-rc] Support EXSTYLE statement. | Martin Storsjo | 2018-11-29 | 1 | -0/+7 |
| * | [llvm-rc] Add support for the optional CLASS statement for dialogs | Martin Storsjo | 2018-05-15 | 1 | -0/+7 |
| * | [llvm-rc] Add support for parsing memory flags | Martin Storsjo | 2018-05-15 | 1 | -14/+67 |
| * | [llvm-rc] Add support for the RCDATA resource type | Martin Storsjo | 2018-05-09 | 1 | -0/+2 |
| * | [llvm-rc] Add support for all missing dialog controls | Martin Storsjo | 2018-05-08 | 1 | -7/+38 |
| * | [llvm-rc] Don't strictly require quotes around external file names | Martin Storsjo | 2018-05-08 | 1 | -5/+16 |
| * | [llvm-rc] Implement the BITMAP resource type | Martin Storsjo | 2018-05-07 | 1 | -0/+7 |
| * | [llvm-rc] Allow optional commas between the string table index and value | Martin Storsjo | 2018-05-07 | 1 | -0/+1 |
| * | [llvm-rc] Fix alphabetical order of cases. NFC. | Martin Storsjo | 2018-05-07 | 1 | -2/+2 |
| * | llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ... | David Blaikie | 2017-11-21 | 1 | -3/+1 |
| * | [llvm-rc] Use proper search algorithm for finding resources. | Zachary Turner | 2017-10-11 | 1 | -0/+4 |
| * | Fix some C++ value / reference semantics issues. | Zachary Turner | 2017-10-09 | 1 | -6/+3 |
| * | [llvm-rc] Serialize VERSIONINFO resources to .res files. | Zachary Turner | 2017-10-06 | 1 | -16/+24 |
| * | [llvm-rc] Add optional serialization support for DIALOG(EX) resources. | Zachary Turner | 2017-10-06 | 1 | -10/+30 |
| * | [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). | Marek Sokolowski | 2017-09-30 | 1 | -4/+6 |
| * | [llvm-rc] Refactoring needed for ACCELERATORS and MENU resources. | Marek Sokolowski | 2017-09-29 | 1 | -6/+10 |
| * | [llvm-rc] Import all make_unique invocations from llvm namespace. | Marek Sokolowski | 2017-09-29 | 1 | -20/+22 |
| * | [llvm-rc] Add user-defined resources parsing ability. [8/8] | Marek Sokolowski | 2017-09-29 | 1 | -1/+26 |
| * | [llvm-rc] Add integer expressions parsing ability. [7/8] | Marek Sokolowski | 2017-09-28 | 1 | -4/+96 |
| * | [llvm-rc] Fix-up for r314468 (argument-dependent lookup in make_unique). | Marek Sokolowski | 2017-09-28 | 1 | -4/+4 |
| * | [llvm-rc] Add VERSIONINFO parsing ability. [6/8] | Marek Sokolowski | 2017-09-28 | 1 | -0/+75 |
| * | [llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8). | Marek Sokolowski | 2017-08-29 | 1 | -1/+1 |
| * | [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8). | Marek Sokolowski | 2017-08-29 | 1 | -6/+98 |
| * | [llvm-rc] Add MENU parsing ability (parser, pt 4/8). | Marek Sokolowski | 2017-08-28 | 1 | -0/+67 |
| * | [llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8). | Marek Sokolowski | 2017-08-28 | 1 | -7/+54 |
| * | [llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8). | Marek Sokolowski | 2017-08-28 | 1 | -1/+15 |
| * | Reapply: [llvm-rc] Add basic RC scripts parsing ability. | Marek Sokolowski | 2017-08-18 | 1 | -0/+267 |
| * | Revert "[llvm-rc] Add basic RC scripts parsing ability." | Marek Sokolowski | 2017-08-18 | 1 | -265/+0 |
| * | [llvm-rc] Add basic RC scripts parsing ability. | Marek Sokolowski | 2017-08-18 | 1 | -0/+265 |