summaryrefslogtreecommitdiff
path: root/llvm/unittests/Remarks
AgeCommit message (Expand)Author
2025-09-24[Remarks] YAMLRemarkSerializer: Fix StringRef out-of-bounds read (#159759)Tobias Stadler
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler
2025-06-18[Remarks] Auto-detect remark parser format (#144554)Tobias Stadler
2025-06-18[Remarks] Remove yaml-strtab format (#144527)Tobias Stadler
2023-06-26[YAMLParser] Support block nodes when parsing YAML strings.Zain Jaffal
2023-05-26[Remarks] Retain all remarks by default, add option to drop without DL.Florian Hahn
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-20[llvm] Use std::optional instead of OptionalKazu Hirata
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek
2022-12-07[Remarks] Convert Optional to std::optionalKrzysztof Parzyszek
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2019-10-31[Remarks] Fix error message check in unit testFrancis Visoiu Mistrih
2019-10-31[Remarks] Add support for linking remarksFrancis Visoiu Mistrih
2019-10-16[Remarks] Fix warning for ambigous `else` behind EXPECT macroFrancis Visoiu Mistrih
2019-10-16[Remarks] Fix unit test by only checking for the pathFrancis Visoiu Mistrih
2019-10-16[Remarks] Use StringRef::contains to avoid differences in error stringFrancis Visoiu Mistrih
2019-10-16[Remarks] Add support for prepending a path to external filesFrancis Visoiu Mistrih
2019-09-16[Remarks] Allow remarks::Format::YAML to take a string tableFrancis Visoiu Mistrih
2019-09-13[Remarks][NFC] Forward declare ParsedStringTableFrancis Visoiu Mistrih
2019-09-09[Remarks] Add parser for bitstream remarksFrancis Visoiu Mistrih
2019-09-06[Remarks] Add support for internalizing a remark in a string tableFrancis Visoiu Mistrih
2019-09-05[Remarks] Add comparison operators to the Remark objectFrancis Visoiu Mistrih
2019-09-05[Remarks] Don't serialize metadata if a string table is not usedFrancis Visoiu Mistrih
2019-07-31Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-31Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih
2019-07-30[Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-30[Remarks] Add two serialization modes for remarks: separate and standaloneFrancis Visoiu Mistrih
2019-07-26[Remarks] Update unit test to use StringRef::lowerFrancis Visoiu Mistrih
2019-07-26Fix remarks unit test on WindowsReid Kleckner
2019-07-26Reland: [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih
2019-07-26Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"Francis Visoiu Mistrih
2019-07-26[Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih
2019-07-26Reland: [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih
2019-07-25Revert rL366946 : [Remarks] Add support for serializing metadata for every re...Simon Pilgrim
2019-07-25[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih
2019-07-24[Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih
2019-07-24[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih
2019-07-24[Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih
2019-07-23[Remarks] String tables should be move-onlyFrancis Visoiu Mistrih
2019-07-23[Remarks] Introduce a new format: yaml-strtabFrancis Visoiu Mistrih
2019-07-23[Remarks][NFC] Move the YAML serializer to its own headerFrancis Visoiu Mistrih
2019-07-23[Remarks] Add unit tests for YAML serializationFrancis Visoiu Mistrih
2019-07-16[Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih
2019-07-16[Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih
2019-07-04[Remarks] Require an explicit format to the parserFrancis Visoiu Mistrih
2019-07-04[Remarks][NFC] Move the string table parsing out of the parser constructorFrancis Visoiu Mistrih
2019-04-24[Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih
2019-03-19Reland "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih
2019-03-19Revert "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih