aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* section alignmentseyko2016-04-221-1/+1
* Source and destination overlap in memcpy, cstr_cat (tccpp.c:322)seyko2016-04-221-1/+1
* Run testcases in sorted orderMichael Matz2016-04-221-1/+1
* Reduce allocations overheadVlad Vissoultchev2016-04-172-7/+219
* Improve hash performanceVlad Vissoultchev2016-04-176-97/+105
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-173-14/+2
* Add travis tests integrationVlad Vissoultchev2016-04-172-0/+126
* simplify -C printingseyko2016-04-171-112/+29
* __builtin_expect no-opseyko2016-04-162-0/+38
* allow to compile tcc by pccseyko2016-04-153-2/+6
* preprocessor oprtion -C (keep comments)seyko2016-04-155-48/+195
* fix preprocessing *.S with ` ' chars in #commentsseyko2016-04-143-1/+17
* fix for thev "#pragna once" guardseyko2016-04-142-1/+2
* Move utility functions `trimfront/back` to tccpp.cVlad Vissoultchev2016-04-134-19/+18
* Simplify @listfiles parsingVlad Vissoultchev2016-04-131-39/+17
* Better pragma once guardVlad Vissoultchev2016-04-132-5/+9
* win32: Better VS2015 solution and project filesVlad Vissoultchev2016-04-133-0/+34
* tccpp.c: Guard against ppfp being NULLVlad Vissoultchev2016-04-132-24/+18
* correct version of "Identifiers can start and/or contain"seyko2016-04-134-72/+94
* Allow tcc arguments to be read from @listfilesseyko2016-04-133-27/+94
* win32: Add missing header files for nginx compilationseyko2016-04-136-0/+1122
* VS2015 solution and project filesseyko2016-04-135-2/+383
* Fix pragma once guardseyko2016-04-132-3/+6
* fix for the -dM patchseyko2016-04-131-2/+7
* document -dM in "tcc -h" outputseyko2016-04-131-1/+1
* revert of the 'Identifiers can start and/or contain'seyko2016-04-134-92/+70
* Skip math library if not found when -lm option is usedVlad Vissoultchev2016-04-081-2/+5
* Implement -dM preprocessor option as in gccVlad Vissoultchev2016-04-064-8/+14
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-063-10/+28
* cleaning "Identifiers can start and/or contain"seyko2016-04-051-4/+6
* compilation speed of the tccboot correctionseyko2016-04-051-0/+4
* utf8 in identifiersseyko2016-04-053-1/+24
* nocode_wanted with while/for inside ({})seyko2016-04-053-3/+96
* optimization of the previous patchseyko2016-04-051-4/+6
* Identifiers can start and/or contain '.' in *.Sseyko2016-04-058-73/+115
* describe -fnormalize-inc-dirs in tcc-doc.texiseyko2016-04-041-1/+5
* R_386_COPYseyko2016-04-031-0/+6
* -fnormalize-inc-dirsseyko2016-04-033-1/+96
* reverse of the "Identifiers can start and/or contain '.'"seyko2016-04-034-82/+69
* Fix assignment to/from volatile typesMichael Matz2016-03-263-0/+17
* Fix tokenization of TOK_DOTSMichael Matz2016-03-242-3/+14
* Fix type parsingMichael Matz2016-03-244-7/+19
* Move all GAS directives under TOK_ASMDIR prefix to include leading '.'Vlad Vissoultchev2016-03-153-68/+80
* Identifiers can start and/or contain '.' in PARSE_FLAG_ASM_FILEVlad Vissoultchev2016-03-141-10/+8
* tccpp.c: Fix failing `PPTest 03` by reverting rogue modification in `macro_ar...Vlad Vissoultchev2016-03-141-1/+1
* Fix tests Makefiles on WindowsVlad Vissoultchev2016-03-143-2/+14
* Use proper ifdef for x64 check in winnt.hVlad Vissoultchev2016-03-141-3/+3
* Revert spawnvp param cast and use `no-incompatible-pointer-types` in build-tc...Vlad Vissoultchev2016-03-142-3/+3
* Keep lvalue category on structs when evaluating ternary operatorVlad Vissoultchev2016-03-131-4/+17
* Migrate static STRING_MAX_SIZE buffers to CString instances for large macros ...Vlad Vissoultchev2016-03-131-14/+23