aboutsummaryrefslogtreecommitdiffstats
path: root/dyngen-exec.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-0/+4
2008-07-26Try to avoid glibc global register mangling, againblueswir11-4/+3
2008-07-23Preliminary PPC64/Linux host supportmalc1-2/+2
2008-06-05Compile fix for Apple, by C.W. Betts.ths1-3/+3
2008-05-25Fix off-by-one unwinding error.pbrook1-0/+12
2008-05-21removed unused definesbellard1-2/+0
2008-05-12removed unused codebellard1-1/+0
2008-04-12HPPA (PA-RISC) host supportaurel321-0/+7
2007-12-25One more bit of alpha support.ths1-2/+2
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths1-4/+11
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-07-31Fiddly dyngen bits for s390 host support, by Ulrich Hecht.ths1-1/+1
2007-05-08Make detection of unsupported hosts easier, inspired by a patch fromths1-38/+24
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-1/+10
2007-04-02Use __sFILE to typedef for _BSD.ths1-0/+4
2007-03-30Sanitize mips exception handling.ths1-0/+1
2007-02-10Fix for solaris register allocation issue on amd64, by Martin Bochnig.ths1-4/+4
2007-02-04Fix 64-bit host register corruption.pbrook1-0/+3
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths1-1/+1
2006-07-18Sparc64 host support (Blue Swirl)bellard1-0/+13
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-4/+10
2006-04-25Solaris port (Ben Taylor)bellard1-0/+14
2005-07-24s390 bitsbellard1-0/+1
2005-04-24qemu code is not ready to handle these registersbellard1-2/+2
2005-04-07ia64 host support (David Mosberger)bellard1-6/+8
2005-03-13soft float supportbellard1-11/+0
2005-03-13GOTO_LABEL_PARAM for ARMbellard1-0/+1
2005-03-01x86_64 supportbellard1-0/+1
2005-01-26Mac OS X fixbellard1-1/+1
2005-01-09win32 fixbellard1-2/+8
2005-01-03labels support in dyngenbellard1-0/+2
2004-11-09disabled again register usage for ppc because my previous patch seems still b...bellard1-0/+3
2004-10-12correct handling of saved host registersbellard1-3/+0
2004-07-12Mac OS X port (Pierre d'Herbemont)bellard1-2/+6
2004-07-10commentbellard1-0/+3
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-1/+7
2004-05-12bsd port (Markus Niemisto)bellard1-0/+4
2004-04-26amd64 port (Jocelyn Mayer)bellard1-0/+9
2004-03-21do not depend on thunk.h - more log itemsbellard1-10/+0
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-0/+11
2004-01-04include stddef.h for size_t definitionbellard1-0/+3
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard1-0/+18
2003-10-30temporary hack for PowerPC system emulationbellard1-0/+3
2003-09-17added two more jump pointsbellard1-1/+1
2003-08-10m68k host port (Richard Zidlicky)bellard1-1/+10
2003-07-13sparc fixbellard1-1/+1
2003-07-11changed basic block exit generationbellard1-0/+26
2003-06-15moved dyngen generic code to dyngen-exec.hbellard1-0/+155