index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Remarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Remarks] Allow empty temporary remark files
Francis Visoiu Mistrih
2019-11-22
1
-0
/
+5
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Remarks - fix static analyzer warnings. NFCI.
Simon Pilgrim
2019-11-09
2
-8
/
+9
*
Remarks - fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-11-09
2
-14
/
+16
*
[Remarks] Add support for linking remarks
Francis Visoiu Mistrih
2019-10-31
3
-0
/
+142
*
[Remarks] Add support for prepending a path to external files
Francis Visoiu Mistrih
2019-10-16
5
-17
/
+39
*
[Remarks] Pass StringBlockValue as StringRef.
Florian Hahn
2019-10-07
1
-1
/
+1
*
[Remarks] Allow remarks::Format::YAML to take a string table
Francis Visoiu Mistrih
2019-09-16
4
-26
/
+41
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-09-09
1
-0
/
+1
*
[Remarks] Fix warning for uint8_t < 0 comparison
Francis Visoiu Mistrih
2019-09-09
1
-4
/
+4
*
[Remarks] Add parser for bitstream remarks
Francis Visoiu Mistrih
2019-09-09
5
-7
/
+681
*
[Remarks] Add support for internalizing a remark in a string table
Francis Visoiu Mistrih
2019-09-06
1
-0
/
+17
*
[Remarks] Don't serialize metadata if a string table is not used
Francis Visoiu Mistrih
2019-09-05
1
-9
/
+14
*
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
5
-13
/
+13
*
Reland: [Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-31
7
-4
/
+407
*
Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"
Francis Visoiu Mistrih
2019-07-31
7
-403
/
+4
*
[Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-30
7
-4
/
+403
*
[Remarks] Add two serialization modes for remarks: separate and standalone
Francis Visoiu Mistrih
2019-07-30
2
-8
/
+19
*
[Remarks] Update error message format string
Francis Visoiu Mistrih
2019-07-29
1
-4
/
+4
*
[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
3
-0
/
+129
*
Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"
Francis Visoiu Mistrih
2019-07-26
3
-129
/
+0
*
[Remarks] Support parsing remark metadata in the YAML remark parser
Francis Visoiu Mistrih
2019-07-26
3
-0
/
+129
*
Reland: [Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-26
1
-0
/
+65
*
Revert rL366946 : [Remarks] Add support for serializing metadata for every re...
Simon Pilgrim
2019-07-25
1
-65
/
+0
*
[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParser
Francis Visoiu Mistrih
2019-07-25
3
-8
/
+8
*
[Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-24
1
-0
/
+65
*
[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer
Francis Visoiu Mistrih
2019-07-24
2
-11
/
+11
*
[Remarks] Simplify the creation of remark serializers
Francis Visoiu Mistrih
2019-07-24
3
-1
/
+50
*
[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
4
-13
/
+22
*
[Remarks] Introduce a new format: yaml-strtab
Francis Visoiu Mistrih
2019-07-23
5
-33
/
+75
*
[Remarks][NFC] Move the YAML serializer to its own header
Francis Visoiu Mistrih
2019-07-23
1
-1
/
+1
*
[Remarks] Add unit tests for YAML serialization
Francis Visoiu Mistrih
2019-07-23
1
-3
/
+0
*
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
5
-405
/
+334
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
5
-19
/
+53
*
[Remarks] Add cl::Hidden to -remarks-yaml-string-table
Francis Visoiu Mistrih
2019-07-10
1
-2
/
+3
*
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
3
-11
/
+31
*
[Remarks][NFC] Move the string table parsing out of the parser constructor
Francis Visoiu Mistrih
2019-07-04
3
-12
/
+11
*
[Remarks] Fix usage of enum class
Francis Visoiu Mistrih
2019-05-30
1
-1
/
+1
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
2
-0
/
+167
*
[Remarks] Add string deduplication using a string table
Francis Visoiu Mistrih
2019-04-24
5
-6
/
+100
*
[Remarks] Fix mismatched delete due to missing virtual destructor
Jordan Rupprecht
2019-03-20
1
-0
/
+4
*
Retry to add workaround to build scoped enums with VS2015. NFCI.
Douglas Yung
2019-03-20
1
-1
/
+1
*
Revert "Add workaround to build scoped enums with VS2015. NFCI."
Douglas Yung
2019-03-20
1
-1
/
+1
*
Add workaround to build scoped enums with VS2015. NFCI.
Douglas Yung
2019-03-20
1
-1
/
+1
[next]