2009-07-18 |
grischka | win64: add x64 target to build-tcc.bat
|
commit | commitdiff | tree |
2009-07-18 |
grischka | win64: use new headers from mingw
|
commit | commitdiff | tree |
2009-07-18 |
grischka | win64: update tiny_impdef, tiny_libmaker (Elf64)
|
commit | commitdiff | tree |
2009-07-18 |
grischka | win64: align jmp_buf
|
commit | commitdiff | tree |
2009-07-18 |
grischka | win64: fix pointer <-> unsigned long typecast issues
|
commit | commitdiff | tree |
2009-07-18 |
grischka | pe32+ target: adjust x86_64-gen.c
|
commit | commitdiff | tree |
2009-07-18 |
grischka | pe32+ target: add to makefile
|
commit | commitdiff | tree |
2009-07-18 |
grischka | pe32+ target: add in various #define's
|
commit | commitdiff | tree |
2009-07-18 |
grischka | tccpe: use more official structs
|
commit | commitdiff | tree |
2009-07-18 |
grischka | tccpe: support pe32+ (x86_64) target
|
commit | commitdiff | tree |
2009-07-18 |
grischka | tccpe: use ElfW macros
|
commit | commitdiff | tree |
2009-07-18 |
grischka | tccpe: get rid of kludgy export-symbol sort
|
commit | commitdiff | tree |
2009-07-18 |
grischka | tccpe: build IAT vector with with -run too
|
commit | commitdiff | tree |
2009-07-18 |
grischka | cleanup: stop abuse of sym->c for #define tokenstreams
|
commit | commitdiff | tree |
2009-07-18 |
grischka | cleanup: stop abuse of sym->r for inline functions
|
commit | commitdiff | tree |
2009-07-18 |
grischka | cleanup: put prototypes in front of libtcc.c
|
commit | commitdiff | tree |
2009-07-18 |
grischka | pp: return newline after directive
|
commit | commitdiff | tree |
2009-07-18 |
grischka | pp: simplify pasting, enable L ## number
|
commit | commitdiff | tree |
2009-07-18 |
grischka | fix asmtest (somehow), update Makefiles
|
commit | commitdiff | tree |
2009-07-18 |
grischka | bcheck: restore malloc hooks when done
|
commit | commitdiff | tree |
2009-07-18 |
grischka | configure: support DESTDIR for RPM packagers etc.
|
commit | commitdiff | tree |
2009-06-17 |
grischka | win32: guard va_list typedef
|
commit | commitdiff | tree |
2009-06-17 |
grischka | accept option -x <lang>
|
commit | commitdiff | tree |
2009-06-17 |
grischka | win32: structure return GCC compatible (ret 4 with...
|
commit | commitdiff | tree |
2009-06-17 |
grischka | error messages: print "error: ..."
|
commit | commitdiff | tree |
2009-06-17 |
grischka | tcc_preprocess: add gcc-style include-depth flags
|
commit | commitdiff | tree |
2009-06-17 |
grischka | incompatible function ptr assignment: just warn
|
commit | commitdiff | tree |
2009-06-17 |
grischka | allow redefinition of func_old_type functions
|
commit | commitdiff | tree |
2009-06-17 |
grischka | use static declaration from prototype
|
commit | commitdiff | tree |
2009-06-17 |
grischka | unions: initzialize only one field
|
commit | commitdiff | tree |
2009-06-17 |
grischka | tccelf: accept BSS symbol with same name from other...
|
commit | commitdiff | tree |
2009-05-16 |
grischka | drop alloca #define
|
commit | commitdiff | tree |
2009-05-16 |
grischka | ulibc: #define TCC_UCLIBC and load elf_interp
|
commit | commitdiff | tree |
2009-05-11 |
grischka | update Changelog, bump version: 0.9.25
|
commit | commitdiff | tree |
2009-05-11 |
grischka | fix "cached include" optimization
|
commit | commitdiff | tree |
2009-05-11 |
grischka | fix build with msvc
|
commit | commitdiff | tree |
2009-05-11 |
grischka | fix unused/uninitalized warnings
|
commit | commitdiff | tree |
2009-05-11 |
grischka | fix warnings with tcc_add/get_symbol
|
commit | commitdiff | tree |
2009-05-11 |
grischka | enable making tcc using libtcc
|
commit | commitdiff | tree |
2009-05-11 |
grischka | move static prototypes to libtcc.c
|
commit | commitdiff | tree |
2009-05-11 |
grischka | move some global variables into TCCState
|
commit | commitdiff | tree |
2009-05-05 |
grischka | make tcc from tcc.c and libtcc from libtcc.c
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move minor things from libtcc.c to other files
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move global variables to libtcc.c
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move libtcc interface and helper functions to libtcc.c
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move parser/generator to tccgen.c
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move preprocessor to tccpp.c
|
commit | commitdiff | tree |
2009-05-05 |
grischka | move declarations to tcc.h
|
commit | commitdiff | tree |
2009-05-05 |
grischka | new files: tcc.h libtcc.c tccpp.c tccgen.c
|
commit | commitdiff | tree |
2009-04-19 |
grischka | cleanup makefiles
|
commit | commitdiff | tree |
2009-04-18 |
grischka | enable backtrace only when it's supported
|
commit | commitdiff | tree |
2009-04-18 |
grischka | fix makefiles etc for subdirs
|
commit | commitdiff | tree |
2009-04-18 |
grischka | new subdirs: include, lib, tests
|
commit | commitdiff | tree |
2009-04-18 |
grischka | win32: readme.txt->tcc-win32.txt, update tcc-doc
|
commit | commitdiff | tree |
2009-04-18 |
grischka | mute strange difference in tcctest
|
commit | commitdiff | tree |
2009-04-18 |
grischka | libtcc: add support to be build as DLL
|
commit | commitdiff | tree |
2009-04-18 |
grischka | libtcc: new api tcc_set_lib_path
|
commit | commitdiff | tree |
2009-04-18 |
grischka | tcc_relocate: return error and remove unused code
|
commit | commitdiff | tree |
2009-04-18 |
grischka | tcc -E: fix pasting empty tokens
|
commit | commitdiff | tree |
2009-04-18 |
grischka | tcc -E: preserve spaces, alternative solution
|
commit | commitdiff | tree |
2009-04-18 |
grischka | CONFIG_TCC_STATIC: add dummy for dlclose
|
commit | commitdiff | tree |
2009-04-18 |
grischka | avoid warning uninitialized
|
commit | commitdiff | tree |
2009-04-18 |
grischka | get rid of 8 bytes memory leak
|
commit | commitdiff | tree |
2009-04-18 |
grischka | change tcc_add/get_symbol to use void*
|
commit | commitdiff | tree |
2009-04-18 |
grischka | alternative int tcc_relocate(TCCState *s1, void *ptr);
|
commit | commitdiff | tree |
2009-04-18 |
grischka | TOK_builtin_malloc: alternative solution
|
commit | commitdiff | tree |
2009-04-18 |
grischka | win32: accept uppercase filename suffixes
|
commit | commitdiff | tree |
2009-04-18 |
grischka | check for absolute include paths
|
commit | commitdiff | tree |
2009-04-18 |
grischka | get rid of "free_section problem" with private sections
|
commit | commitdiff | tree |
2009-04-18 |
grischka | tiny_libmaker: fix function array overflow
|
commit | commitdiff | tree |
2009-04-18 |
grischka | accept "restrict" in array-decl (STDC 199901)
|
commit | commitdiff | tree |
2009-04-18 |
grischka | i386: apply "align=8 for doubles ..." for PE only
|
commit | commitdiff | tree |
2009-04-18 |
grischka | win32: allow user segments as writable & executable
|
commit | commitdiff | tree |
2009-04-18 |
grischka | i386: align=8 for double and long long
|
commit | commitdiff | tree |
2009-04-18 |
grischka | win32: fix for VC8Express compiler
|
commit | commitdiff | tree |
2009-04-18 |
grischka | fix constant optimization for unsigneds
|
commit | commitdiff | tree |
2008-12-02 |
grischka | fix data overflow with init_putv
|
commit | commitdiff | tree |
2008-11-30 |
grischka | line-numbers output for TCC -E
|
commit | commitdiff | tree |
2008-11-30 |
grischka | win32/build-tcc.bat: define CONFIG_SYSROOT
|
commit | commitdiff | tree |
2008-09-15 |
grischka | was hash, not link
|
commit | commitdiff | tree |
2008-09-14 |
grischka | update changelog
|
commit | commitdiff | tree |
2008-09-12 |
grischka | fix isidnum_table for CH_EOF (-1)
|
commit | commitdiff | tree |
2008-09-12 |
grischka | free_section bugfix
|
commit | commitdiff | tree |
2008-05-05 |
grischka | release loaded dlls cleanly (Sam K)
|
commit | commitdiff | tree |
2008-05-05 |
grischka | enable pe-output from libtcc (Shmuel Zeigerman)
|
commit | commitdiff | tree |
2008-04-27 |
grischka | fix options in C scripts after -run
|
commit | commitdiff | tree |
2008-04-27 |
grischka | fix stabstr with linked objects
|
commit | commitdiff | tree |
2008-04-27 |
grischka | fix bogus relocations with TCC_OUTPUT_DLL
|
commit | commitdiff | tree |
2008-04-27 |
grischka | enable multiple states and fix minor memory leaks
|
commit | commitdiff | tree |
2008-03-31 |
grischka | update manual, changelog
|
commit | commitdiff | tree |
2008-03-31 |
grischka | added verbosity levels (-vv -vvv)
|
commit | commitdiff | tree |
2008-03-31 |
grischka | Accept standard input as an inputstream (Hanzac Chen)
|
commit | commitdiff | tree |
2008-03-25 |
grischka | get rid of a warning and fix .bat
|
commit | commitdiff | tree |
2008-03-25 |
grischka | Add -soname linker option (Marc Andre Tanner)
|
commit | commitdiff | tree |
2008-03-25 |
grischka | Comply to c89 compilers other than gcc (Hanzac Chen)
|
commit | commitdiff | tree |
2008-03-08 |
grischka | Enable -B option for library path on win32
|
commit | commitdiff | tree |
2008-03-08 |
grischka | Fix 'tcc -static' with recent glibc
|
commit | commitdiff | tree |
2008-03-08 |
grischka | Get rid of one warning
|
commit | commitdiff | tree |
2008-03-08 |
grischka | Checkin tiny_libmaker (ar replacement) by Timovj Lahde
|
commit | commitdiff | tree |
2008-01-16 |
grischka | Udated and cleaned up TODO.
|
commit | commitdiff | tree |