aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tccpe: no debug, no stabsgrischka2013-01-301-1/+4
* configure: use relative paths for in-tree buildgrischka2013-01-303-16/+19
* Add my copyright for changes in arm-gen.cThomas Preud'homme2013-01-301-0/+1
* Changelog updateThomas Preud'homme2013-01-301-0/+1
* Update ChangelogThomas Preud'homme2013-01-301-0/+2
* Favor arm hardfloat over arm softfloat.Thomas Preud'homme2013-01-291-4/+4
* Fix overflow detection in ARM relocationThomas Preud'homme2013-01-281-2/+2
* Fix stack alignment on 8 bytes at function callThomas Preud'homme2013-01-271-3/+3
* Don't do builtin_frame_address test with ARM gccThomas Preud'homme2013-01-261-0/+2
* Organize frames in a real linked list on ARMThomas Preud'homme2013-01-261-5/+4
* Use gcc to generate tcctest.gccThomas Preud'homme2013-01-251-1/+1
* Link STT_GNU_IFUNC into STT_FUNC in executable.Thomas Preud'homme2013-01-251-2/+11
* win32: _mingw.h: do not undef NULLgrischka2013-01-242-2/+1
* Fix [f]getc return value usage in 40_stdio testThomas Preud'homme2013-01-241-1/+1
* Revert "Optimize vswap()"grischka2013-01-142-33/+8
* Revert mistake in "win32: malloc.h: fix win32 ... _STATIC_ASSERT"grischka2013-01-142-69/+0
* Fix out-of-tree build with relative path to rootThomas Preud'homme2013-01-141-2/+2
* Install libtcc.h when invoking make installThomas Preud'homme2013-01-141-0/+2
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-1412-903/+62
* Revert "pe: fix tcc not linking to user32 and gdi32"Thomas Preud'homme2013-01-141-1/+1
* Stop setting -Wno-unused-result switch in MakefileThomas Preud'homme2013-01-131-11/+0
* Fix C99ism in vswap()Thomas Preud'homme2013-01-131-1/+2
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-1112-62/+903
* Fix "Optimize cstr_reset() to only reset string to empty"grischka2013-01-061-1/+1
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-064-78/+39
* Stop returning 0 in cmp_comparison_testThomas Preud'homme2013-01-061-1/+0
* Honor CC when testing for -Wno-unused-resultThomas Preud'homme2013-01-061-1/+1
* win32: malloc.h: fix win32 tcc-tcc complication by correcting _STATIC_ASSERT,...Roy2012-12-313-1/+70
* Optimize vswap()Kirill Smelkov2012-12-212-5/+33
* Optimize cstr_reset() to only reset string to empty, not call free() and late...Kirill Smelkov2012-12-212-1/+7
* build: fix out-of-tree installAkim Demaille2012-12-211-3/+1
* build: fix out-of-tree buildAkim Demaille2012-12-211-1/+1
* build: simplify the makefilesAkim Demaille2012-12-211-18/+6
* configure: support absolete out-of-tree buildsAkim Demaille2012-12-212-5/+10
* configure: style changesAkim Demaille2012-12-211-11/+13
* configure: prefer here-documentsAkim Demaille2012-12-211-53/+53
* configure: style changesAkim Demaille2012-12-211-13/+7
* Makefile: revamp "tar" targetgrischka2012-12-201-10/+17
* win32: build-tcc.bat: get rid of hardcoded VERSION stringgrischka2012-12-202-11/+7
* build: fix VPATH buildsAkim Demaille2012-12-186-25/+55
* bcheck: there is no unistd.h in win32.Roy2012-12-101-0/+2
* Repair bounds-checking more, this time `tcc -b -run tcc.c -run tcc.c -run tcc...Kirill Smelkov2012-12-096-11/+56
|\
| * tests: Add tests for compile/run tcc.c with `tcc -b` then compile tcc.c again...Kirill Smelkov2012-12-092-1/+25
| * lib/bcheck: Fix code typo in __bound_delete_region()Kirill Smelkov2012-12-091-1/+1
| * lib/bcheck: Don't assume heap goes right after bssKirill Smelkov2012-12-091-6/+27
| * Make tcc work after self-compiling with bounds-check enabledKirill Smelkov2012-12-093-3/+3
* | Detect ARM CPU version in configureThomas Preud'homme2012-12-042-9/+16
* | Fix OABI calling conventionThomas Preud'homme2012-11-281-3/+7
|/
* arm-gen.c: Invalid operator test always falseThomas Preud'homme2012-11-281-1/+1
* tests: btest should only run on targets supporting bcheckKirill Smelkov2012-11-241-0/+5