aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtcc: ignore linker optizimization and as-needed options. This allows compi...Austin English2014-03-061-0/+4
* Call fill_got_entry unconditionallyThomas Preud'homme2014-02-101-2/+0
* Define float_eabi only in arm-gen.oThomas Preud'homme2014-02-091-2/+2
* conftest: fix globbing to match MSVCAustin English2014-02-081-0/+4
* Fix warning about undeclared __clear_cache function call.Christian Jullien2014-02-081-0/+1
* Ignore VT_DEFSIGN in load on x86-64 archThomas Preud'homme2014-02-071-1/+1
* Def signedness != signed != unsigned for charThomas Preud'homme2014-02-064-15/+26
* Add support of Thumb to ARM branch relocationThomas Preud'homme2014-02-062-0/+29
* Split elf_output_file in smaller functionsThomas Preud'homme2014-02-061-544/+652
* Add macro to browse reloc and sym entriesThomas Preud'homme2014-02-061-79/+39
* Round mode of ll -> float conversion to nearestThomas Preud'homme2014-02-051-5/+20
* Fix negative long long to float conversion on ARMThomas Preud'homme2014-02-051-2/+2
* Fix float to long long conversion on ARMThomas Preud'homme2014-02-051-8/+8
* Fix and extend *FCAST test in tcctest.cThomas Preud'homme2014-02-051-5/+8
* Fix parameter passing of long long bitfieldThomas Preud'homme2014-02-042-0/+4
* switch last 2 params of TOK_memset on ARMThomas Preud'homme2014-02-031-0/+5
* Don't perform builtin_frame_address on ARMThomas Preud'homme2014-02-031-2/+3
* 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