summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Remarks
Commit message (Expand)AuthorAgeFilesLines
* [Remarks] Allow empty temporary remark filesFrancis Visoiu Mistrih2019-11-221-0/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Remarks - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-092-8/+9
* Remarks - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-14/+16
* [Remarks] Add support for linking remarksFrancis Visoiu Mistrih2019-10-313-0/+142
* [Remarks] Add support for prepending a path to external filesFrancis Visoiu Mistrih2019-10-165-17/+39
* [Remarks] Pass StringBlockValue as StringRef.Florian Hahn2019-10-071-1/+1
* [Remarks] Allow remarks::Format::YAML to take a string tableFrancis Visoiu Mistrih2019-09-164-26/+41
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-091-0/+1
* [Remarks] Fix warning for uint8_t < 0 comparisonFrancis Visoiu Mistrih2019-09-091-4/+4
* [Remarks] Add parser for bitstream remarksFrancis Visoiu Mistrih2019-09-095-7/+681
* [Remarks] Add support for internalizing a remark in a string tableFrancis Visoiu Mistrih2019-09-061-0/+17
* [Remarks] Don't serialize metadata if a string table is not usedFrancis Visoiu Mistrih2019-09-051-9/+14
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-0/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-155-13/+13
* Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-317-4/+407
* Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih2019-07-317-403/+4
* [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-307-4/+403
* [Remarks] Add two serialization modes for remarks: separate and standaloneFrancis Visoiu Mistrih2019-07-302-8/+19
* [Remarks] Update error message format stringFrancis Visoiu Mistrih2019-07-291-4/+4
* [Remarks] Silence Wreturn-type warningFrancis Visoiu Mistrih2019-07-261-0/+1
* Reland: [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-263-0/+129
* Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"Francis Visoiu Mistrih2019-07-263-129/+0
* [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-263-0/+129
* Reland: [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-261-0/+65
* Revert rL366946 : [Remarks] Add support for serializing metadata for every re...Simon Pilgrim2019-07-251-65/+0
* [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih2019-07-253-8/+8
* [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-241-0/+65
* [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih2019-07-242-11/+11
* [Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih2019-07-243-1/+50
* [Remark] Suppress the "-Wreturn-type" compiler warning, NFCHaojian Wu2019-07-241-0/+2
* [Remarks] String tables should be move-onlyFrancis Visoiu Mistrih2019-07-234-13/+22
* [Remarks] Introduce a new format: yaml-strtabFrancis Visoiu Mistrih2019-07-235-33/+75
* [Remarks][NFC] Move the YAML serializer to its own headerFrancis Visoiu Mistrih2019-07-231-1/+1
* [Remarks] Add unit tests for YAML serializationFrancis Visoiu Mistrih2019-07-231-3/+0
* Fix -Wreturn-type warning. NFC.Michael Liao2019-07-161-0/+1
* [Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih2019-07-165-405/+334
* [Remarks][NFC] Combine ParserFormat and SerializerFormatFrancis Visoiu Mistrih2019-07-165-19/+53
* [Remarks] Add cl::Hidden to -remarks-yaml-string-tableFrancis Visoiu Mistrih2019-07-101-2/+3
* Fix MSVC "not all control paths return a value" warnings. NFCI.Simon Pilgrim2019-07-041-4/+2
* [Remarks] Silence gcc warning by catching unhandled values in switchesMikael Holmen2019-07-041-0/+4
* [Remarks] Require an explicit format to the parserFrancis Visoiu Mistrih2019-07-043-11/+31
* [Remarks][NFC] Move the string table parsing out of the parser constructorFrancis Visoiu Mistrih2019-07-043-12/+11
* [Remarks] Fix usage of enum classFrancis Visoiu Mistrih2019-05-301-1/+1
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-302-0/+167
* [Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih2019-04-245-6/+100
* [Remarks] Fix mismatched delete due to missing virtual destructorJordan Rupprecht2019-03-201-0/+4
* Retry to add workaround to build scoped enums with VS2015. NFCI.Douglas Yung2019-03-201-1/+1
* Revert "Add workaround to build scoped enums with VS2015. NFCI."Douglas Yung2019-03-201-1/+1
* Add workaround to build scoped enums with VS2015. NFCI.Douglas Yung2019-03-201-1/+1
OpenPOWER on IntegriCloud