aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a dependency for a PROGS and TCCLIBS to a Makefileseyko2015-03-051-0/+2
* Fix compiling in MinGW/MSYSRoy2015-03-051-2/+2
* tccelf.c: File path component is "arm64", not "ARM64".Edmund Grimley Evans2015-03-041-1/+1
* partial revert of the commit 4ad186c5ef61seyko2015-03-043-0/+41
* --enable-tcc32-mingw option: build windows version on linux with i386-win-tccseyko2015-03-041-1/+9
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-043-18/+20
* install-clean-tuningseyko2015-03-041-16/+26
* an unification of the tcc cross names for a windowsseyko2015-03-042-21/+21
* build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.Sseyko2015-03-041-7/+0
* a libraries pathsseyko2015-03-041-7/+21
* reverse a commit a6149c6dbb41: Set CONFIG_MULTIARCHDIR for cross compilers.seyko2015-03-041-4/+4
* a cpu option of the configure script as a method to specify a target cpuseyko2015-03-041-29/+27
* Disable floating-point test for ARM soft-floatseyko2015-03-042-2/+14
* disable-BTESTSseyko2015-03-041-1/+0
* correct a DllMain() declaration in dllcrt1.c and dllmain.cseyko2015-03-032-3/+3
* win32/include/winsock2.h (look previous commit)seyko2015-03-031-0/+1290
* add declaration of the "double trunc (double _x)" and winsock2.hseyko2015-03-031-0/+21
* 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