aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* a number as a field name (part 2)seyko2015-09-251-0/+2
* a number as a field nameseyko2015-09-251-2/+4
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-81/+5
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+6463
* Reorganize the source tree.gus knight2015-07-271-6463/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-169/+169
* Trim trailing spaces everywhere.gus knight2015-07-271-110/+110
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-5/+81
* tccpp: fix issues, add testsgrischka2015-05-091-25/+31
* a lot simpler VLA codeseyko2015-05-041-80/+33
* fix vstack leakPhilip2015-04-291-1/+2
* VLA fix: save stack pointer right after modificationPhilip2015-04-281-6/+9
* fix VLA/continue issuePhilip2015-04-271-0/+23
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-231-0/+1
* * and #pragma pop_macro("macro_name")seyko2015-04-211-1/+0
* option to use an old algorithm of the array in struct initializationseyko2015-04-101-4/+31
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-2/+17
* fix the bug #31403: parser bug in structureseyko2015-04-101-3/+16
* make a bound checking more compatible with Windows 64seyko2015-03-261-4/+4
* 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