summaryrefslogtreecommitdiff
path: root/05/codegen.b
AgeCommit message (Expand)Author
2022-02-17fixed += bug with non-char pointerspommicket
2022-02-17working (?) tcc buildpommicket
2022-02-17procuding a (non-working) executable for tccpommicket
2022-02-16the last parts of the C standard librarypommicket
2022-02-15strtodpommicket
2022-02-14almost all of stdio.hpommicket
2022-02-14snprintf now working! (fixed problem will calls inside calls)pommicket
2022-02-13cleanup notespommicket
2022-02-13sprintf working! (but not snprintf ...)pommicket
2022-02-13first C hello world!pommicket
2022-02-13fixed local variables and also structs containing arrayspommicket
2022-02-13switch / case / defaultpommicket
2022-02-13labels, gotopommicket
2022-02-13break, continuepommicket
2022-02-13if, while, dopommicket
2022-02-13pre/post increment/decrementpommicket
2022-02-13comparison operatorspommicket
2022-02-13compound assignment operatorspommicket
2022-02-13fix dereferencing function pointer codegenpommicket
2022-02-12logical and,orpommicket
2022-02-12fix generate_function_addr; conditional expressionspommicket
2022-02-12function calls mostly workingpommicket
2022-02-12bitwise and,or,xor, shiftspommicket
2022-02-12codegen remainder, fix additionpommicket
2022-02-12multiplication and divisionpommicket
2022-02-12assignments, STATEMENT_EXPRESSIONspommicket
2022-02-12codegen for . -> ,pommicket
2022-02-12codegen for address ofpommicket
2022-02-12codegen for dereference, subscriptpommicket
2022-02-12local variablespommicket
2022-02-12codegen for global variablespommicket
2022-02-11subtraction codegenpommicket
2022-02-11additionpommicket
2022-02-11fixed prefix -- parsing; codegen for unary + - ~ !pommicket
2022-02-10generating code for casts!pommicket
2022-02-10return, integer literalspommicket
2022-02-10first working executable!pommicket
2022-02-10fix some calling convention stuffpommicket
2022-02-09start codegenpommicket