aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* fixing decl_initializer() for size_only: don't eat ')'seyko2015-03-051-2/+8
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-031-18/+15
* a void to void cast.seyko2015-03-031-2/+14
* a statement expressions with a pointer return typeseyko2015-03-031-1/+5
* iitialisation of the empty structseyko2015-03-031-0/+20
* tcc don't understand am extern array of structs.seyko2015-03-031-2/+2
* tccgen.c: Make sure that gen_op always returns an rvalue.Edmund Grimley Evans2015-02-231-0/+3
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-25/+102
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-211-8/+24
* Fix handling of case_reg in switch statement.Edmund Grimley Evans2015-02-201-0/+3
* tccgen: use lvalue as result from bitfield assignmentgrischka2014-09-231-7/+5
* tccgen: nocode_wanted: do not output constantsgrischka2014-08-011-15/+18
* 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
* Add support for thread-local storage variablesThomas Preud'homme2013-10-291-4/+25
* Detect usage of incomplete types inside struct/unionAmine Najahi2013-10-061-1/+12
* Avoid warnings with gcc 4.8 + default CFLAGSThomas Preud'homme2013-09-241-2/+1
* Report error when redefining enumeratorThomas Preud'homme2013-09-201-0/+4
* Report error when using undefined enumThomas Preud'homme2013-09-201-4/+5
* Forbid enum redefinition.Thomas Preud'homme2013-09-201-0/+1
* Forbid the use of array of functionsThomas Preud'homme2013-09-191-0/+2
* Generate an error when a function is redefinedThomas Preud'homme2013-09-161-0/+6
* tccgen: fix crash with undeclared structgrischka2013-07-241-6/+8