aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set CONFIG_MULTIARCHDIR for cross compilers.Reimar Döffinger2015-01-181-4/+4
* Build also WinCE cross compiler when cross compilers enabled.Reimar Döffinger2015-01-181-5/+5
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-065-34/+39
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-063-7/+19
* .i as file extensionseyko2015-01-061-1/+1
* round() in test (24_math_library) fail because there are no defs included.seyko2015-01-051-0/+2
* crt1.c revisionCarlos Montiers2014-12-301-23/+53
* Fix parsing of binary floating point numberLee Duhem2014-12-154-2/+133
* tcc.h (BufferedFile): Remove unnecessary static memory allocationLee Duhem2014-12-111-1/+1
* libtcc.c (put_extern_sym2): Extend the scope of buf to match its useLee Duhem2014-12-111-2/+1
* .gitignore: Ignore Emacs temporary filesLee Duhem2014-12-111-1/+2
* Makefile: Add rules to create tags and TAGS.Lee Duhem2014-11-281-2/+9
* .gitignore: Ignore generated files.Lee Duhem2014-11-281-0/+4
* little optimization to crt1Carlos Montiers2014-11-231-5/+6
* __getmainargs compatibility checking successCarlos Montiers2014-11-221-10/+14
* win32: fix implicit function warningJames Buren2014-11-031-0/+2
* Filter-out warning about softfloat in tests2Matteo Cypriani2014-10-171-2/+2
* tccgen: use lvalue as result from bitfield assignmentgrischka2014-09-231-7/+5
* Accept CPPFLAGS from the environmentMatteo Cypriani2014-09-071-1/+1
* tccelf: layout_sections: add missing param strsecMatteo Cypriani2014-09-071-3/+4
* Clear CFLAGS & LDFLAGS in testsMatteo Cypriani2014-09-072-0/+8
* Don't build libtcc1 with -fstack-protector-strongMatteo Cypriani2014-09-071-0/+4
* tccgen: nocode_wanted: do not output constantsgrischka2014-08-012-16/+18
* win64: fix resource file supportgrischka2014-08-012-31/+33
* Removed the error message and minor changes.Carlos Montiers2014-07-171-9/+11
* __getmainargs return int, not void, and on error, it return -1 and let argv u...Carlos Montiers2014-07-161-2/+7
* Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD...Carlos Montiers2014-07-103-3/+3
* Fix problem using alloca function, executable crashed even with a exception h...Carlos Montiers2014-07-103-6/+6
* Rename:jiang2014-07-017-6/+6
* Specify license of lib/armeabi.cThomas Preud'homme2014-07-011-0/+21
* bug:jiang2014-06-296-5/+26
* Revert the many un-reviewed commits starting from early AprilDavid Mertens2014-06-240-0/+0
|\
| * revert vstore()jiang2014-06-231-0/+8
| * Revert "Win: Enable use "*.def + *.c" files as library instead of *.a by "-l"...Thomas Coudray2014-06-201-9/+2
| * Win: Enable use "*.def + *.c" files as library instead of *.a by "-l" optionYX Hao2014-06-161-2/+9
| * Let init_putz one-time generation.jiang2014-05-281-51/+63
| * Considering the effect of CH_EOF on line_numjiang2014-05-281-1/+1
| * Modify the 66_macro_concat_end.expectjiang2014-05-281-1/+1
| * The number of rows to display warning is wrongjiang2014-05-231-2/+5
| * forget Delete __va_ld_regjiang2014-05-211-1/+1
| * Delete a = (a > = 0)? A: -a; \jiang2014-05-202-26/+40
| * clean '\t'jiang2014-05-202-275/+275
| * In the local use of local stack, use a global stack in the global timejiang2014-05-201-1/+1
| * int main()jiang2014-05-171-17/+10
| * Improved '\ n' output effect (# pragma pack (push, 8), # pragma pack (pop))jiang2014-05-171-3/+3
| * 1 macro_push and macro_pop work I made a mistake, no matter the definition do...jiang2014-05-173-32/+40
| * add push_macro test againjiang2014-05-162-1/+14
| * fix push_macro, asked Tom to help me testfix push_macrojiang2014-05-163-3/+10
| * When tcc.exe update, abitest-tcc.exe not updated. For security, you must firs...jiang2014-05-151-1/+1
| * Add warning 4jiang2014-05-141-5/+29