aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "implement #pragma comment(lib,...)"Steven G. Messervey2015-04-151-31/+13
* implement #pragma comment(lib,...)Steven G. Messervey2015-04-151-13/+31
* ability to specify a type of the input file with the -x switchseyko2015-04-121-19/+55
* -fdollar-in-identifiers switch which enables '$' in identifiersseyko2015-04-121-0/+1
* replace a method to force bcheck.o linkingseyko2015-04-121-5/+8
* Fix for Microsoft compilersseyko2015-04-111-1/+1
* option to use an old algorithm of the array in struct initializationseyko2015-04-101-0/+1
* fix a preprocessor for .Sseyko2015-04-101-1/+4
* fix a preprocessor for .Sseyko2015-04-101-2/+2
* fix installation amd bcheck for Windowsseyko2015-04-101-0/+11
* handle a -s option by executing sstrip/strip programseyko2015-04-101-1/+3
* fix the bug #31403: parser bug in structureseyko2015-04-101-0/+1
* Fix for Microsoft compilersseyko2015-03-291-1/+1
* fix for the previous commit (compilation on RPi)seyko2015-03-261-1/+1
* make a bound checking more compatible with Windows 64seyko2015-03-261-2/+2
* fix for a -dumpversion option: move it before -dDseyko2015-03-231-2/+2
* fix for: x86_64-tcc compiled by i386-tcc is wrongseyko2015-03-231-1/+1
* fix to allow build tcc by build-tcc.batseyko2015-03-191-0/+2
* Turn on a implicit-function-declaration warning by default.seyko2015-03-031-0/+1
* -std=c99 option for the tcc: allow to use a tcc as a reference compiler for "...seyko2015-03-031-0/+6
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-031-0/+1
* tcc_free(table_ident) in preprocess_new() if table_ident != NULLseyko2015-03-031-0/+1
* tcc_undefine_symbol(): free an alloced symbolseyko2015-03-031-0/+1
* A gcc preprocessor option -dD addedseyko2015-03-031-0/+10
* Added a gcc preprocessor options -P, -P1seyko2015-03-031-0/+5
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-1/+6
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-211-2/+8
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-061-1/+11
* .i as file extensionseyko2015-01-061-1/+1
* libtcc.c (put_extern_sym2): Extend the scope of buf to match its useLee Duhem2014-12-111-2/+1
* tccgen: nocode_wanted: do not output constantsgrischka2014-08-011-1/+0
* win64: try to fix linkagegrischka2014-06-241-1/+0
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-7/+5
* Parse assembler .hidden directiveMichael Matz2014-04-141-0/+3
* tcc, libtcc: fix build on windows with latest mingw.minux2014-04-111-1/+1
* tests2: cleanupgrischka2014-04-071-8/+1
* Declare wint_t in <stddef.h> when neededMichael Matz2014-04-071-0/+9
* Remove the fix from my last commit, it was pointed by scan-build and is a fal...mingodad2014-03-281-1/+1
* Fix a incorrect size for malloc.mingodad2014-03-271-1/+1
* A possible fix for the memory leak reported by valgrind when running tcctest....mingodad2014-03-251-0/+2
* libtcc: ignore linker optizimization and as-needed options. This allows compi...Austin English2014-03-061-0/+4
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-2/+21
* be stricter with aliasinggrischka2014-01-071-4/+4
* misc. fixesgrischka2014-01-061-2/+2
* Define __ARM_EABI__ and __ARMEL__ when applicableThomas Preud'homme2013-11-261-0/+4
* struct variable behind guard, proper macro check, and remove some whitespace.Joseph Poirier2013-11-081-37/+39
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-031-4/+1
* Add support for thread-local storage variablesThomas Preud'homme2013-10-291-1/+4
* set the user-defined library search paths firstVittorio Giovara2013-09-231-3/+1
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-11/+4