aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Disable C99 VLA when alloca is unavailable."Thomas Preud'homme2011-02-052-10/+2
* update VT_STRUCT_SHIFT for new VT_VLAJoe Soroka2011-02-042-2/+2
* fix crash with get_tok_str() in skip()grischka2011-02-041-1/+1
* Disable C99 VLA when alloca is unavailable.Thomas Preud'homme2011-02-042-2/+10
* Make TOK_alloca available for x86-64Thomas Preud'homme2011-02-041-0/+2
* Reorder increasingly VT_* constants in tcc.hThomas Preud'homme2011-02-042-24/+24
* Implement C99 Variable Length ArraysThomas Preud'homme2011-02-046-33/+169
* Correct Changelog wrt. to fix attributionThomas Preud'homme2011-02-041-1/+2
* tcc: add sysinclude path with -B, like gcc doesJoe Soroka2011-02-021-1/+7
* add -isystem cmdline optionJoe Soroka2011-02-012-1/+6
* tcctest: plugged memleak (was polluting valgrind reports)Joe Soroka2011-02-011-0/+1
* tccasm: accept bracketed offset expressionsJoe Soroka2011-02-012-2/+15
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-012-0/+6
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-014-2/+68
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-012-0/+10
* tccpp: fix bug in handling of recursive macrosJoe Soroka2011-02-013-2/+47
* weak definitions overrule non-weak prototypesJoe Soroka2011-02-013-2/+27
* tccasm: support .weak labelsJoe Soroka2011-02-012-0/+5
* support weak attribute on variablesJoe Soroka2011-02-014-4/+29
* asmtest: avoid testing against complex nop alignment in gasJoe Soroka2011-01-231-1/+2
* i386-asm: accept retl as a synonym for retJoe Soroka2011-01-212-0/+4
* accept multiple comma separated symbols for .globl/.global directives, like g...Joe Soroka2011-01-202-2/+7
* tcc.c: fix an error when you build an object file with '-pthread' key setSergei Trofimovich2011-01-041-5/+11
* lib/alloca*: mark ELF stack access flags as nonexecutableSergei Trofimovich2011-01-043-0/+12
* Makefile: respect LDFLAGS (set via --extra-ldflags=)Sergei Trofimovich2011-01-041-2/+2
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-285-54/+135
* Make alignments for struct arguments 8 bytesShinichiro Hamaji2010-12-281-4/+4
* Test va_copy in tcctest.cShinichiro Hamaji2010-12-281-2/+4
* One more fix for tcc -runShinichiro Hamaji2010-12-281-1/+2
* Fix for the previous commit.Shinichiro Hamaji2010-12-281-2/+3
* Handle r_addend and R_X86_64_PLT32 properly.Shinichiro Hamaji2010-12-281-7/+6