- 23 Mar, 2017 3 commits
- 22 Mar, 2017 2 commits
- 20 Mar, 2017 2 commits
- 17 Mar, 2017 1 commit
-
-
qinsoon authored
[wip] let backend know about exception flow. also add one more test to see if callee-saved register is restored during catching exception, the test failed (and I marked it as ignored).
-
- 16 Mar, 2017 1 commit
-
-
qinsoon authored
argument we need to know whether a block is an exception block by looking at all the exceptional clauses.
-
- 10 Mar, 2017 2 commits
- 08 Mar, 2017 1 commit
-
-
qinsoon authored
size, etc). add PRINTHEX instruction to print a number (for debugging use)
-
- 07 Mar, 2017 1 commit
-
-
qinsoon authored
when proceeding to a new block, prune alive entries based on liveout and liveins
-
- 06 Mar, 2017 1 commit
-
-
qinsoon authored
liveins
-
- 27 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 23 Feb, 2017 1 commit
-
-
qinsoon authored
a function
-
- 22 Feb, 2017 2 commits
-
-
qinsoon authored
- 21 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 16 Feb, 2017 2 commits
- 10 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 02 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 01 Feb, 2017 1 commit
-
-
qinsoon authored
block, mark the new block as exceptional block
-
- 31 Jan, 2017 1 commit
-
-
qinsoon authored
No regression, but new tests still doesn't run. Marked them as expect fail or skip. Going to work on them later.
-
- 20 Jan, 2017 1 commit
-
-
qinsoon authored
results in different code (the same as clang did)
-
- 19 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 18 Jan, 2017 1 commit
-
-
qinsoon authored
internally they do nothing (gc doesnt move in zebu atm)
-
- 17 Jan, 2017 2 commits
- 16 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 12 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 11 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 10 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 05 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 25 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 24 Nov, 2016 3 commits
-
-
qinsoon authored
1. asm call do not use all argument registers (otherwise it will keep them alive) 2. spilling a register that is used and defined in one instruction will result in creating one new temporary, instead of two 3. spilling now deals with floating point 4. SELECT with int8 is implemented using conditional jump (cmov cannot take reg8) 5. postcall convention now deals correctly with fp return values 6. reg alloc conservative() was wrong in a few commits ago, fixed it 7. in liveness analysis, when finding a move between a temp and a register, find the color for the register (such as RAX for EAX)
-
qinsoon authored
-
qinsoon authored
-
- 23 Nov, 2016 1 commit
-
-
qinsoon authored
currently mov constant as imm to a GPR, then mov from GPR to xmm. A better approach should be put the immediate in memroy, and load it
-