summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-14updaterelease_0_9_18bellard
2003-04-14switch label parse fixbellard
2003-04-14added 'A' asm constraintbellard
2003-04-14fixed inline asm without operand casebellard
2003-04-13compile fixbellard
2003-04-13updatebellard
2003-04-13added config.texibellard
2003-04-13added -run optionbellard
2003-04-13added __TIME__ and __DATE__ support - added -v and -run optionsbellard
2003-04-13added configure supportbellard
2003-04-13configure supportbellard
2003-04-13gcc 3 tests activated - new tests for 0.9.17bellard
2003-04-13added configure - gcc 3.x supportbellard
2003-04-13fixed macro function bugbellard
2003-04-13updatebellard
2003-04-13fixed comment parsingbellard
2003-04-13sanitized string and character constant parsingbellard
2003-04-13PLT generation fixbellard
2003-04-13comment fixes (Peter Lund)bellard
2003-04-13function parameters must be converted to pointer of functionsbellard
2003-04-13better _Bool lvalue supportbellard
2003-04-13struct syntax fixbellard
2003-04-10spell fixes + texinfo format fixes by Peter Lundbellard
2003-04-09updatebellard
2003-01-06asm testbellard
2003-01-06added asm tokens - suppressed synonims (avoid potential bugs in preprocessing)bellard
2003-01-06glibc compat fixbellard
2003-01-06asm supportbellard
2003-01-06macro opt - asm support - new option parsing - supressed IL codebellard
2003-01-06updatebellard
2002-12-08fixes for buggy GCC compilersbellard
2002-12-08addedbellard
2002-12-08FreeBSB fixes - elf align issuesbellard
2002-12-08FreeBSD fixes - file type guessing - glibc2.2 fixes - ELF align issuebellard
2002-12-08renamed registersbellard
2002-12-08FreeBSD fixesbellard
2002-12-08updatebellard
2002-11-24added static bit fields init - version change - #error and #warning fix - sup...bellard
2002-11-24added varargs.hbellard
2002-11-24use TCC macrosbellard
2002-11-24added MAX_ALIGNbellard
2002-11-24updatebellard
2002-11-24fixed structure type test - fixed enum parsing - added warning for int/ptr co...bellard
2002-11-24added empty structs support - changed double align to 4 (i386 default ABI) - ...bellard
2002-11-23fixed structure init without {} - fixed function declaration parsebellard
2002-11-23optimized unary() - fix long long signed comparisonsbellard
2002-11-23fixed line numberingbellard
2002-11-23expression optimizationbellard
2002-11-23optimized token strings - optimized token hashingbellard
2002-11-23parsing optimizationsbellard