This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-26 12:26:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
618c6a74c6a011bbec247d1195e97b39ae538dd8
llvm
/
mlir
/
lib
/
Parser
History
River Riddle
54948a4380
Split the standard types from builtin types and move them into separate source files(StandardTypes.cpp/h). After this cl only FunctionType and IndexType are builtin types, but IndexType will likely become a standard type when the ml/cfgfunc merger is done. Mechanical NFC.
...
PiperOrigin-RevId: 227750918
2019-03-29 14:54:07 -07:00
..
Lexer.cpp
Implement initial support for dialect specific types.
2019-03-29 14:53:07 -07:00
Lexer.h
Implement value type abstraction for locations.
2019-03-29 13:52:31 -07:00
Parser.cpp
Split the standard types from builtin types and move them into separate source files(StandardTypes.cpp/h). After this cl only FunctionType and IndexType are builtin types, but IndexType will likely become a standard type when the ml/cfgfunc merger is done. Mechanical NFC.
2019-03-29 14:54:07 -07:00
Token.cpp
Avoid hardcoded 4096 constant
2019-03-29 13:06:36 -07:00
Token.h
Add parsing for floating point attributes.
2019-03-29 12:51:12 -07:00
TokenKinds.def
Implement initial support for dialect specific types.
2019-03-29 14:53:07 -07:00