This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
mlir
/
lib
/
Parser
History
Stephen Neuendorffer
5469f434bb
[MLIR] Reapply: Adjust libMLIR building to more closely follow libClang
...
This reverts commit ab1ca6e60fc58b857cc5030ca6e024d20d919cb9.
2020-05-04 20:47:57 -07:00
..
CMakeLists.txt
[MLIR] Reapply: Adjust libMLIR building to more closely follow libClang
2020-05-04 20:47:57 -07:00
Lexer.cpp
Fix a bug in the .mlir lexer, where a \0 character in a file is treated as a colon (due to an accidental fall through) instead of whitespace.
2020-03-23 17:35:17 -07:00
Lexer.h
Mass update the MLIR license header to mention "Part of the LLVM project"
2020-01-26 03:58:30 +00:00
Parser.cpp
[MLIR] Move Verifier and Dominance Analysis from /Analysis to /IR
2020-05-01 20:01:46 -07:00
Token.cpp
Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.
2020-04-13 21:50:36 -07:00
Token.h
Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.
2020-04-13 21:50:36 -07:00
TokenKinds.def
Fix a bug in the .mlir lexer, where a \0 character in a file is treated as a colon (due to an accidental fall through) instead of whitespace.
2020-03-23 17:35:17 -07:00