aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-144-44/+29
* Add support for __REDIRECT_NTH needed with eglibc.Thomas Preud'homme2010-09-121-0/+3
* Add info file creation into tcc build processThomas Preud'homme2010-09-102-3/+17
* Add missing dircategory and direntry to texi fileThomas Preud'homme2010-09-101-0/+4
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-105-13/+21
* Add support for GNU/HurdThomas Preud'homme2010-09-102-1/+5
* Add support of asm label for functions.Thomas Preud'homme2010-09-104-2/+57
* tccmain: simplify option helpgrischka2010-09-081-4/+4
* Fix casts from 32bit integer types to 64bit integer types.Shinichiro Hamaji2010-08-312-5/+15
* Probably wrong stack alignment for struct on Win64Shinichiro Hamaji2010-08-271-1/+1
* Fix alignment around struct for SSE.Shinichiro Hamaji2010-08-272-9/+21
* Revert "implemented C99 for loop with variable declaration"grischka2010-08-211-37/+4
* tcc_set_linker: mimic all option forms as supported by GNU ldKirill Smelkov2010-08-121-11/+55
* Add support for indirect functions as externals.Thomas Preud'homme2010-08-093-7/+14
* Avoid crash with "Avoid a crash with weak symbols for "make test""grischka2010-06-303-18/+1
* Revert "Use mktemp to generate temp files."Thomas Preud'homme2010-06-231-1/+2
* Use mktemp to generate temp files.Thomas Preud'homme2010-06-221-2/+1
* Merge branch 'kirr/tcc-MD' into mobKirill Smelkov2010-06-219-34/+150
|\
| * .gitignore += tagsKirill Smelkov2010-06-211-1/+2
| * tcc: Explicitly require -l<lib> for librariesKirill Smelkov2010-06-211-1/+1
| * Document what tcc_fileextension doesKirill Smelkov2010-06-211-0/+4
| * tcc -E: Let output_default be <file>.o instead of a.outKirill Smelkov2010-06-211-1/+3
| * tcc: Draft suppoprt for -MD/-MF optionsKirill Smelkov2010-06-217-7/+84
| * tcc: Refactor "compute default outfile name" into libtcc functionKirill Smelkov2010-06-202-25/+32
| * Add input files/libs and reloc_output switch to TCCStateKirill Smelkov2010-06-204-1/+24
| * tcc: Fix typo in error (it's '%s', not '%s)Kirill Smelkov2010-06-161-1/+1
| * chmod a-x i386-gen.cKirill Smelkov2010-06-161-0/+0
| * .gitignore += *.o *.aKirill Smelkov2010-06-121-0/+2
| * .cvsignore -> .gitignoreKirill Smelkov2010-06-121-0/+0
* | tccgen: Revert yuanbin's recent patchesgrischka2010-06-211-19/+17
* | implemented C99 for loop with variable declarationClaudio Bley2010-06-211-4/+37
* | Revert "Complain for static fct declared w/o file scope"grischka2010-06-151-3/+0
* | Fix "Fix bashims in configure ..." for MSYSgrischka2010-06-151-17/+9
* | Fix last commits: remove CRLF, chmod 644 tccgen.cgrischka2010-06-151-24/+24
* | tccgen: skip ')' in front of ',' for initializeryuanbin2010-06-131-5/+14
* | tccgen: skip fields from same unionyuanbin2010-06-131-2/+8
* | tccgen.c: skip fields from same unionyuanbin2010-06-131-26/+5
* | tccgen: initial the last member of unionyuanbin2010-06-111-1/+1
* | tccgen: initial last member of unionyuanbin2010-06-111-20/+28
|/
* Fix bashims in configure and gcctestsuite.sh.Thomas Preud'homme2010-05-262-9/+19
* don't discard SHT_((PRE)INIT|FINI)_ARRAY sectionsDaniel Glöckner2010-05-152-1/+9
* ARM: add support for R_ARM_V4BXDaniel Glöckner2010-05-152-1/+11
* ARM: implement rt_get_caller_pcDaniel Glöckner2010-05-141-0/+44
* ARM: allow jumps > 32MB on -runDaniel Glöckner2010-05-143-3/+19
* append ULL to big constantsDaniel Glöckner2010-05-131-3/+3
* ARM: use uint32_t for opcodesDaniel Glöckner2010-05-132-43/+44
* Revert "tccpp: Allow local labels to start with a dot"Daniel Glöckner2010-05-062-10/+1
* Add nan, snan and inf float constantsThomas Preud'homme2010-05-062-2/+32
* Don't load libtcc1 on arch where it doesn't existThomas Preud'homme2010-05-012-3/+8
* Link alias symbols togetherThomas Preud'homme2010-05-011-0/+20