aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* Add warning 4jiang2014-05-141-5/+29
* Add warning 3jiang2014-05-141-0/+2
* clean '\t'jiang2014-05-141-3/+3
* restore 2dd8587c2f32d17a2cd0443a60a614a3fa9bbe29jiang2014-05-131-3/+3
* Modify tcc_error ("invalid type",);jiang2014-05-131-1/+1
* fix 14d0aa450f9a926a852ea01fbdecf27425264d14jiang2014-05-131-1/+1
* Add warning 2jiang2014-05-091-0/+2
* Add warningjiang2014-05-091-0/+2
* Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7cjiang2014-05-041-480/+370
* tcc on i386 are still having problems at work.Thank Roy report again. Struck ...jiang2014-05-031-28/+7
* forget commit tccge.c for i386jiang2014-05-031-1/+1
* Fix x86-64 vlajiang2014-05-021-172/+284
* Fixes include the double quotes bugjiang2014-05-021-3/+3
* gen_putz () and struct_copy (), is to reduce the third-party call thatjiang2014-05-021-23/+30
* update for x86_64-gen.cjiang2014-05-011-24/+48
* cleanjiang2014-05-011-9/+0
* fix its own making bug. Improved init_putz (). Modify the tests / Makefile to...jiang2014-05-011-4/+5
* Expansion code again for x86_64-genjiang2014-05-011-113/+73
* Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function...jiang2014-04-301-72/+127
* Restore eda2c756edc4dca004ba217d5bf361235dd9de1fjiang2014-04-301-33/+13
* Reduce the generation of machine code for x86_64, Less of sizejiang2014-04-291-1/+2
* Remove unused variableMichael Matz2014-04-141-1/+0
* Parse and emit hidden visibilityMichael Matz2014-04-141-3/+57
* add missing prototypesUrs Janssen2014-04-101-4/+8
* Fix test for macro nestingThomas Preud'homme2014-04-071-0/+2
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-2/+2
* win32: warn people about using undeclared WINAPI functionsgrischka2014-04-061-4/+10
* tccgen: x86_64: fix garbage in the SValue upper bitsgrischka2014-04-041-21/+9
* Allow local redefinition of enumeratorThomas Preud'homme2014-03-311-1/+1
* Fix typo in code added by b018bac9c8Thomas Preud'homme2014-03-291-1/+1
* Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-291-0/+15
* After several days searching why my code refactoring to remove globals was cr...mingodad2014-03-261-1/+8
* Make parse_btype only accept one basic typeThomas Preud'homme2014-03-241-8/+15
* Fix type_to_str test for unsigned intThomas Preud'homme2014-03-091-1/+1
* Fix various errors uncovered by static analysisThomas Preud'homme2014-03-081-1/+0
* Def signedness != signed != unsigned for charThomas Preud'homme2014-02-061-13/+23
* Fix parameter passing of long long bitfieldThomas Preud'homme2014-02-041-0/+3
* switch last 2 params of TOK_memset on ARMThomas Preud'homme2014-02-031-0/+5
* Fix floating point unary minus and plusMichael Matz2014-01-121-17/+21
* Fix Fixes for PE x86_64 for fail in codeMichael Matz2014-01-111-27/+20
* Fixes previous fixesArchidemon2014-01-101-5/+5
* Fixes for PE x86_64 for fail in codeArchidemon2014-01-101-3/+15
* be stricter with aliasinggrischka2014-01-071-47/+50
* misc. fixesgrischka2014-01-061-4/+4
* Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-061-3/+8
* Move logic for if (int value) to tccgen.cThomas Preud'homme2014-01-041-12/+32
* Fix negation of 0.0 and -0.0Thomas Preud'homme2014-01-041-2/+15
* Fix "Add support for struct > 4B returned via registers"grischka2013-12-161-15/+28
* Add support for struct > 4B returned via registersThomas Preud'homme2013-11-221-17/+29
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-031-25/+4