summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-23codapommicket
2022-02-20conclusionpommicket
2022-02-19actual hello world programpommicket
2022-02-19finish 05pommicket
2022-02-19gcc and bootstrap are in agreement!pommicket
2022-02-19remove gettimeofday stuffpommicket
2022-02-19full build of tcc with itself - doesn't match gcc :opommicket
2022-02-18more 05 readmepommicket
2022-02-18satrt readmepommicket
2022-02-18newer version of tcc almost workingpommicket
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-16string.hpommicket
2022-02-16start string.hpommicket
2022-02-16stdlib.hpommicket
2022-02-16signal.hpommicket
2022-02-16start signal.hpommicket
2022-02-15math.hpommicket
2022-02-15locale.hpommicket
2022-02-15ctype.h, getenvpommicket
2022-02-15mostly-standard scanfpommicket
2022-02-15strtodpommicket
2022-02-14strtoul, strtolpommicket
2022-02-14better error for declaring incomplete structpommicket
2022-02-14almost all of stdio.hpommicket
2022-02-14clean up stb_sprintf; implementation of fprintf et al, removepommicket
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-13C compiler done ? va_list/arg program working :)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-12fix casting arguments to parameter typepommicket
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