- 20 Sep, 2017 1 commit
-
-
qinsoon authored
-
- 29 Aug, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 22 Aug, 2017 2 commits
- 01 Aug, 2017 2 commits
- 23 Jul, 2017 4 commits
-
-
Isaac Oscar Gariano authored
-
Isaac Oscar Gariano authored
-
Isaac Oscar Gariano authored
-
Isaac Oscar Gariano authored
-
- 20 Jul, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 19 Jul, 2017 1 commit
-
-
qinsoon authored
-
- 10 Jul, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 09 Jul, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 16 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 15 Jun, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 07 Jun, 2017 1 commit
-
-
qinsoon authored
-
- 05 Jun, 2017 2 commits
- 11 May, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 09 May, 2017 1 commit
-
-
qinsoon authored
-
- 04 May, 2017 2 commits
- 01 May, 2017 2 commits
- 03 Apr, 2017 1 commit
-
-
qinsoon authored
immiediate number. Richards benchmark runs.
-
- 20 Mar, 2017 1 commit
-
-
qinsoon authored
-
- 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).
-
- 06 Mar, 2017 1 commit
-
-
qinsoon authored
liveins
-
- 21 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 16 Feb, 2017 1 commit
-
-
qinsoon authored
-
- 20 Jan, 2017 1 commit
-
-
qinsoon authored
results in different code (the same as clang did)
-
- 19 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 07 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 24 Nov, 2016 2 commits
- 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
-
- 16 Nov, 2016 1 commit
-
-
qinsoon authored
-
- 15 Nov, 2016 1 commit
-
-
qinsoon authored
1. compiler knows all the registers 2. but only 64bits register is a color (for reg alloc) 3. backend records the length of GPR for each operand during instruction selection 4. after reg alloc, when replacing temp with a color, find corresponding GPR for the length recorded before
-
- 14 Nov, 2016 1 commit
-
-
qinsoon authored
currently we only use 64bit registers, extend/truncate result if it is not 64bits. This is awful. Going to use all the registers, for example, AL, AX, EAX, RAX, but will not use AH (so reg alloc is simpler)
-