aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A lrint functions in win32/include/math.h are rewrittem because tcc can't han...seyko2015-03-031-15/+30
* wincrt1.c: add definition of the __TRY__ if not definedseyko2015-03-032-0/+16
* Report a mingw as a execution environment instead of theseyko2015-03-031-16/+10
* Don't add a slash to the install path of the tcc in display_info()seyko2015-03-031-1/+1
* A 32/64 bit tcc on linux: an arch specific path for libtcc1.aseyko2015-03-031-1/+19
* Disable floating-point test for ARM soft-floatseyko2015-03-031-0/+2
* arm-unused-warnings: remove problems with defined but unused wariablesseyko2015-03-032-5/+10
* tcc_add_runtime() for a CONFIG_USE_LIBGCC case: reducing a complexityseyko2015-03-031-5/+2
* x86_64-win-tcc elfinterp: a bug correctionseyko2015-03-031-4/+4
* lddir-on-x86-64: let CONFIG_LDDIR=lib64 by default if TCC_TARGET_X86_64seyko2015-03-031-1/+5
* Turn on a implicit-function-declaration warning by default.seyko2015-03-034-0/+5
* x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to par...seyko2015-03-031-1/+2
* -std=c99 option for the tcc: allow to use a tcc as a reference compiler for "...seyko2015-03-031-0/+6
* remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from in...seyko2015-03-031-2/+4
* Use a display_info() to output a header of the tcc help listingseyko2015-03-031-55/+62
* A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1fseyko2015-03-035-5/+5
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-032-18/+16
* a void to void cast.seyko2015-03-031-2/+14
* a statement expressions with a pointer return typeseyko2015-03-031-1/+5
* iitialisation of the empty structseyko2015-03-031-0/+20
* tcc don't understand am extern array of structs.seyko2015-03-031-2/+2
* tcc_free(table_ident) in preprocess_new() if table_ident != NULLseyko2015-03-032-1/+5
* tcc_undefine_symbol(): free an alloced symbolseyko2015-03-031-0/+1
* Add a debug info when a #line directive is handled.seyko2015-03-031-0/+2
* Revert a grischka patch: gdb refused to know "main"seyko2015-03-031-1/+1
* pp-many-files: don't drop a preprocessor defines when tcc going to preprocess...seyko2015-03-031-4/+0
* A gcc preprocessor option -dD addedseyko2015-03-034-22/+84
* Added a gcc preprocessor options -P, -P1seyko2015-03-034-10/+46
* Move a line_ref variable from tcc_preprocess() function into struct BufferedF...seyko2015-03-032-5/+6
* A preprocessor should Interpret an input line "# NUM FILENAME" as "#line NUM ...seyko2015-03-031-1/+6
* arm64-gen.c: Improve generation of stack offsets.Edmund Grimley Evans2015-03-021-2/+10
* arm64-gen.c: Rename some functions and add comments.Edmund Grimley Evans2015-03-021-76/+79
* arm64: Improve constant generation, with tests.Edmund Grimley Evans2015-03-023-8/+55
* arm64-gen.c: Better explanation of relocation choice.Edmund Grimley Evans2015-03-011-21/+24
* 73_arm64.c: Avoid taking address of return value.Edmund Grimley Evans2015-02-261-21/+42
* Add 73_arm64 for testing some arm64 things, mostly PCS.Edmund Grimley Evans2015-02-253-0/+529
* arm64-gen.c: In gen_va_arg, handle the remaining HFA cases.Edmund Grimley Evans2015-02-251-9/+27
* Relicensing TinyCCEdmund Grimley Evans2015-02-251-0/+1
* tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).Edmund Grimley Evans2015-02-241-0/+2
* tccgen.c: Make sure that gen_op always returns an rvalue.Edmund Grimley Evans2015-02-231-0/+3
* 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