aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Unicode entries 'wmain' and 'wWinMain' on WindowsYX Hao2017-02-171-8/+20
* mems & leaksgrischka2017-02-131-2/+12
* fixes & cleanupsgrischka2017-02-131-4/+8
* win32: support "-Wl,--large-address-aware" optionPavlas, Zdenek2016-12-301-0/+1
* Control symbol table of which to relocate symbolsThomas Preud'homme2016-12-031-1/+1
* Rename add_elf_sym to set_elf_symThomas Preud'homme2016-12-031-2/+2
* tccpp_new/delete and other cleanupsgrischka2016-10-171-50/+56
* configure: fix tcc_lddir, cpugrischka2016-10-031-0/+2
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-011-1/+1
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-1/+1
* libtcc: cleanup @listfilegrischka2016-10-011-0/+17
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-0/+2
* Move utility functions `trimfront/back` to tccpp.cVlad Vissoultchev2016-04-131-16/+0
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-2/+2
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+1890
* Reorganize the source tree.gus knight2015-07-271-1890/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-24/+24
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* tccpp: fix issues, add testsgrischka2015-05-091-4/+5
* win64: fix resource file supportgrischka2014-08-011-28/+24
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-8/+8
* tccpe: speed up .def file loadinggrischka2014-04-131-17/+7
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-1/+1
* tccpe: cleanup "imports per ordinal"grischka2014-01-061-34/+33
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-0/+2
* 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