aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from in...seyko2015-03-031-2/+4
* Use a display_info() to output a header of the tcc help listingseyko2015-03-031-55/+62
* A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1fseyko2015-03-035-5/+5
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-032-18/+16
* 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
* tcc_free(table_ident) in preprocess_new() if table_ident != NULLseyko2015-03-032-1/+5
* tcc_undefine_symbol(): free an alloced symbolseyko2015-03-031-0/+1
* Add a debug info when a #line directive is handled.seyko2015-03-031-0/+2
* Revert a grischka patch: gdb refused to know "main"seyko2015-03-031-1/+1
* pp-many-files: don't drop a preprocessor defines when tcc going to preprocess...seyko2015-03-031-4/+0
* A gcc preprocessor option -dD addedseyko2015-03-034-22/+84
* Added a gcc preprocessor options -P, -P1seyko2015-03-034-10/+46
* Move a line_ref variable from tcc_preprocess() function into struct BufferedF...seyko2015-03-032-5/+6
* A preprocessor should Interpret an input line "# NUM FILENAME" as "#line NUM ...seyko2015-03-031-1/+6
* arm64-gen.c: Improve generation of stack offsets.Edmund Grimley Evans2015-03-021-2/+10
* arm64-gen.c: Rename some functions and add comments.Edmund Grimley Evans2015-03-021-76/+79
* arm64: Improve constant generation, with tests.Edmund Grimley Evans2015-03-023-8/+55
* arm64-gen.c: Better explanation of relocation choice.Edmund Grimley Evans2015-03-011-21/+24
* 73_arm64.c: Avoid taking address of return value.Edmund Grimley Evans2015-02-261-21/+42
* Add 73_arm64 for testing some arm64 things, mostly PCS.Edmund Grimley Evans2015-02-253-0/+529
* arm64-gen.c: In gen_va_arg, handle the remaining HFA cases.Edmund Grimley Evans2015-02-251-9/+27
* Relicensing TinyCCEdmund Grimley Evans2015-02-251-0/+1
* tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).Edmund Grimley Evans2015-02-241-0/+2
* tccgen.c: Make sure that gen_op always returns an rvalue.Edmund Grimley Evans2015-02-231-0/+3
* aarch64: Fix -run.Michael Matz2015-02-232-10/+54
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-2316-40/+3265
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-214-13/+46
* tcc-doc.texi: Explain VT_LLOCAL a bit better.Edmund Grimley Evans2015-02-201-2/+4
* Fix handling of case_reg in switch statement.Edmund Grimley Evans2015-02-201-0/+3
* The "open a whisky and cut your finger open" patchThomas Preud'homme2015-02-183-37/+62
* Add support for .p2align asm directive.Reimar Döffinger2015-01-202-0/+9
* Fix macro expansion of empty args.Reimar Döffinger2015-01-184-2/+14
* Set CONFIG_MULTIARCHDIR for cross compilers.Reimar Döffinger2015-01-181-4/+4
* Build also WinCE cross compiler when cross compilers enabled.Reimar Döffinger2015-01-181-5/+5
* Allow tcc to understand a setob,... opcodes as alias to seto,...seyko2015-01-065-34/+39
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-063-7/+19
* .i as file extensionseyko2015-01-061-1/+1
* round() in test (24_math_library) fail because there are no defs included.seyko2015-01-051-0/+2
* crt1.c revisionCarlos Montiers2014-12-301-23/+53
* Fix parsing of binary floating point numberLee Duhem2014-12-154-2/+133
* tcc.h (BufferedFile): Remove unnecessary static memory allocationLee Duhem2014-12-111-1/+1
* libtcc.c (put_extern_sym2): Extend the scope of buf to match its useLee Duhem2014-12-111-2/+1
* .gitignore: Ignore Emacs temporary filesLee Duhem2014-12-111-1/+2
* Makefile: Add rules to create tags and TAGS.Lee Duhem2014-11-281-2/+9
* .gitignore: Ignore generated files.Lee Duhem2014-11-281-0/+4
* little optimization to crt1Carlos Montiers2014-11-231-5/+6
* __getmainargs compatibility checking successCarlos Montiers2014-11-221-10/+14