aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64 bug fix: Use stack with alignment just like 32bit environments.Shinichiro Hamaji2009-04-181-5/+4
* Remove multiple definition error caused by combination of x86-64 and va_list.Shinichiro Hamaji2009-04-181-0/+18
* Add check for invalid numbers.Shinichiro Hamaji2009-04-181-0/+2
* Fix overrun in decl_initializer_alloc.Shinichiro Hamaji2009-04-181-2/+4
* Code cleaning: utilize vpushll().Shinichiro Hamaji2009-04-181-7/+1
* Support long long bitfields for all architectures.Shinichiro Hamaji2009-04-181-10/+31
* Allow long long as a type of bitfields on x86-64.Shinichiro Hamaji2009-04-181-1/+5
* i386: align=8 for double and long longgrischka2009-04-181-1/+1
* win32: fix for VC8Express compilergrischka2009-04-181-2/+7
* tcc -E: preserve spaces (partial solution)Kirill Smelkov2009-04-181-2/+8
* type_size function returned incorrect sizeAlexander Egorenkov2009-04-181-1/+8
* fix constant optimization for unsignedsgrischka2009-04-181-2/+14
* fix data overflow with init_putvgrischka2008-12-021-0/+4
* Add support of x86-64.Shinichiro Hamaji2008-12-021-10/+128
* Suport LDOUBLE_SIZE == 16 environment.Shinichiro Hamaji2008-12-021-3/+15
* One more s/int/long/Shinichiro Hamaji2008-12-021-1/+1
* Use long instead of int to hold pointer values.Shinichiro Hamaji2008-12-021-4/+4
* Add __builtin_frame_address(0)Shinichiro Hamaji2008-12-021-0/+18
* Introduce ElfW macro and ELFW to encapsulate the difference between Elf32_* a...Shinichiro Hamaji2008-12-021-14/+15
* Futher changes to castsDaniel Glöckner2008-11-301-3/+6
* Fix get_tok_str wrt wide charactersDaniel Glöckner2008-11-301-2/+4
* Rewrote '?' for constantsDaniel Glöckner2008-11-301-7/+10
* Cast parameter of '!' to _BoolDaniel Glöckner2008-11-301-2/+5
* Rewrote castsDaniel Glöckner2008-11-301-115/+101
* line-numbers output for TCC -Egrischka2008-11-301-12/+25
* was hash, not linkgrischka2008-09-151-1/+1
* Display error on statement expressions with complex return typeDaniel Glöckner2008-09-121-0/+14
* Fix bitfields with non-int types and in unionsDaniel Glöckner2008-09-121-8/+28
* Force null pointer exception for code outside of a functionDaniel Glöckner2008-09-121-0/+3
* Optimize arithmetic with pointer to value on stack + constantDaniel Glöckner2008-09-121-2/+3
* Fix gv for long longsDaniel Glöckner2008-09-121-4/+4
* A prefix for default library/include search pathsDaniel Glöckner2008-09-121-6/+6
* Runtime lib functionsDaniel Glöckner2008-09-121-17/+26
* fix isidnum_table for CH_EOF (-1)grischka2008-09-121-5/+5
* free_section bugfixgrischka2008-09-121-2/+2
* release loaded dlls cleanly (Sam K)grischka2008-05-051-2/+11
* enable pe-output from libtcc (Shmuel Zeigerman)grischka2008-05-051-7/+0
* fix options in C scripts after -rungrischka2008-04-271-17/+14
* fix stabstr with linked objectsgrischka2008-04-271-0/+2
* enable multiple states and fix minor memory leaksgrischka2008-04-271-16/+48
* update manual, changeloggrischka2008-03-311-0/+2
* added verbosity levels (-vv -vvv)grischka2008-03-311-13/+24
* Accept standard input as an inputstream (Hanzac Chen)grischka2008-03-311-8/+9
* Add -soname linker option (Marc Andre Tanner)grischka2008-03-251-2/+11
* Enable -B option for library path on win32grischka2008-03-081-9/+9
* Just warn about unknown directives, define __STDC_VERSION__=199901Lgrischka2008-01-161-14/+22
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-191-135/+174
* Handle backslashes within #include, #error, #warninggrischka2007-12-171-8/+21
* Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka2007-12-161-4/+10
* Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka2007-12-131-48/+52