aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-067-23/+35
| * Don't call __tcc_fpinit if using libgccThomas Preud'homme2014-01-061-0/+2
| * Don't enable bound check if libgcc is usedThomas Preud'homme2014-01-062-2/+3
| * Relicensing TinyCCDaniel Glöckner2014-01-041-0/+1
| * Move logic for if (int value) to tccgen.cThomas Preud'homme2014-01-046-118/+37
| * Update Changelog from git changelog entriesThomas Preud'homme2014-01-041-1/+63
| * Relicensing TinyCCDaniel Glöckner2014-01-041-1/+1
| * Fix negation of 0.0 and -0.0Thomas Preud'homme2014-01-041-2/+15
| * Provide install-strip target in MakefileThomas Preud'homme2014-01-041-0/+3
| * Use libtcc.a for static link even with USE_LIBGCCThomas Preud'homme2014-01-032-2/+7
| * Report error on NaN comparisonThomas Preud'homme2014-01-032-4/+13
| * Always set *palign in classify_x86_64_argThomas Preud'homme2014-01-031-0/+1
| * Fix "Add support for struct > 4B returned via registers"grischka2013-12-163-16/+31
| * make git ignore lib/arm directoryThomas Preud'homme2013-12-151-0/+1
| * Fix signed integer division in ARM runtime ABIThomas Preud'homme2013-12-151-9/+21
| * Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-113-1/+509
| * Support special calling convention for runtime ABIThomas Preud'homme2013-12-111-15/+34
| * Define __ARM_EABI__ and __ARMEL__ when applicableThomas Preud'homme2013-11-261-0/+4
| * Make abitest.c have predictable resultThomas Preud'homme2013-11-251-2/+2
| * Add va_* macro implementation for ARMThomas Preud'homme2013-11-251-0/+11
| * Add comment to explain the code added by 41ce391cThomas Preud'homme2013-11-251-1/+4
| * Fix structure passing in ARM calling conventionThomas Preud'homme2013-11-251-3/+6
| * Add support for struct > 4B returned via registersThomas Preud'homme2013-11-225-49/+77
| * Remove code in arm-gen.c for struct packing in regThomas Preud'homme2013-11-221-21/+3
| * Correctly identify homogeneous float aggregateThomas Preud'homme2013-11-221-1/+1
| * Fix counting of VFP regs in ARM's gfunc_prologThomas Preud'homme2013-11-211-1/+2
| * Fix register corruption at function call on ARMThomas Preud'homme2013-11-211-6/+16
| * Allow thumb transition for R_ARM_PC24Thomas Preud'homme2013-11-181-12/+13
| * Correctly align and reclaim stack at function callThomas Preud'homme2013-11-171-6/+8
| * Refactor and simplify gfunc_call() on armThomas Preud'homme2013-11-151-296/+328
| * struct variable behind guard, proper macro check, and remove some whitespace.Joseph Poirier2013-11-082-54/+56
| * Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-053-2/+36
| * Fix allocation of struct in registers on ARMThomas Preud'homme2013-11-051-46/+44
| * Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-035-54/+14
| * Add support for thread-local storage variablesThomas Preud'homme2013-10-295-14/+54
| * Detect usage of incomplete types inside struct/unionAmine Najahi2013-10-061-1/+12
| * Fix CONFIG_TCC_SYSINCLUDEPATHS on !win32 systemsRamsay Jones2013-10-021-2/+4
| * Fix commit 0f5942c6b382105075dabb6f975a313efc63a5f9Thomas Preud'homme2013-10-011-7/+3
| * Avoid warnings with gcc 4.8 + default CFLAGSThomas Preud'homme2013-09-242-12/+17
| * Detect correct instruction with incorrect operandsThomas Preud'homme2013-09-243-2/+6
| * set the user-defined library search paths firstVittorio Giovara2013-09-231-3/+1
| * Report error when redefining enumeratorThomas Preud'homme2013-09-201-0/+4
| * Report error when using undefined enumThomas Preud'homme2013-09-201-4/+5
| * Forbid enum redefinition.Thomas Preud'homme2013-09-201-0/+1
| * Forbid the use of array of functionsThomas Preud'homme2013-09-191-0/+2
| * Add the possibility to use noname functions by ordinalYX Hao2013-09-195-8/+150
| * Generate an error when a function is redefinedThomas Preud'homme2013-09-162-1/+9
| * win32: fix libtcc supportgrischka2013-09-102-9/+4
| * libtcc1.c: Fix __asm__() in __tcc_fpinit and __tcc_cvt_ftolRamsay Jones2013-09-091-3/+3
| * Fix lib, include, crt and libgcc search pathsThomas Preud'homme2013-09-072-11/+12