aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add multiarch directory for arm hardfloat variantThomas Preud'homme2012-07-291-1/+3
* get_reg(): try to free r2 for an SValue firstThomas Preud'homme2012-07-111-4/+5
* Fix R_ARM_REL32 relocationThomas Preud'homme2012-07-091-0/+1
* Incorrect shift result type on unsigned short first argument.Vincent Lefevre2012-07-061-1/+3
* Tests on left-shift type.Vincent Lefevre2012-07-063-1/+55
* tests: Minor adjustments selecting which tests are run on each platform.Milutin Jovanović2012-06-272-11/+41
* Incorrect shift result type with 64-bit ABIVincent Lefevre2012-06-271-0/+3
* tests: Added numerous tests.Milutin Jovanović2012-06-18111-0/+2988
* Detect multiarch on Kfreebsd and HurdThomas Preud'homme2012-06-131-0/+3
* Evaluate configure argumentsThomas Preud'homme2012-06-121-0/+1
* Revert "Make ex1.c and ex4.c be executable on any systems"grischka2012-06-122-2/+2
* tcc.c: fix argv index for parse_argsgrischka2012-06-121-3/+3
* osx: Removed some optimizations for x86 builds as they were causing seg faults.Milutin Jovanović2012-06-102-0/+3
* x86-64: Fix call saved register restoreMichael Matz2012-06-102-2/+22
* tccelf.c: Add R_ARM_REL32 relocationThomas Preud'homme2012-06-051-0/+2
* Add support for arm hardfloat calling conventionThomas Preud'homme2012-06-055-76/+330
* Fix removal of vnrottThomas Preud'homme2012-06-052-1/+2
* Only warn for unknown options in configure scriptThomas Preud'homme2012-05-281-1/+1
* Several multiarch/biarch fixesThomas Preud'homme2012-05-232-7/+8
* Fix CONFIG_LDDIR usageThomas Preud'homme2012-05-221-10/+11
* x86_64: Fix compares with NaNs.Michael Matz2012-05-132-2/+97
* Emit spaces for -MDMichael Matz2012-05-131-1/+1
* Fix comparing comparisonsMichael Matz2012-04-182-0/+38
* Make sizeof() be of type size_tMichael Matz2012-04-184-4/+37
* x86_64: Implement GET_CALLER_FPMichael Matz2012-04-181-0/+8
* Fix parsing function macro invocationsMichael Matz2012-04-182-3/+22
* Fix detection of labels with a typedef nameMichael Matz2012-04-183-3/+33
* x86_64: Fix segfault for global dataMichael Matz2012-04-182-1/+31
* x86_64: Fix indirection in struct paramatersMichael Matz2012-04-182-28/+40
* Fix bitfield loads into char/short.Michael Matz2012-04-182-2/+8
* Fix conversion in a?0:ptr.Michael Matz2012-04-182-5/+27
* libtcc: tcc_get_symbol uses the TCCState parametergrischka2012-04-183-2/+6
* support "x86_64-linux-gnu" subdirs with lib & includegrischka2012-04-182-15/+23
* tcc_realloc: auto "memory full" errorgrischka2012-04-183-12/+2
* tcc.h: unify multiple #ifdef CONFIG_TCC_BACKTRACEgrischka2012-04-181-9/+8
* cleanup some partially broken patchesgrischka2012-04-183-5/+5
* win32: tcc.exe uses libtcc.dllgrischka2012-04-182-5/+2
* tcc.c: fix previous commit "Use CString to concat linker options"grischka2012-04-184-22/+20
* Re-enable "Use CString to concat linker options"Gabriel Corneanu2012-04-182-14/+9
* add "nostdlib" option to libtccGabriel Corneanu2012-04-181-0/+2
* Revert "Use CString to concat linker options"Thomas Preud'homme2012-04-101-8/+13
* Use CString to concat linker optionsThomas Preud'homme2012-03-201-13/+8
* Fix use after free for linker_argThomas Preud'homme2012-03-161-2/+2
* fix mingw compliationunknown2012-03-161-1/+1
* Support linker options passed in several -Wl paramThomas Preud'homme2012-03-152-2/+19
* Consider long int constant as 64 bits on x86-64Thomas Preud'homme2012-03-141-0/+4
* Remove vnrott (duplicate vrotb)Thomas Preud'homme2012-03-143-19/+2
* Inform user that -b only exists on i386.Thomas Preud'homme2012-03-131-0/+2
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-064-11/+27
* x86_64: fix loading of LLOCAL floatsgrischka2012-03-052-5/+9