aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tccpp: fix quirk with cached headers and #elsegrischka2009-08-241-1/+4
* fix "symbol not defined" if symbol has offset 0grischka2009-08-241-9/+16
* tccpp: avoid double free with macro_ptr_allocated (after errors)grischka2009-08-241-0/+1
* tccgen: free inline functions correctlygrischka2009-08-241-1/+5
* win64: fix batgrischka2009-08-241-11/+13
* tcc: optionally build using libtccgrischka2009-07-181-0/+4
* fix some warninggrischka2009-07-182-6/+6
* cleanup: constify some global datagrischka2009-07-188-125/+126
* tccpe: set tcc_lib_path from DLLgrischka2009-07-184-33/+10
* tccpe: load dll on the flygrischka2009-07-185-227/+313
* win32: treat long double as doublegrischka2009-07-182-0/+16
* win32: reformat examples, crt etcgrischka2009-07-184-134/+148
* x86-64: fix load() for const pointers: (void*)-2grischka2009-07-181-21/+22
* x86-64: chkstk, allocagrischka2009-07-188-59/+104
* win64: add x64 target to build-tcc.batgrischka2009-07-181-19/+47
* win64: use new headers from mingwgrischka2009-07-1891-16970/+31780
* win64: update tiny_impdef, tiny_libmaker (Elf64)grischka2009-07-182-383/+144
* win64: align jmp_bufgrischka2009-07-181-0/+10
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-186-19/+34
* pe32+ target: adjust x86_64-gen.cgrischka2009-07-181-25/+115
* pe32+ target: add to makefilegrischka2009-07-181-4/+9
* pe32+ target: add in various #define'sgrischka2009-07-184-2/+18
* tccpe: use more official structsgrischka2009-07-181-30/+34
* tccpe: support pe32+ (x86_64) targetgrischka2009-07-181-36/+82
* tccpe: use ElfW macrosgrischka2009-07-181-51/+81
* tccpe: get rid of kludgy export-symbol sortgrischka2009-07-181-13/+20
* tccpe: build IAT vector with with -run toogrischka2009-07-184-68/+42
* cleanup: stop abuse of sym->c for #define tokenstreamsgrischka2009-07-183-9/+17
* cleanup: stop abuse of sym->r for inline functionsgrischka2009-07-182-27/+30
* cleanup: put prototypes in front of libtcc.cgrischka2009-07-181-57/+105
* pp: return newline after directivegrischka2009-07-181-1/+2
* pp: simplify pasting, enable L ## numbergrischka2009-07-181-87/+25
* fix asmtest (somehow), update Makefilesgrischka2009-07-183-9/+14
* bcheck: restore malloc hooks when donegrischka2009-07-184-29/+39
* configure: support DESTDIR for RPM packagers etc.grischka2009-07-181-7/+8
* win32: guard va_list typedefgrischka2009-06-171-0/+3
* accept option -x <lang>grischka2009-06-171-0/+4
* win32: structure return GCC compatible (ret 4 with cdecl)grischka2009-06-171-0/+11
* error messages: print "error: ..."grischka2009-06-171-0/+2
* tcc_preprocess: add gcc-style include-depth flagsgrischka2009-06-171-7/+22
* incompatible function ptr assignment: just warngrischka2009-06-171-3/+2
* allow redefinition of func_old_type functionsgrischka2009-06-171-4/+7
* trying to fix the bug of unclean FPU st(0)Soloist Deng2009-06-171-3/+4
* use static declaration from prototypegrischka2009-06-171-3/+8
* unions: initzialize only one fieldgrischka2009-06-171-0/+18
* tccelf: accept BSS symbol with same name from other modulegrischka2009-06-171-1/+2
* pass constness from structs to membersSam Watkins2009-06-161-0/+3
* x86-64: Align return value of alloca by 16.Shinichiro Hamaji2009-06-111-2/+2
* x86-64: Add alloca.Shinichiro Hamaji2009-06-092-0/+37
* drop alloca #definegrischka2009-05-1610-37/+27