shithub: scc

RSS feed

3801978b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/19 16:56
Add SUB instruction

f957dc88 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/19 16:45
Add spill()

6a7fb9b9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/19 13:46
Add peephole infrastructure

37ffac18 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/18 10:48
Use unsigned types where it is possible

4786cd4f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/18 10:42
Fix addr2txt() bug

a90c987a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/18 06:31
Add prev pointer in Inst

b5fe10c6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/18 03:02
Convert additions to increments

0e5ae348 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 17:15
Allow assignations as expression

04331f0a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 17:11
Fix parentheses expressions

7144207c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 15:42
Move reguse to index() and moveto()

47e8c646 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 13:43
Remove inclue guard in cc.h

aa7ece0b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 13:18
Remove include guards in sizes.h

64ae09c9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 11:05
Move reguse update to moveto()

54e5f131 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 10:42
Inver switch order in moveto()

1fb38e3b – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 10:03
Fix generation of immediate and register nodes

05bdb414 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 02:38
Remove type parameter from imm()

4d656cc3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/17 02:25
Remove payload in Node

5ee0c779 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 14:34
Align elements in stack to 2

6c32e2dc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 14:14
Remove FUN VAR EFUN in cc2

4fafd289 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 09:50
Fix push() in cgen

7e5eb0d9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 07:49
Optimize the generation of the preambule

cde05e31 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 06:28
Fix automatic addressing

52efd150 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 06:18
Fix computation of stack frame size

8c5632d6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 06:10
Fix generation of INDEX operands

c305b6f1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 05:56
Add LDI instruction

9d132dc5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 05:25
Rewrite add code generation

2f6992e5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 02:59
Fix bug in output of AUTO variables

4c2dee97 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 02:51
Add index addressing

9e8a53fe – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/16 02:12
Add MEM addressing

ffc1d806 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2015/03/15 06:08
Add INC assmbler instruction to cc2