aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent tail spin crash when option -pthread is used.Jean-Claude Beaudoin2016-09-291-2/+4
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-2/+2
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-261-1/+1
* Merge branch 'mob' of git://repo.or.cz/tinycc into mypatchChristian Jullien2016-09-261-6/+6
|\
| * Rein in unintended external functions.Jean-Claude Beaudoin2016-09-251-6/+6
* | Add Microsoft processor identificationChristian Jullien2016-09-261-0/+6
|/
* Improve __*LP*__ predefined macrosChristian Jullien2016-09-251-2/+9
* Redo "fix line number in macro redefined message"grischka2016-05-251-1/+1
* --whole-archive supportseyko2016-05-201-1/+13
* memory model macros __{L,}LP64__seyko2016-05-151-0/+2
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-051-36/+14
* tccgen: scope levels for local symbolsgrischka2016-05-051-1/+0
* -fno-type-redefinition-checkseyko2016-05-041-0/+1
* section alignmentseyko2016-04-221-1/+1
* Improve hash performanceVlad Vissoultchev2016-04-171-7/+8
* allow to compile tcc by pccseyko2016-04-151-1/+1
* preprocessor oprtion -C (keep comments)seyko2016-04-151-0/+20
* Simplify @listfiles parsingVlad Vissoultchev2016-04-131-39/+17
* Allow tcc arguments to be read from @listfilesseyko2016-04-131-27/+84
* Implement -dM preprocessor option as in gccVlad Vissoultchev2016-04-061-2/+4
* -fnormalize-inc-dirsseyko2016-04-031-0/+93
* tccpp: cleanup #include_nextgrischka2015-11-201-92/+0
* tccgen: asm_label cleanupgrischka2015-11-201-1/+1
* Trivial changes to avoid some compiler warnings.Edmund Grimley Evans2015-11-191-1/+1
* libtcc.c: Completely replace tcc_normalize_inc_dirs.Edmund Grimley Evans2015-11-111-73/+26
* win: include dirs: add some docs, minor refactorAvi Halachmi (:avih)2015-11-081-4/+18
* fix tcc_mormalize_inc_dirs namingseyko2015-11-081-2/+2
* win: fix incorrect directory detectionAvi Halachmi (:avih)2015-11-081-1/+2
* win: fix dir comparison during include dirs processingAvi Halachmi (:avih)2015-11-081-16/+60
* normalize inc dirs, symplify include_nextseyko2015-11-051-0/+80
* Define __WINT_TYPE__ as int in NetBSDKamil Rytarowski2015-10-111-1/+1
* Add support for -D__NetBSD__Kamil Rytarowski2015-10-111-0/+5
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+2322
* Reorganize the source tree.gus knight2015-07-271-2322/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-9/+9
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* redo of the -dD optionseyko2015-05-131-1/+16
* some -bench fixesseyko2015-05-121-1/+1
* minor pp optimizationsseyko2015-05-121-0/+4
* restore a max memory usage printing for a new MEM_DEBUG when -benchseyko2015-05-121-3/+6
* a new version of the MEM_DEBUGseyko2015-05-121-25/+180
* allow to use MEM_DEBUG with libtccseyko2015-05-111-0/+1
* tcc_add_dll is not used if TCC_TARGET_PEseyko2015-05-101-0/+2
* define __OPTIMIZE__ if -ON (N != 0)seyko2015-05-101-0/+9
* warn if multile -o option is givenseyko2015-05-101-0/+4
* tccpp: fix issues, add testsgrischka2015-05-091-55/+28
* -traditional and -iwithprefix optionsseyko2015-05-031-0/+27
* fix "tcc test.c -Wl,,--oformat,binary"seyko2015-05-031-1/+5
* fix "tcc test.c -UAAA -UBBB"seyko2015-05-031-1/+0
* replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILEseyko2015-04-271-1/+1