aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to use noname functions by ordinalYX Hao2013-09-191-6/+32
* win32: fix libtcc supportgrischka2013-09-101-3/+4
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-17/+5
* tccpe: pstrcpy() will truncate .stabstr section name, use strncpy() instead.Roy2013-06-061-1/+1
* add version number to manpageUrs Janssen2013-02-171-1/+1
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-28/+30
* win32: Honor "-Wl,-subsystem=console/gui" optiongrischka2013-02-041-9/+10
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-7/+7
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-311-3/+3
* tccpe: no debug, no stabsgrischka2013-01-301-1/+4
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-2/+2
* Revert "pe: fix tcc not linking to user32 and gdi32"Thomas Preud'homme2013-01-141-1/+1
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-2/+2
* pe: fix tcc not linking to user32 and gdi32Roy Tam2012-11-021-1/+1
* tcc.h: define TCC_IS_NATIVEgrischka2012-03-051-8/+3
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-6/+6
* libtcc: support more than one crtprefixgrischka2011-08-061-15/+0
* tccpe: cleanup ELFW() macros etc.grischka2011-07-141-32/+14
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-141-38/+49
* make: create native tcc from separate objectsgrischka2011-07-141-1/+1
* win32: add -Wl,--stack=xxx switchgrischka2011-07-111-0/+2
* tccpe: support leading underscore for symbolsgrischka2011-02-131-23/+39
* split cross libtcc1.a to separate directoriesHenry Kroll III2010-12-021-8/+1
* tccpe.c: fallback to libtcc1.a for other targets (ARM)Henry Kroll III2010-11-301-2/+4
* tccpe.c: Makefile: --enable-cross win64 cross library buildHenry Kroll III2010-11-301-1/+6
* tccpe: typedef unsigned int DWORD for cross compilers.grischka2010-11-271-5/+5
* WinCE PE subsystemTimo VJ Lahde2010-04-191-0/+2
* PE ARM: jump IAT arm codeTimo VJ Lahde2010-04-191-2/+13
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-66/+106
* use vpushv in some placesgrischka2009-12-201-1/+1
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-2/+60
* allow tcc be build from separate objectsgrischka2009-12-201-67/+62
* win32: enable bounds checker & exception handlergrischka2009-12-191-3/+3
* tccpe: with -l try also with "lib" prefixgrischka2009-12-191-8/+11
* tccpe: improve dllimportgrischka2009-12-191-12/+26
* tccpe: allow linkage to extern symbols from asmgrischka2009-12-191-0/+23
* tccpe: fclose FILE*grischka2009-11-301-0/+2
* ARM: first support for arm-pe targetFrederic Feret2009-11-131-10/+39
* various fixes and new options for PE formatFrederic Feret2009-11-131-8/+38
* tccpe: fill checksum header fieldgrischka2009-08-241-27/+58
* cleanup: constify some global datagrischka2009-07-181-110/+110
* tccpe: set tcc_lib_path from DLLgrischka2009-07-181-1/+1
* tccpe: load dll on the flygrischka2009-07-181-52/+89
* x86-64: chkstk, allocagrischka2009-07-181-7/+2
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-1/+1
* 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-181-58/+32