aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * workaround a wine cmd bug in build-tcc.batAustin English2014-01-201-1/+1
| * tccrun: Mark argv area as valid for bcheckKirill Smelkov2014-01-191-0/+17
| * Fixed the LDBL_* macros in include/float.h for x86-64: as saidVincent Lefevre2014-01-121-1/+1
| * Revert "Use anonymous file instead of regular file to back mmap"Iavael2014-01-121-5/+12
| * tcctest: One more signed zero testMichael Matz2014-01-121-0/+6
| * Fix floating point unary minus and plusMichael Matz2014-01-122-17/+45
| * Fix compile on ARM non-eabi and non-vfpMichael Matz2014-01-111-1/+1
| * Fix Fixes for PE x86_64 for fail in codeMichael Matz2014-01-111-27/+20
| * Fix missing mem_size assignment when using mmap()keren2014-01-101-0/+2
| * Fixes previous fixesArchidemon2014-01-101-5/+5
| * Fixes for PE x86_64 for fail in codeArchidemon2014-01-101-3/+15
| * Use anonymous file instead of regular file to back mmapkeren2014-01-091-14/+5
| * Various Makefile fixes for cross-compilationThomas Preud'homme2014-01-092-5/+19
| * Remove WITHOUT_LIBTCC macro: no more userThomas Preud'homme2014-01-081-3/+1
| * Use GNU triplet prefix for cross tcc compilersThomas Preud'homme2014-01-082-25/+34
| * Shared libraries also have entry pointsThomas Preud'homme2014-01-081-1/+1
| * Improve ELF on ARMThomas Preud'homme2014-01-081-1/+7
| * Update elf.hThomas Preud'homme2014-01-082-1094/+2479
| * Add support for runtime selection of float ABIThomas Preud'homme2014-01-087-70/+113
| * Explicit that EABI only supports VFP for nowThomas Preud'homme2014-01-072-5/+3
| * Don't say compiler flags are warning optionsThomas Preud'homme2014-01-071-1/+1
| * fixed permissions for install on UnixVincent Lefevre2014-01-071-3/+3
| * be stricter with aliasinggrischka2014-01-076-89/+92
| * misc. fixesgrischka2014-01-0610-54/+46
| * tccpe: cleanup "imports per ordinal"grischka2014-01-063-143/+33
| * i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-066-80/+84
| * 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