aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Collapse)AuthorAgeFilesLines
* added -f[no-]leading-underscore - '@' symbol for asmbellard2005-06-151-3/+22
|
* win32 merge (grischka)bellard2005-04-171-10/+21
|
* win32 mergebellard2005-04-141-2/+13
|
* #pragma pack support (grischka)bellard2005-04-131-4/+65
|
* #include_next support (Bernhard Fischer)bellard2005-04-101-4/+13
|
* initial PE format supportbellard2005-04-101-12/+88
|
* better gcc compatibility (Jon Griffiths)bellard2004-12-161-1/+3
|
* optimisations: hash table for include file search, pool for symbol ↵bellard2004-11-071-74/+111
| | | | allocation - sympler token string allocation - '-b' fix with '-run' option
* stack full fixbellard2004-11-021-3/+3
|
* packed attribute supportbellard2004-10-291-6/+21
|
* fixed const and volatile function parameters typing - fixed string parsing ↵bellard2004-10-281-1/+5
| | | | when skipping code
* added _Bool in bit-fieldsbellard2004-10-271-0/+1
|
* copyright updatebellard2004-10-271-2/+2
|
* do not generate code for unused inline functions - fixed long long code gen ↵bellard2004-10-231-148/+185
| | | | bug - added --oformat linker option
* primitive fastcall functions support - -fno-common option - -Ttext linker ↵bellard2004-10-181-10/+120
| | | | option - bit field fixes - section alignment fixes
* win32 configurebellard2004-10-071-2/+1
|
* fixed __LINE__ token typebellard2004-10-071-7/+10
|
* C67 COFF executable format support (TK)bellard2004-10-051-2/+24
|
* ARM fixes (Daniel Glockner)bellard2004-10-041-4/+46
|
* initial TMS320C67xx support (TK)bellard2004-10-041-5/+30
|
* fixes for dietlibcbellard2004-10-021-2/+6
|
* comment parsing fix - bitfields partial fixbellard2004-10-021-7/+20
|
* fixed assignment of const struct in structbellard2003-10-171-1/+5
|
* added -funsigned-char, -fsigned-char and -Wimplicit-function-declarationbellard2003-10-171-34/+79
|
* ARM target support (Daniel Glockner) - allow unsigned char as default on ↵bellard2003-10-141-9/+95
| | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner)
* added arguments to -run - fixed libc linking when running in memory - output ↵bellard2003-10-041-45/+98
| | | | a warning instead of an error if invalid escaped sequence in character
* unbounded section name (might be useful when section name contains function ↵bellard2003-10-041-3/+3
| | | | name for g++ linkonce sections)
* fixed -w option - doc update (thanx to Romain Francoise)bellard2003-10-041-12/+6
|
* added -w optionbellard2003-09-191-1/+16
|
* changed tcc_get_symbol() prototypebellard2003-07-201-3/+4
|
* fixed typdefed type parsing (Mauro Persano)bellard2003-07-201-2/+9
|
* reject abstract declarators in function definition (Mauro Persano)bellard2003-07-201-0/+7
|
* suppressed warning for const function parametersbellard2003-06-021-1/+3
|
* help updatebellard2003-05-241-0/+1
|
* added -rdynamic supportbellard2003-05-241-1/+7
|
* changed license to LGPLbellard2003-05-241-11/+11
|
* fixed zero arg macro parsebellard2003-05-181-1/+1
|
* fixed macro argument substitutionbellard2003-05-181-10/+12
|
* alacarte linking (Dave Long)bellard2003-04-281-0/+4
|
* added -nostdlibbellard2003-04-271-5/+10
|
* added __builtin_constant_p() and __builtin_types_compatible_p() supportbellard2003-04-261-4/+44
|
* more precise C type check support (const warnings) - added generic -W option ↵bellard2003-04-261-91/+272
| | | | support
* default output object filename is basename of input filename (same behaviour ↵bellard2003-04-161-1/+19
| | | | as gcc)
* simpler function call APIbellard2003-04-161-112/+50
|
* switch label parse fixbellard2003-04-141-3/+7
|
* compile fixbellard2003-04-131-0/+1
|
* added __TIME__ and __DATE__ support - added -v and -run optionsbellard2003-04-131-23/+38
|
* configure supportbellard2003-04-131-6/+6
|
* fixed macro function bugbellard2003-04-131-0/+11
|
* fixed comment parsingbellard2003-04-131-35/+46
|