aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add x64 SEH decls. Add exports to kernel32.defVlad Vissoultchev2016-03-132-0/+68
* Move WIN32_LEAN_AND_MEAN to windows.h (silence redeclarations)Vlad Vissoultchev2016-03-132-3/+4
* Win32 build script handles `x64` and `debug` paramsVlad Vissoultchev2016-03-131-6/+11
* Silence FIXME and compiler warningVlad Vissoultchev2016-03-132-1/+4
* tccgen.c: Fix flex array members some moreMichael Matz2016-03-113-2/+31
* tccgen.c: off by one in flexible array membersHenry Kroll III2016-03-101-1/+1
* tccgen.c: In parse_btype, handle type qualifiers applied to arrays.Edmund Grimley Evans2016-01-112-14/+41
* CodingStyle: Remove reference to misaligned struct CString.Edmund Grimley Evans2016-01-061-3/+0
* i386: Add support for new psABI relocationThomas Preud'homme2015-12-272-3/+11
* x86-64: fix shared libsMichael Matz2015-12-171-2/+4
* x86-64: Define symbol constant for new relocsMichael Matz2015-12-172-7/+13
* x86-64: Add support for new psABI relocationsMichael Matz2015-12-171-4/+10
* Fixed a dependency (error with make -j8).Vincent Lefevre2015-12-151-1/+1
* Change the way struct CStrings are handled.Edmund Grimley Evans2015-11-266-66/+67
* TODO: Add two issues.Edmund Grimley Evans2015-11-261-0/+2
* tccgen.c: Give error if statement expression found when const wanted.Edmund Grimley Evans2015-11-261-6/+2