aboutsummaryrefslogtreecommitdiff
path: root/c67-gen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-051-15/+0
* Make build_got_entries more target independentThomas Preud'homme2016-12-031-0/+1
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-6/+5
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-10/+1
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+2559
* Reorganize the source tree.gus knight2015-07-271-2559/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-19/+19
* Trim trailing spaces everywhere.gus knight2015-07-271-41/+41
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-1/+10
* Fix stack overwrite on structure returnMichael Matz2015-03-091-1/+1
* A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1fseyko2015-03-031-1/+1
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-2/+2
* Fix various errors uncovered by static analysisThomas Preud'homme2014-03-081-2/+0
* Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-061-1/+2
* Move logic for if (int value) to tccgen.cThomas Preud'homme2014-01-041-32/+1
* Add support for struct > 4B returned via registersThomas Preud'homme2013-11-221-2/+3
* Improved variable length array support.James Lyon2013-04-271-0/+15
* x86-64 ABI fixes.James Lyon2013-04-191-0/+6
* add version number to manpageUrs Janssen2013-02-171-4/+4
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-6/+6
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-19/+25
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-8/+8
* allow tcc be build from separate objectsgrischka2009-12-201-45/+50
* x86-64: Fix stab debug information.Shinichiro Hamaji2009-08-241-0/+1
* cleanup: constify some global datagrischka2009-07-181-1/+1
* Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)Daniel Glöckner2008-09-121-1/+1
* removed warningsbellard2004-11-071-5/+7
* C67 COFF executable format support (TK)bellard2004-10-051-17/+7
* initial TMS320C67xx support (TK)bellard2004-10-051-0/+2556