aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix fct param passing of struct with size < 4Thomas Preud'homme2014-02-031-2/+3
* Switch float abi to softfp for int <--> float convThomas Preud'homme2014-02-021-17/+9
* Revert "Add macro to browse reloc and sym entries"Thomas Preud'homme2014-02-021-37/+77
* Revert "Split elf_output_file in smaller functions"Thomas Preud'homme2014-02-021-652/+544
* Revert "Add support of Thumb to ARM branch relocation"Thomas Preud'homme2014-02-021-28/+0
* Add support of Thumb to ARM branch relocationThomas Preud'homme2014-02-021-0/+28
* Split elf_output_file in smaller functionsThomas Preud'homme2014-02-021-544/+652
* Add macro to browse reloc and sym entriesThomas Preud'homme2014-02-021-77/+37
* Give ARM asm mnemonic of PLT entriesThomas Preud'homme2014-02-021-9/+9
* Clean tccelf.cThomas Preud'homme2014-02-021-199/+179
* Ignore abitest-cc and abitest-tcc test programsThomas Preud'homme2014-02-021-0/+1
* Test long long to float conversionsThomas Preud'homme2014-02-011-0/+8
* Move result of itof double conv back to VFP regThomas Preud'homme2014-02-012-0/+10
* Ordinary and implicit rules cannot be mixed in the same string in MakefileIavael2014-01-231-1/+1
* tcctest: add back testXb (self compile with -b)grischka2014-01-213-21/+25
* 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