aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
Commit message (Expand)AuthorAgeFilesLines
* partial revert of the commit 4ad186c5ef61seyko2015-03-041-0/+23
* A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1fseyko2015-03-031-1/+1
* be stricter with aliasinggrischka2014-01-071-2/+2
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-16/+12
* Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-061-1/+2
* Don't call __tcc_fpinit if using libgccThomas Preud'homme2014-01-061-0/+2
* Move logic for if (int value) to tccgen.cThomas Preud'homme2014-01-041-18/+1
* Report error on NaN comparisonThomas Preud'homme2014-01-031-1/+4
* Fix "Add support for struct > 4B returned via registers"grischka2013-12-161-1/+1
* Add support for struct > 4B returned via registersThomas Preud'homme2013-11-221-4/+5
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-63/+28
* Add support for load/store of _Bool valueThomas Preud'homme2013-06-141-1/+1
* avoid "decl after statement" pleasegrischka2013-04-301-2/+5
* Improved variable length array support.James Lyon2013-04-271-0/+39
* Fixed i386 calling convention issue and CMake build on i386.James Lyon2013-04-261-0/+8
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-8/+27
* add version number to manpageUrs Janssen2013-02-171-1/+1
* i386: We can change 'lea 0(%ebp),r' to 'mov %ebp,r'Kirill Smelkov2012-11-161-2/+7
* i386: fix loading of LLOCAL floatsDaniel Glöckner2012-01-231-1/+3
* s/derefencing/dereferencing/ in i386-gen.cThomas Preud'homme2012-01-081-1/+1
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-1/+1
* chmod a-x i386-gen.cKirill Smelkov2010-06-161-0/+0
* generate inc and dec for smaller codeU-UNIT1\dennis2010-04-031-4/+10
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-4/+6
* allow tcc be build from separate objectsgrischka2009-12-201-34/+44
* win32: enable bounds checker & exception handlergrischka2009-12-191-1/+5
* fix uninitialized warnings with 'type.ref'grischka2009-12-191-0/+1
* tccpe: improve dllimportgrischka2009-12-191-29/+2
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-0/+13
* win32: handle __declspec(dllimport)grischka2009-11-131-0/+34
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-0/+1
* cleanup: constify some global datagrischka2009-07-181-1/+1
* win32: structure return GCC compatible (ret 4 with cdecl)grischka2009-06-171-0/+11
* move some global variables into TCCStategrischka2009-05-111-2/+3
* Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)Daniel Glöckner2008-09-121-1/+1
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-191-3/+3
* Bug fix: A long long value used as a test expression ignores the upper 32 bit...bellard2006-10-281-1/+2
* windows style fastcall (Filip Navara)bellard2005-09-031-4/+19
* _Bool type fixbellard2005-04-171-1/+1
* __chkstk supportbellard2005-04-101-5/+32
* copyright updatebellard2004-10-271-1/+1
* primitive fastcall functions supportbellard2004-10-181-9/+46
* faster (Daniel Glöckner)bellard2004-10-041-2/+2
* initial TMS320C67xx support (TK)bellard2004-10-041-0/+1
* ARM target support (Daniel Glockner) - allow unsigned char as default on ARM...bellard2003-10-141-1/+11
* changed license to LGPLbellard2003-05-241-12/+12
* simpler function call APIbellard2003-04-161-70/+58
* renamed registersbellard2002-12-081-18/+18
* added MAX_ALIGNbellard2002-11-241-0/+3
* added CType structure for type storage - supressed define hash table - added ...bellard2002-11-181-36/+40