aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Repair bounds-checking runtimeKirill Smelkov2012-11-142-16/+8
|\
| * Now btest pass!Kirill Smelkov2012-11-131-1/+0
| * lib/bcheck: Prevent __bound_local_new / __bound_local_delete from being misco...Kirill Smelkov2012-11-131-15/+1
| * lib/bcheck: Prevent libc_malloc/libc_free etc from being miscompiledKirill Smelkov2012-11-131-0/+7
* | Revert "Generate PLT thumb stub only when necessary"Thomas Preud'homme2012-11-122-61/+26
* | Add armv6l to ARM supported processorsThomas Preud'homme2012-11-111-1/+1
|/
* Call to veneers in ARM modeThomas Preud'homme2012-11-091-1/+3
* Allow source fortificationThomas Preud'homme2012-11-071-1/+1
* Generate PLT thumb stub only when necessaryThomas Preud'homme2012-11-072-26/+61
* Support R_ARM_THM_JUMP24 relocation to pltThomas Preud'homme2012-11-071-8/+18
* Create a clean target for tests2/MakefileThomas Preud'homme2012-11-071-0/+3
* Honour *FLAGS everywhereThomas Preud'homme2012-11-063-17/+19
* forbid invalid comparison of structHitoshi Mitake2012-11-051-0/+2
* pe: fix tcc not linking to user32 and gdi32Roy Tam2012-11-021-1/+1
* Enable arm hardfloat calling conventionThomas Preud'homme2012-10-281-5/+5
* Add support for R_ARM_THM_{JUMP24,CALL} relocsThomas Preud'homme2012-10-282-1/+66
* Fix commit 85f6fad3a6acbfa07a3dc45b673965fc26890d8eThomas Preud'homme2012-10-251-1/+2
* Error out in case of variable name clashThomas Preud'homme2012-10-251-3/+21
* Forbid VLA as static variablesThomas Preud'homme2012-10-251-1/+6
* Only use blx if availableThomas Preud'homme2012-10-162-8/+19
* Fix R_ARM_CALL when target fonction is ThumbThomas Preud'homme2012-10-101-4/+12
* Support for R_ARM_[THM_]MOV{W,T}_ABS[_NC} relocsThomas Preud'homme2012-10-102-0/+36
* fix #include_next infinite loop bug, see http://savannah.nongnu.org/bugs/?31357Sergey Vinokurov2012-09-201-0/+27
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-013-6/+15
* Disable callsave_test for armThomas Preud'homme2012-07-301-0/+2
* 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