| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert a grischka patch: gdb refused to know "main" | seyko | 2015-03-03 | 1 | -1/+1 |
| * | pp-many-files: don't drop a preprocessor defines when tcc going to preprocess... | seyko | 2015-03-03 | 1 | -4/+0 |
| * | A gcc preprocessor option -dD added | seyko | 2015-03-03 | 4 | -22/+84 |
| * | Added a gcc preprocessor options -P, -P1 | seyko | 2015-03-03 | 4 | -10/+46 |
| * | Move a line_ref variable from tcc_preprocess() function into struct BufferedF... | seyko | 2015-03-03 | 2 | -5/+6 |
| * | A preprocessor should Interpret an input line "# NUM FILENAME" as "#line NUM ... | seyko | 2015-03-03 | 1 | -1/+6 |
| * | arm64-gen.c: Improve generation of stack offsets. | Edmund Grimley Evans | 2015-03-02 | 1 | -2/+10 |
| * | arm64-gen.c: Rename some functions and add comments. | Edmund Grimley Evans | 2015-03-02 | 1 | -76/+79 |
| * | arm64: Improve constant generation, with tests. | Edmund Grimley Evans | 2015-03-02 | 3 | -8/+55 |
| * | arm64-gen.c: Better explanation of relocation choice. | Edmund Grimley Evans | 2015-03-01 | 1 | -21/+24 |
| * | 73_arm64.c: Avoid taking address of return value. | Edmund Grimley Evans | 2015-02-26 | 1 | -21/+42 |
| * | Add 73_arm64 for testing some arm64 things, mostly PCS. | Edmund Grimley Evans | 2015-02-25 | 3 | -0/+529 |
| * | arm64-gen.c: In gen_va_arg, handle the remaining HFA cases. | Edmund Grimley Evans | 2015-02-25 | 1 | -9/+27 |
| * | Relicensing TinyCC | Edmund Grimley Evans | 2015-02-25 | 1 | -0/+1 |
| * | tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *). | Edmund Grimley Evans | 2015-02-24 | 1 | -0/+2 |
| * | tccgen.c: Make sure that gen_op always returns an rvalue. | Edmund Grimley Evans | 2015-02-23 | 1 | -0/+3 |
| * | aarch64: Fix -run. | Michael Matz | 2015-02-23 | 2 | -10/+54 |
| * | Add arm64 (AArch64) as a target architecture. | Edmund Grimley Evans | 2015-02-23 | 16 | -40/+3265 |
| * | Use RELA relocations properly for R_DATA_PTR on x86_64. | Edmund Grimley Evans | 2015-02-21 | 4 | -13/+46 |
| * | tcc-doc.texi: Explain VT_LLOCAL a bit better. | Edmund Grimley Evans | 2015-02-20 | 1 | -2/+4 |
| * | Fix handling of case_reg in switch statement. | Edmund Grimley Evans | 2015-02-20 | 1 | -0/+3 |
| * | The "open a whisky and cut your finger open" patch | Thomas Preud'homme | 2015-02-18 | 3 | -37/+62 |
| * | Add support for .p2align asm directive. | Reimar Döffinger | 2015-01-20 | 2 | -0/+9 |
| * | Fix macro expansion of empty args. | Reimar Döffinger | 2015-01-18 | 4 | -2/+14 |
| * | Set CONFIG_MULTIARCHDIR for cross compilers. | Reimar Döffinger | 2015-01-18 | 1 | -4/+4 |
| * | Build also WinCE cross compiler when cross compilers enabled. | Reimar Döffinger | 2015-01-18 | 1 | -5/+5 |
| * | Allow tcc to understand a setob,... opcodes as alias to seto,... | seyko | 2015-01-06 | 5 | -34/+39 |
| * | Warn about a conflicting compile options spectified on the command line. | seyko | 2015-01-06 | 3 | -7/+19 |
| * | .i as file extension | seyko | 2015-01-06 | 1 | -1/+1 |
| * | round() in test (24_math_library) fail because there are no defs included. | seyko | 2015-01-05 | 1 | -0/+2 |
| * | crt1.c revision | Carlos Montiers | 2014-12-30 | 1 | -23/+53 |
| * | Fix parsing of binary floating point number | Lee Duhem | 2014-12-15 | 4 | -2/+133 |
| * | tcc.h (BufferedFile): Remove unnecessary static memory allocation | Lee Duhem | 2014-12-11 | 1 | -1/+1 |
| * | libtcc.c (put_extern_sym2): Extend the scope of buf to match its use | Lee Duhem | 2014-12-11 | 1 | -2/+1 |
| * | .gitignore: Ignore Emacs temporary files | Lee Duhem | 2014-12-11 | 1 | -1/+2 |
| * | Makefile: Add rules to create tags and TAGS. | Lee Duhem | 2014-11-28 | 1 | -2/+9 |
| * | .gitignore: Ignore generated files. | Lee Duhem | 2014-11-28 | 1 | -0/+4 |
| * | little optimization to crt1 | Carlos Montiers | 2014-11-23 | 1 | -5/+6 |
| * | __getmainargs compatibility checking success | Carlos Montiers | 2014-11-22 | 1 | -10/+14 |
| * | win32: fix implicit function warning | James Buren | 2014-11-03 | 1 | -0/+2 |
| * | Filter-out warning about softfloat in tests2 | Matteo Cypriani | 2014-10-17 | 1 | -2/+2 |
| * | tccgen: use lvalue as result from bitfield assignment | grischka | 2014-09-23 | 1 | -7/+5 |
| * | Accept CPPFLAGS from the environment | Matteo Cypriani | 2014-09-07 | 1 | -1/+1 |
| * | tccelf: layout_sections: add missing param strsec | Matteo Cypriani | 2014-09-07 | 1 | -3/+4 |
| * | Clear CFLAGS & LDFLAGS in tests | Matteo Cypriani | 2014-09-07 | 2 | -0/+8 |
| * | Don't build libtcc1 with -fstack-protector-strong | Matteo Cypriani | 2014-09-07 | 1 | -0/+4 |
| * | tccgen: nocode_wanted: do not output constants | grischka | 2014-08-01 | 2 | -16/+18 |
| * | win64: fix resource file support | grischka | 2014-08-01 | 2 | -31/+33 |
| * | Removed the error message and minor changes. | Carlos Montiers | 2014-07-17 | 1 | -9/+11 |
| * | __getmainargs return int, not void, and on error, it return -1 and let argv u... | Carlos Montiers | 2014-07-16 | 1 | -2/+7 |