- 09 Nov, 2016 1 commit
-
-
qinsoon authored
Note: made two places in api implementation as unimplemented as the instruction/type chnaged.
-
- 08 Nov, 2016 1 commit
-
-
Kunshan Wang authored
-
- 04 Nov, 2016 1 commit
-
-
Kunshan Wang authored
-
- 02 Nov, 2016 1 commit
-
-
Kunshan Wang authored
Added supports for all types. Support Const NULL Support conversions, the TAILCALL and NEW instructions
-
- 31 Oct, 2016 1 commit
-
-
Kunshan Wang authored
Also fixed a bug in FuncVer building.
-
- 28 Oct, 2016 1 commit
-
-
Kunshan Wang authored
Still panics. need to debug
-
- 27 Oct, 2016 1 commit
-
-
Kunshan Wang authored
-
- 26 Oct, 2016 1 commit
-
-
Kunshan Wang authored
Now it can handle both local vars and constants. Currently only BinOp is implemented. More instructions will be built later.
-
- 25 Oct, 2016 2 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
- 24 Oct, 2016 1 commit
-
-
Kunshan Wang authored
Ensure that "structs" have names, so that structs can be referred symbolically. In the future, functions and basic blocks also need to be ensured to have names. Such names are generated from their IDs if not provided by the client. The IR builder can create named or unnamed MuEntityHeader based on whether it has client-provided name or not. Can build constants now (currently only Constant::Int).
-
- 21 Oct, 2016 3 commits
-
-
Kunshan Wang authored
-
Kunshan Wang authored
-
Kunshan Wang authored
Also resolves dependency
-
- 20 Oct, 2016 2 commits
-
-
Kunshan Wang authored
Implemented dependency resolution.
-
Kunshan Wang authored
-