- 08 May, 2017 1 commit
-
-
Isaac Oscar Gariano authored
-
- 24 Mar, 2017 1 commit
-
-
qinsoon authored
-
- 22 Mar, 2017 1 commit
-
-
qinsoon authored
stack pointer before calling, unless we pushed arguments by stack)
-
- 23 Feb, 2017 1 commit
-
-
qinsoon authored
a function
-
- 18 Jan, 2017 1 commit
-
-
qinsoon authored
cannot run test_throw in test_rpython along with other pytests (especially tests from c script). Will look into this later
-
- 07 Jan, 2017 1 commit
-
-
qinsoon authored
-
- 04 Nov, 2016 1 commit
-
-
qinsoon authored
1. grow/shrink frame size in the pro/epilogue. Note: though we removed push/pop for unused callee saved registers, we still reserve frame space for them. Because we generate spill on frame before we know exactly how large a space is. The solution is to make spill locations patchable. 2. control flow will combine branches in switch instruction if they all target the same destination.
-
- 25 Oct, 2016 1 commit
-
-
qinsoon authored
(for callee saved regs, we insert push/pop before reg alloc. and after allocation, remove unnecessary ones)
-
- 05 Oct, 2016 2 commits
- 04 Oct, 2016 1 commit
-
-
qinsoon authored
-
- 30 Sep, 2016 1 commit
-
-
qinsoon authored
-
- 29 Sep, 2016 3 commits
- 28 Sep, 2016 2 commits