aboutsummaryrefslogtreecommitdiffstats
path: root/dyngen-exec.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-10tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell1-1/+1
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil1-1/+11
2011-10-01Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl1-12/+0
2011-08-28dyngen-exec.h: cleanupBlue Swirl1-14/+0
2011-07-30exec.h cleanupBlue Swirl1-0/+2
2010-10-22Remove special handling of system include files (no longer needed)Stefan Weil1-22/+1
2010-06-13Move stdbool.hPaul Brook1-0/+1
2010-04-14tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil1-1/+1
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini1-26/+0
2009-12-05S/390 fake TCG implementationAlexander Graf1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-26Don't redefine NULL, pleaseJuan Quintela1-2/+0
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-1/+1
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-08Use stdint.h for integral data types and definitionsaurel321-43/+1
2009-03-08Prune unused AREGsblueswir11-43/+0
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-1/+1
2009-02-09Remove unused code from dyngen-exec.haurel321-7/+0
2009-01-14Remove all traces of __powerpc__malc1-3/+3
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07Remove FORCE_RET() and RETURN()aurel321-3/+0
2008-12-07Some cleanups after dyngen removalaurel321-77/+0
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