aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added CMake build system (to facilitate Win64 builds)James Lyon2013-04-215-4/+254
* Workaround for MinGWs use of 80-bit long double on Win32.James Lyon2013-04-192-8/+27
* Fixed 64-bit integer bug introduced by x86-64 ABI work.James Lyon2013-04-192-13/+12
* Improved x86-64 XMM register argument passing.James Lyon2013-04-192-76/+119
* Fixed problems with XMM1 use on Linux/x86-64.James Lyon2013-04-193-112/+120
* Most x86-64 tests now work; only on error in test1-3.James Lyon2013-04-193-67/+129
* Got test1-3 working on x86-64.James Lyon2013-04-194-85/+197
* x86-64 ABI fixes.James Lyon2013-04-199-75/+334
* Added some additional tests to abitest.cJames Lyon2013-04-181-13/+51
* Tests in abitest.c now work on Win32.James Lyon2013-04-187-66/+173
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-173-1/+91
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-177-29/+63
* Fixed out of tree build problem on Windows.James Lyon2013-04-171-7/+7
* Fix building instruction wrt make/gmakeThomas Preud'homme2013-04-081-6/+8
* Update README,add x86_64/arm,FreeBSD/OSX etc.Jov2013-03-251-7/+8
* Fix synchronization between data and instr cachesThomas Preud'homme2013-03-191-1/+1
* Flush caches before -running programThomas Preud'homme2013-03-182-0/+12
* Fix configure script on FreeBSDThomas Preud'homme2013-03-141-1/+2
* Update .gitignore with regards to test changesThomas Preud'homme2013-03-111-1/+2
* document $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATHUrs Janssen2013-02-201-3/+22
* don't confuse LD_LIBRARY_PATH (run time) with LIBRARY_PATH (link time)Urs Janssen2013-02-191-2/+2
* added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATHAndrew Aladjev2013-02-193-0/+21
* remove doubled prototypeUrs Janssen2013-02-184-6/+4
* Fix GNU Hurd interpreter pathThomas Preud'homme2013-02-181-0/+2
* Add support for KfreeBSD 64bitsThomas Preud'homme2013-02-182-1/+10
* libtcc: tcc_define_symbol() uses strings, fix segfaultRoy2013-02-181-1/+1
* Define __STDC_HOSTED__ to a sane valueThomas Preud'homme2013-02-171-1/+1
* Define __STDC_HOSTED__Thomas Preud'homme2013-02-171-0/+1
* add version number to manpageUrs Janssen2013-02-1722-56/+57
* Release TinyCC 0.9.26Thomas Preud'homme2013-02-151-1/+1
* fixed pasto in in 108b2876; background for the additional $CC test is:Urs Janssen2013-02-151-1/+1
* - document -dumpversionUrs Janssen2013-02-154-3/+6
* - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be setUrs Janssen2013-02-152-1/+3
* Revert "Don't search libgcc_s.so.1 on /lib64"Thomas Preud'homme2013-02-141-5/+1
* configure: detect ARM variantsgrischka2013-02-142-33/+37
* Don't search libgcc_s.so.1 on /lib64Thomas Preud'homme2013-02-141-1/+5
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-146-38/+30
* Add missing heading slash to detect /lib64 systemsThomas Preud'homme2013-02-141-1/+1
* Add arm ABI detection in conftest.cThomas Preud'homme2013-02-141-1/+9
* Another attempt to "detect" multiarchThomas Preud'homme2013-02-142-17/+55
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-143-0/+11
* configure: cleanupgrischka2013-02-148-225/+257
* Create config-print program to test $ccThomas Preud'homme2013-02-132-46/+41
* Various fixes for f9ac2013Thomas Preud'homme2013-02-131-7/+3
* Detect multiarch triplet and lddir from ldd outputThomas Preud'homme2013-02-132-44/+8
* Fix previous commitThomas Preud'homme2013-02-131-1/+1
* Improve multiarch detectionThomas Preud'homme2013-02-133-10/+44
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-1212-958/+880
* tcc --help: update option summarygrischka2013-02-102-34/+55
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-107-58/+113