aboutsummaryrefslogtreecommitdiff
path: root/arm-gen.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix allocation of struct in registers on ARMThomas Preud'homme2013-11-051-46/+44
* Add support for load/store of _Bool valueThomas Preud'homme2013-06-141-2/+2
* ARM hardfloat: fix struct return with float/double argsDaniel Glöckner2013-05-011-0/+1
* Improved variable length array support.James Lyon2013-04-271-0/+15
* x86-64 ABI fixes.James Lyon2013-04-191-3/+8
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-0/+13
* add version number to manpageUrs Janssen2013-02-171-2/+2
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-14/+18
* Align on 4n bytes when copying fct args on stackThomas Preud'homme2013-02-051-0/+1
* arm-gen.c: fix var initialization in gfunc_callThomas Preud'homme2013-02-041-2/+1
* arm: force rounding towards zero on cast to integer with VFPDaniel Glöckner2013-02-041-1/+1
* arm: fix conversion from float/double to signed integer with VFPDaniel Glöckner2013-02-031-1/+1
* arm: fix conversion from integer to float/double with VFPDaniel Glöckner2013-02-031-1/+1
* arm: define TCC_ARM_VERSION for cross compilergrischka2013-01-301-0/+4
* Add my copyright for changes in arm-gen.cThomas Preud'homme2013-01-301-0/+1
* Fix stack alignment on 8 bytes at function callThomas Preud'homme2013-01-271-3/+3
* Organize frames in a real linked list on ARMThomas Preud'homme2013-01-261-5/+4
* Fix OABI calling conventionThomas Preud'homme2012-11-281-3/+7
* arm-gen.c: Invalid operator test always falseThomas Preud'homme2012-11-281-1/+1
* Only reference vfpr when availableThomas Preud'homme2012-11-211-0/+2
* Add support for arm hardfloat calling conventionThomas Preud'homme2012-06-051-70/+310
* Remove vnrott (duplicate vrotb)Thomas Preud'homme2012-03-141-2/+2
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-15/+15
* make: create native tcc from separate objectsgrischka2011-07-141-3/+6
* Fix calling ARM EABI functions returning big structuresDaniel Glöckner2011-05-171-1/+1
* Remove unused variablesThomas Preud'homme2011-05-161-0/+4
* ARM: use uint32_t for opcodesDaniel Glöckner2010-05-131-42/+43
* allow tcc be build from separate objectsgrischka2009-12-201-31/+39
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-0/+1
* cleanup: constify some global datagrischka2009-07-181-1/+1
* ARM: fix big immediate offset constructionDaniel Glöckner2009-05-111-6/+6
* Runtime lib functionsDaniel Glöckner2008-09-121-41/+75
* Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)Daniel Glöckner2008-09-121-1/+1
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-041-66/+380
* removed warningsbellard2004-11-071-3/+5
* ARM fixes (Daniel Glockner)bellard2004-10-041-86/+176
* initial TMS320C67xx support (TK)bellard2004-10-041-0/+1
* ARM target support (Daniel Glockner) - allow unsigned char as default on ARM...bellard2003-10-141-0/+1293