aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Fix -run.Michael Matz2015-02-232-10/+54
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-2316-40/+3265
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-214-13/+46
* tcc-doc.texi: Explain VT_LLOCAL a bit better.Edmund Grimley Evans2015-02-201-2/+4
* Fix handling of case_reg in switch statement.Edmund Grimley Evans2015-02-201-0/+3
* The "open a whisky and cut your finger open" patchThomas Preud'homme2015-02-183-37/+62
* Add support for .p2align asm directive.Reimar Döffinger2015-01-202-0/+9
* Fix macro expansion of empty args.Reimar Döffinger2015-01-184-2/+14
* 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