aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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