aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VLA fix [1/3]: added testcase demonstrating VLA bugJoe Soroka2011-04-081-1/+6
* move a comment to its correct locationJoe Soroka2011-04-081-1/+1
* add naive workaround for VLA vstack leakJoe Soroka2011-04-081-0/+5
* VLA leaks vstack. added warning to detect future leaksJoe Soroka2011-04-081-0/+4
* VLA bcheck works via bound alloca; add test, remove warningJoe Soroka2011-04-062-4/+34
* clarify post_type() VT_STORAGE handling by moving it outJoe Soroka2011-04-061-7/+7
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-067-35/+173
* handle c99 flexible array members less hackilyJoe Soroka2011-03-181-1/+18
* revert complicated & broken flexible array member handlingJoe Soroka2011-03-182-21/+5
* sizeof(struct with "flexible array member") is wrongJoe Soroka2011-03-181-0/+1
* fix c99 for-loop init decl scope (thanks: grischka)Joe Soroka2011-03-082-0/+4
* clarify support for functions returning an array (try#2)Joe Soroka2011-03-081-4/+9
* revert last commit. fails "make test"Joe Soroka2011-03-081-8/+5
* clarify support for functions returning an arrayJoe Soroka2011-03-081-5/+8
* support c99 for-loop init decls (2nd attempt)Joe Soroka2011-03-081-3/+18
* partially revert e23194aJoe Soroka2011-03-082-20/+3
* revert last 3 commits. will find better way.Joe Soroka2011-03-081-96/+85
* small change to previous whitespace-only commitJoe Soroka2011-03-081-2/+2
* some indentation made prev patch pretty; removed itJoe Soroka2011-03-081-85/+81
* refactor post_type() to be explicit about its recursionJoe Soroka2011-03-081-5/+20
* added a note clarifying post_type() recursionJoe Soroka2011-03-081-0/+3
* tccelf: allow multiply defined weak symbolsJoe Soroka2011-03-071-0/+2
* support c99 for-loop init declsJoe Soroka2011-03-074-4/+25
* use new weaken_symbol() to fix another real-world corner caseJoe Soroka2011-03-072-1/+4
* factor out symbol weakening into new functionJoe Soroka2011-03-071-10/+17
* weak redefinition of a symbol should weaken the originalJoe Soroka2011-03-072-0/+7
* __typeof(t) should not include storage modifiers of tJoe Soroka2011-03-062-0/+7
* tccpp: fix problem in preprocess_skip with empty #grischka2011-03-061-0/+2
* unlink outfile firstChangming Xu2011-03-031-0/+1
* tccgen: handle __attribute((alias("target")))Joe Soroka2011-03-033-1/+27
* collapse branch in decl(), making way for next patchJoe Soroka2011-03-031-9/+9
* handle post-asm-label attributes on variablesJoe Soroka2011-03-032-25/+28
* tcc: fix weak attribute handlingJoe Soroka2011-03-022-6/+10
* Replace comment by a blankChangming Xu2011-03-011-7/+11
* tcc -E: append a ' ' after substChangming Xu2011-02-271-0/+10
* i386-asm: support "pause" opcodeJoe Soroka2011-02-242-0/+2
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-242-8/+23
* tccpp: treat gas comments in .S files as raw text, not tokensJoe Soroka2011-02-232-0/+6
* fix warning for tcctest.c introduced with my last commitJaroslav Kysela2011-02-221-1/+1
* fix another static struct init issue (arrays with unknown size at end)Jaroslav Kysela2011-02-223-31/+64
* Fix complex static initializers (handle additional '}' and '{' brackets)Jaroslav Kysela2011-02-222-4/+34
* tccpe: support leading underscore for symbolsgrischka2011-02-133-24/+42
* Add support of asm label for variables.Thomas Preud'homme2011-02-091-10/+23
* Fix fct asm label: only valid for declarationThomas Preud'homme2011-02-093-58/+26
* Fix incorrect use of basic type as bitflags.Thomas Preud'homme2011-02-071-4/+3
* Complain for static fct declared w/o file scopeThomas Preud'homme2011-02-061-0/+4
* revert "update VT_STRUCT_SHIFT for new VT_VLA"Joe Soroka2011-02-042-2/+2
* Revert "Implement C99 Variable Length Arrays"Thomas Preud'homme2011-02-056-169/+33
* Revert "Reorder increasingly VT_* constants in tcc.h"Thomas Preud'homme2011-02-052-24/+24
* Revert "Make TOK_alloca available for x86-64"Thomas Preud'homme2011-02-051-2/+0