sirit/src
2018-10-31 22:16:29 -03:00
..
insts Remove Op prefix for Name 2018-10-31 22:16:29 -03:00
.gitignore Ignore sirit.h symlink 2018-10-23 04:51:34 -03:00
CMakeLists.txt Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
common_types.h Fixup License header 2 -> 2.1 2018-08-26 23:28:39 -03:00
insts.h Use some C++17 features 2018-10-03 00:32:45 -03:00
literal_number.cpp Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
literal_number.h Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
literal_string.cpp Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
literal_string.h Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
op.cpp Add Op* prefix to instructions that have to be emited 2018-10-31 21:23:27 -03:00
op.h Use variant instead of creating an object for literals 2018-10-28 14:57:49 -03:00
operand.cpp Use some C++17 features 2018-10-03 00:32:45 -03:00
operand.h Use some C++17 features 2018-10-03 00:32:45 -03:00
sirit.cpp Use variant instead of creating an object for literals 2018-10-28 14:57:49 -03:00
stream.cpp Remove tailing "_" in constructor arguments 2018-10-17 03:44:48 -03:00
stream.h Use some C++17 features 2018-10-03 00:32:45 -03:00