Add hexadecimal and octal constants
Fix long long constant in lex.c
Free auxiliar node in typeof()
Rename variables in expr.c
Remove STRING token
Remove emitternary()
Fix problem in condition()
Remove ugly macros from cc1.h
Rewrite cc1.h
Add missing static in code.c
Convert emitswitch into private of code.c
Convert emitdcl into private of code.c
Convert emitret into private of code.c
Convert emitfun into private of code.c
Conver emitprint into private function
Remove emiteloop, emitbloop, emitestruct, emitefun
Convert emitsymid() to private of code.c
Remove non used local variable of freenode
Add emit() function to cc1
Fix typo in right field
Pass aditional parameter to elements of opcode[]
Unify emitbin() and emitunary()
Unify emitstruct, emitlabel, emitjump, emitbranch, emitcase, emitdefault
Makes all emit*() only one parameter
Change type of opcode[] array in cc1
Add security points in conditions and compounds
Makes setsafe to put the recovery point
Avoid calls to next() in error recovery code
Add error recovery at external declaration level.
Recover from expect() errors
Improve the longjmp logic
Simplify main in cc1 (even more)
Simplify generror script
Add longjmp point of recover
Rewrite main loop in cc1
Add option parser for cc1
Remove user_opt struct
Add cast() wrapper in cc2
Add neg and cpl operations
Remove additional parameter of cgen()
Add BAND, BOR and BXOR operations
Improve assign() in cc2
Add peephole for jump to next instruction
Fix moveto() reuse case
Fix return generation
Fix bug in allocreg()
Assign type to return nodes
Add JP assembler instruction
Simplify generate()
Rewrite allocreg()
Allow assignment of not register things
Add used field in Nodes of cc2
Remove dirty field of Node in cc2
Change allocreg to receive only a num
Simplify add() function in cc2
Merge MEM and AUTO cases of assign()
Fix error in imm()
Remove unneeded variable in generate()
Add initial support for return statements
Remove individual register variables
Remove non needed field in opnodes elements
Remove non used addr field in symbol of cc2
Add optimization for SUB to
Add SUB instruction
Add peephole infrastructure
Use unsigned types where it is possible
Fix addr2txt() bug
Add prev pointer in Inst
Convert additions to increments
Allow assignations as expression
Fix parentheses expressions
Move reguse to index() and moveto()
Remove inclue guard in cc.h
Remove include guards in sizes.h
Move reguse update to moveto()
Inver switch order in moveto()
Fix generation of immediate and register nodes
Remove type parameter from imm()
Remove payload in Node
Align elements in stack to 2
Remove FUN VAR EFUN in cc2
Fix push() in cgen
Optimize the generation of the preambule
Fix automatic addressing
Fix computation of stack frame size
Fix generation of INDEX operands
Add LDI instruction
Rewrite add code generation
Fix bug in output of AUTO variables
Add index addressing
Add MEM addressing
Add INC assmbler instruction to cc2
Add plan9 path to compiler documentation
Use a Node array instead of bool in reguse
Split cgen()
Simplify main loop in cc2
Move parser table in cc2 to the beginning of file
Organize functions in cc2.h using the origin files