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
/
mlir
/
lib
/
IR
/
Diagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-11
/
+9
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Add a flag to dump the current stack trace when emitting a diagnostic.
River Riddle
2019-12-05
1
-0
/
+19
*
Add a printer flag to use local scope when printing IR.
River Riddle
2019-11-12
1
-1
/
+1
*
Add @below and @above directives to verify-diagnostics.
River Riddle
2019-10-23
1
-7
/
+39
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Pre-allocate space for results from a regex match that uses 3 match strings.
MLIR Team
2019-10-09
1
-1
/
+1
*
Refactor DiagnosticEngine to support multiple registered diagnostic handlers.
River Riddle
2019-09-23
1
-67
/
+69
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
Forward diagnostics from untracked threads in ParallelDiagnosticHandler.
River Riddle
2019-09-13
1
-4
/
+20
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-1
/
+1
*
Avoid passing in line/col for files not registered with SourceMgr.
Jacques Pienaar
2019-08-12
1
-6
/
+4
*
NFC: Don't print the location of a diagnostic if it is unknown.
River Riddle
2019-07-12
1
-2
/
+4
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-0
/
+35
*
Allow converting Diagnostic to LogicalResult::Failure. This matches the behav...
River Riddle
2019-06-24
1
-0
/
+3
*
Refactor the location classes to be attributes instead of separate IR classes.
River Riddle
2019-06-22
1
-6
/
+6
*
NFC: Append 'Location' to the end of each the location kinds. This is in prep...
River Riddle
2019-06-19
1
-3
/
+3
*
Add support for providing an output stream to the SourceMgrDiagnosticHand...
River Riddle
2019-06-01
1
-12
/
+21
*
Update the type printer for Diagnostic to automatically wrap the type wit...
River Riddle
2019-06-01
1
-1
/
+1
*
Introduce a new common diagnostic handler ScopedDiagnosticHandler to simp...
River Riddle
2019-06-01
1
-1
/
+17
*
NFC: Fix the name of a comment header block in Diagnostics.cpp.
River Riddle
2019-06-01
1
-1
/
+1
*
Make the ParallelDiagnosticHandler used by the pass manager publicly avai...
River Riddle
2019-06-01
1
-0
/
+128
*
Add support for streaming an OperationName into a Diagnostic.
River Riddle
2019-05-20
1
-0
/
+8
*
Add support for streaming Operations into Diagnostics.
River Riddle
2019-05-20
1
-0
/
+4
*
When converting a location to an SMLoc, advance to the first non-whitespa...
River Riddle
2019-05-20
1
-3
/
+16
*
Add initial support to the SourceMgrDiagnosticHandler for printing call s...
River Riddle
2019-05-20
1
-33
/
+63
*
Remove several heavy includes from Diagnostics.h by a moving a couple of ...
River Riddle
2019-05-20
1
-20
/
+60
*
Change the diagnostic handler to accept Diagnostic instead of location/me...
River Riddle
2019-05-10
1
-48
/
+43
*
Add support to the SourceMgrDiagnosticHandlers to auto-load new source fi...
River Riddle
2019-05-10
1
-3
/
+4
*
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
Mehdi Amini
2019-05-10
1
-0
/
+2
*
Refactor the SourceMgrDiagnosticHandlers to support more locations than F...
River Riddle
2019-05-10
1
-9
/
+30
*
Add support to SourceMgrDiagnosticHandler for handling the case where the...
River Riddle
2019-05-10
1
-13
/
+22
*
Move the diagnostic verification functionality out of mlir-opt and into a...
River Riddle
2019-05-10
1
-0
/
+200
*
Add support in the SourceMgrDiagnosticHandler for handling source manager...
River Riddle
2019-05-10
1
-5
/
+25
*
Simplify the emission of a few op parser diagnostics. This also adds the ...
River Riddle
2019-05-10
1
-0
/
+16
*
Add a utility diagnostic handler class, SourceMgrDiagnosticHandler, to in...
River Riddle
2019-05-10
1
-0
/
+85
*
Add support for using the new diagnostics infrastructure in the parser. T...
River Riddle
2019-05-10
1
-2
/
+8
*
Simplify the emission of various diagnostics emitted by the different dia...
River Riddle
2019-05-10
1
-0
/
+3
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-0
/
+9
*
Add the ability to attach notes to Diagnostic/InFlightDiagnostic.
River Riddle
2019-05-06
1
-3
/
+25
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-32
/
+114
*
Start sketching out a new diagnostics infrastructure. Create a new class ...
River Riddle
2019-05-06
1
-0
/
+103