| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typos: (re)?sor?uce -> (re)?source | Fangrui Song | 2019-04-26 | 1 | -1/+1 |
| * | 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 | -3/+4 |
| * | [llvm-rc] Support EXSTYLE statement. | Martin Storsjo | 2018-11-29 | 1 | -2/+8 |
| * | [llvm-rc] Support absolute filenames in manifests | Petr Hosek | 2018-11-08 | 1 | -2/+5 |
| * | [llvm-rc] Add support for the optional CLASS statement for dialogs | Martin Storsjo | 2018-05-15 | 1 | -2/+7 |
| * | [llvm-rc] Add support for parsing memory flags | Martin Storsjo | 2018-05-15 | 1 | -10/+14 |
| * | [llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for icons | Martin Storsjo | 2018-05-15 | 1 | -20/+26 |
| * | [llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fields | Martin Storsjo | 2018-05-09 | 1 | -2/+5 |
| * | [llvm-rc] Add support for all missing dialog controls | Martin Storsjo | 2018-05-08 | 1 | -1/+1 |
| * | [llvm-rc] Implement the BITMAP resource type | Martin Storsjo | 2018-05-07 | 1 | -0/+27 |
| * | [llvm-rc] Exclude padding from sizes in versioninfo resources | Martin Storsjo | 2018-05-07 | 1 | -2/+2 |
| * | [llvm-rc] Add rudimentary support for codepages | Martin Storsjo | 2018-05-02 | 1 | -16/+60 |
| * | Don't #include MemoryBuffer.h from Host.h. | Zachary Turner | 2017-11-17 | 1 | -0/+1 |
| * | Fix incorrect integer literal suffix. | Zachary Turner | 2017-10-11 | 1 | -4/+4 |
| * | [llvm-rc] Use proper search algorithm for finding resources. | Zachary Turner | 2017-10-11 | 1 | -21/+52 |
| * | [llvm-rc] Fix spelling in message | Simon Dardis | 2017-10-11 | 1 | -1/+1 |
| * | [llvm-rc] Try again to fix errors on big endian systems. | Zachary Turner | 2017-10-09 | 1 | -10/+8 |
| * | Fix some C++ value / reference semantics issues. | Zachary Turner | 2017-10-09 | 1 | -1/+1 |
| * | [llvm-rc] Fix some endianness errors. | Zachary Turner | 2017-10-06 | 1 | -11/+13 |
| * | [llvm-rc] Implement escape sequences in .rc files. | Zachary Turner | 2017-10-06 | 1 | -4/+155 |
| * | [llvm-rc] Serialize user-defined resources to .res files. | Zachary Turner | 2017-10-06 | 1 | -0/+41 |
| * | [llvm-rc] Serialize STRINGTABLE statements to .res file. | Zachary Turner | 2017-10-06 | 1 | -7/+116 |
| * | [llvm-rc] Serialize VERSIONINFO resources to .res files. | Zachary Turner | 2017-10-06 | 1 | -1/+191 |
| * | [llvm-rc] Serialize CURSOR and ICON resources to .res | Zachary Turner | 2017-10-06 | 1 | -0/+262 |
| * | [llvm-rc] Add optional serialization support for DIALOG(EX) resources. | Zachary Turner | 2017-10-06 | 1 | -5/+62 |
| * | [llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4). | Marek Sokolowski | 2017-09-30 | 1 | -1/+168 |
| * | [llvm-rc] Serialize MENU resources to .res files (serialization, pt 3). | Marek Sokolowski | 2017-09-29 | 1 | -0/+54 |
| * | [llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2). | Marek Sokolowski | 2017-09-29 | 1 | -2/+147 |
| * | [llvm-rc] Serialize HTML resources to .res files (serialization, pt 1). | Marek Sokolowski | 2017-09-29 | 1 | -0/+241 |