aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* A right fix for the array in struct initialization w/o '{'seyko2015-03-231-20/+9
* Revert of the commit: fix for the array in struct initialization w/o '{', case 2seyko2015-03-231-16/+9
* restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction)seyko2015-03-201-1/+5
* tccgen.c: (!nocode_wanted) -> (nocode_wanted) in arm64 part.Edmund Grimley Evans2015-03-101-2/+2
* Add some missing nocode_wanted guardThomas Preud'homme2015-03-101-16/+27
* Remove incorrect commentMichael Matz2015-03-091-2/+0
* Fix stack overwrite on structure returnMichael Matz2015-03-091-8/+12
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-081-0/+12
* tccgen.c: Optimise 0<<x, 0>>x, -1>>x, x&0, x*0, x|-1, x%1.Edmund Grimley Evans2015-03-071-10/+25
* fix for the array in struct initialization w/o '{', case 2seyko2015-03-071-9/+16
* Add __builtin_return_address.Edmund Grimley Evans2015-03-061-1/+13
* 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