- 24 Jan, 2017 1 commit
-
-
John Zhang authored
-
- 18 Jan, 2017 1 commit
-
-
qinsoon authored
internally they do nothing (gc doesnt move in zebu atm)
-
- 17 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 16 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 12 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 05 Dec, 2016 1 commit
-
-
qinsoon authored
replacing most uses of HashMap with LinkedHashMap. This will reduce (if not eliminate) undeterminism in the compilation. Copied LinkedHashMap implementation to local so that I can implement encode/decode and other necessary methods
-
- 04 Dec, 2016 1 commit
-
-
qinsoon authored
-
- 30 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 29 Nov, 2016 1 commit
-
-
qinsoon authored
a jump that directly is directly followed by a label of its target can be removed.
-
- 14 Nov, 2016 2 commits
-
-
Kunshan Wang authored
-
John Zhang authored
-
- 11 Nov, 2016 2 commits
-
-
Kunshan Wang authored
-
qinsoon authored
-
- 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
-