| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Remarks] Add support for prepending a path to external files | Francis Visoiu Mistrih | 2019-10-16 | 1 | -4/+7 |
| * | [Remarks] Add parser for bitstream remarks | Francis Visoiu Mistrih | 2019-09-09 | 1 | -6/+10 |
| * | Do a sweep of symbol internalization. NFC. | Benjamin Kramer | 2019-08-23 | 1 | -0/+2 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Reland: [Remarks] Add an LLVM-bitstream-based remark serializer | Francis Visoiu Mistrih | 2019-07-31 | 1 | -0/+9 |
| * | Revert "[Remarks] Add an LLVM-bitstream-based remark serializer" | Francis Visoiu Mistrih | 2019-07-31 | 1 | -9/+0 |
| * | [Remarks] Add an LLVM-bitstream-based remark serializer | Francis Visoiu Mistrih | 2019-07-30 | 1 | -0/+9 |
| * | [Remarks] Silence Wreturn-type warning | Francis Visoiu Mistrih | 2019-07-26 | 1 | -0/+1 |
| * | Reland: [Remarks] Support parsing remark metadata in the YAML remark parser | Francis Visoiu Mistrih | 2019-07-26 | 1 | -0/+15 |
| * | Revert "[Remarks] Support parsing remark metadata in the YAML remark parser" | Francis Visoiu Mistrih | 2019-07-26 | 1 | -15/+0 |
| * | [Remarks] Support parsing remark metadata in the YAML remark parser | Francis Visoiu Mistrih | 2019-07-26 | 1 | -0/+15 |
| * | [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParser | Francis Visoiu Mistrih | 2019-07-25 | 1 | -4/+4 |
| * | [Remark] Suppress the "-Wreturn-type" compiler warning, NFC | Haojian Wu | 2019-07-24 | 1 | -0/+2 |
| * | [Remarks] String tables should be move-only | Francis Visoiu Mistrih | 2019-07-23 | 1 | -6/+6 |
| * | [Remarks] Introduce a new format: yaml-strtab | Francis Visoiu Mistrih | 2019-07-23 | 1 | -4/+24 |
| * | Fix -Wreturn-type warning. NFC. | Michael Liao | 2019-07-16 | 1 | -0/+1 |
| * | [Remarks] Simplify and refactor the RemarkParser interface | Francis Visoiu Mistrih | 2019-07-16 | 1 | -97/+46 |
| * | [Remarks][NFC] Combine ParserFormat and SerializerFormat | Francis Visoiu Mistrih | 2019-07-16 | 1 | -15/+18 |
| * | Fix MSVC "not all control paths return a value" warnings. NFCI. | Simon Pilgrim | 2019-07-04 | 1 | -4/+2 |
| * | [Remarks] Silence gcc warning by catching unhandled values in switches | Mikael Holmen | 2019-07-04 | 1 | -0/+4 |
| * | [Remarks] Require an explicit format to the parser | Francis Visoiu Mistrih | 2019-07-04 | 1 | -4/+24 |
| * | [Remarks][NFC] Move the string table parsing out of the parser constructor | Francis Visoiu Mistrih | 2019-07-04 | 1 | -3/+3 |
| * | [Remarks] Add string deduplication using a string table | Francis Visoiu Mistrih | 2019-04-24 | 1 | -0/+28 |
| * | Reland "[Remarks] Add a new Remark / RemarkParser abstraction" | Francis Visoiu Mistrih | 2019-03-19 | 1 | -317/+66 |
| * | Revert "[Remarks] Add a new Remark / RemarkParser abstraction" | Francis Visoiu Mistrih | 2019-03-19 | 1 | -66/+317 |
| * | [Remarks] Add a new Remark / RemarkParser abstraction | Francis Visoiu Mistrih | 2019-03-19 | 1 | -317/+66 |
| * | [Remarks][NFC] Rename RemarkParser to YAMLRemarkParser | Francis Visoiu Mistrih | 2019-03-05 | 1 | -19/+20 |
| * | [OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks | Francis Visoiu Mistrih | 2019-03-05 | 1 | -0/+366 |