| Commit message (Expand) | Author | Age | Files | Lines |
| * | reverse another unnecessary change | Henry Kroll III | 2010-04-29 | 1 | -1/+1 |
| * | recursive Makefiles should use $(MAKE), not "make" | Henry Kroll III | 2010-04-29 | 1 | -3/+3 |
| * | remove superfluous LIBS=. (leftover from work on --disable-statc) | Henry Kroll III | 2010-04-28 | 1 | -1/+0 |
| * | Summary of commits + added some brief comments to Makefile | Henry Kroll III | 2010-04-26 | 1 | -5/+10 |
| * | don't build tcc1.def on Windows. | Henry Kroll III | 2010-04-26 | 1 | -11/+11 |
| * | Makefile fixup: | Henry Kroll III | 2010-04-25 | 1 | -23/+25 |
| * | make --enable-cross work properly on x86_64 | Henry Kroll III | 2010-04-25 | 1 | -3/+8 |
| * | remove make_libtcc1_win32.sh shell script | Henry Kroll III | 2010-04-24 | 1 | -10/+37 |
| * | make win32 version of libtcc1.a for cross-compiler on x86 / x86_64 | Henry Kroll III | 2010-04-24 | 1 | -4/+6 |
| * | add --disable-static option to build libtcc.so instead of libtcc.a | Henry Kroll III | 2010-04-24 | 1 | -10/+27 |
| * | i386-win32-tcc fails to build a valid win32 executable if built | Henry Kroll III | 2010-04-23 | 1 | -1/+1 |
| * | Added patch to detect and use the paths for 64bit libraries as | Nikos Mavrogiannopoulos | 2010-01-28 | 1 | -0/+1 |
| * | Makefile: Delete tcc-doc.html during 'make distclean' | Detlef Riekenberg | 2010-01-26 | 1 | -1/+1 |
| * | update Makefiles | grischka | 2009-12-20 | 1 | -47/+38 |
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -13/+26 |
| * | win32: enable bounds checker & exception handler | grischka | 2009-12-19 | 1 | -5/+2 |
| * | integrate x86_64-asm.c into i386-asm.c | grischka | 2009-12-19 | 1 | -2/+2 |
| * | tcc: add "-Wl,-rpath=path" option (library search path) | grischka | 2009-12-19 | 1 | -2/+2 |
| * | ARM: first support for arm-pe target | Frederic Feret | 2009-11-13 | 1 | -0/+5 |
| * | first support of x86_64 assembly | Frederic Feret | 2009-11-13 | 1 | -4/+4 |
| * | x86-64: chkstk, alloca | grischka | 2009-07-18 | 1 | -26/+17 |
| * | win64: use new headers from mingw | grischka | 2009-07-18 | 1 | -2/+2 |
| * | pe32+ target: add to makefile | grischka | 2009-07-18 | 1 | -4/+9 |
| * | fix asmtest (somehow), update Makefiles | grischka | 2009-07-18 | 1 | -2/+6 |
| * | x86-64: Add alloca. | Shinichiro Hamaji | 2009-06-09 | 1 | -0/+4 |
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -1/+1 |
| * | ulibc: #define TCC_UCLIBC and load elf_interp | grischka | 2009-05-16 | 1 | -0/+5 |
| * | make tcc from tcc.c and libtcc from libtcc.c | grischka | 2009-05-05 | 1 | -1/+1 |
| * | new files: tcc.h libtcc.c tccpp.c tccgen.c | grischka | 2009-05-05 | 1 | -1/+2 |
| * | cleanup makefiles | grischka | 2009-04-19 | 1 | -70/+80 |
| * | fix makefiles etc for subdirs | grischka | 2009-04-18 | 1 | -246/+145 |
| * | win32: readme.txt->tcc-win32.txt, update tcc-doc | grischka | 2009-04-18 | 1 | -1/+1 |
| * | libtcc: new api tcc_set_lib_path | grischka | 2009-04-18 | 1 | -1/+1 |
| * | x86-64: Define make variable TARGET so that test2 and test3 use correct flag. | Shinichiro Hamaji | 2009-04-18 | 1 | -7/+5 |
| * | Suppress noisy pointer signed-ness warnings on x86-64. | Shinichiro Hamaji | 2009-04-18 | 1 | -0/+4 |
| * | Add support of x86-64. | Shinichiro Hamaji | 2008-12-02 | 1 | -1/+22 |
| * | Allow to use libgcc instead of libtcc1 | Daniel Glöckner | 2008-09-12 | 1 | -4/+13 |
| * | ARM related Makefile changes | Daniel Glöckner | 2008-09-12 | 1 | -4/+16 |
| * | Patch for DESTDIR installation (Adam Sampson) | Adam Sampson | 2008-09-12 | 1 | -19/+19 |
| * | update manual, changelog | grischka | 2008-03-31 | 1 | -1/+1 |
| * | Checkin tiny_libmaker (ar replacement) by Timovj Lahde | grischka | 2008-03-08 | 1 | -2/+6 |
| * | Udated and cleaned up TODO. | grischka | 2008-01-16 | 1 | -1/+1 |
| * | Import changesets (part 4) 428,457,460,467: defines for openbsd etc. | grischka | 2007-12-16 | 1 | -1/+4 |
| * | Disable singnedness warnings with newer gcc. | grischka | 2007-12-13 | 1 | -0/+1 |
| * | Import 409,410: ARM EABI by Daniel Glöckner | grischka | 2007-12-04 | 1 | -1/+1 |
| * | Import more changesets from Rob Landley's fork (part 2) | grischka | 2007-11-21 | 1 | -3/+10 |
| * | typos | bellard | 2006-10-28 | 1 | -2/+2 |
| * | use CFLAGS from configure | bellard | 2005-09-03 | 1 | -1/+1 |
| * | win32 fix | bellard | 2005-06-17 | 1 | -15/+18 |
| * | cannot change dir layout yet | bellard | 2005-04-15 | 1 | -2/+2 |