- 27 Jun, 2017 3 commits
- 16 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 20 Mar, 2017 1 commit
-
-
qinsoon authored
-
- 28 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 27 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 23 Feb, 2017 2 commits
- 17 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 08 Dec, 2016 1 commit
-
-
qinsoon authored
--disable-inline
-
- 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
-
- 24 Nov, 2016 1 commit
-
-
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)
-
- 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
-
- 22 Nov, 2016 2 commits
- 02 Nov, 2016 1 commit
-
-
qinsoon authored
now
-
- 01 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 28 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 25 Oct, 2016 3 commits
- 20 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 19 Oct, 2016 2 commits
- 11 Oct, 2016 2 commits
- 29 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 14 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 12 Jul, 2016 1 commit
-
-
qinsoon authored
-
- 28 Jun, 2016 2 commits
- 23 Jun, 2016 3 commits
- 22 Jun, 2016 3 commits
- 21 Jun, 2016 1 commit
-
-
qinsoon authored
-
- 18 Jun, 2016 1 commit
-
-
qinsoon authored
-