1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/lib/Remarks
Francis Visoiu Mistrih 14b03d1c85 [Remarks] Introduce a new format: yaml-strtab
This exposes better support to use a string table with a format through
an actual new remark::Format, called yaml-strtab.

This can now be used with -fsave-optimization-record=yaml-strtab.

llvm-svn: 366849
2019-07-23 20:42:46 +00:00
..
CMakeLists.txt [Remarks][NFC] Combine ParserFormat and SerializerFormat 2019-07-16 15:24:59 +00:00
LLVMBuild.txt
Remark.cpp [Remarks] Simplify and refactor the RemarkParser interface 2019-07-16 15:25:05 +00:00
RemarkFormat.cpp [Remarks] Introduce a new format: yaml-strtab 2019-07-23 20:42:46 +00:00
RemarkParser.cpp [Remarks] Introduce a new format: yaml-strtab 2019-07-23 20:42:46 +00:00
RemarkStringTable.cpp [Remarks] Add unit tests for YAML serialization 2019-07-23 18:09:12 +00:00
YAMLRemarkParser.cpp [Remarks] Introduce a new format: yaml-strtab 2019-07-23 20:42:46 +00:00
YAMLRemarkParser.h [Remarks] Introduce a new format: yaml-strtab 2019-07-23 20:42:46 +00:00
YAMLRemarkSerializer.cpp [Remarks] Introduce a new format: yaml-strtab 2019-07-23 20:42:46 +00:00