aboutsummaryrefslogtreecommitdiff
path: root/dyngen.c
AgeCommit message (Expand)Author
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-07-23Preliminary PPC64/Linux host supportmalc
2008-06-09R_PPC_REL24 safety netmalc
2008-05-25ppc dyngen fix (malc)bellard
2008-05-20Remove dyngen ARM code, which did't build.balrog
2008-04-20fix dyngen on HPPA hostsaurel32
2008-04-12HPPA (PA-RISC) host supportaurel32
2008-02-27 Preliminary Sparc TCG targetblueswir1
2008-02-04win32 fixbellard
2008-02-01use the TCG code generatorbellard
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-07moved declarationsbellard
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-15Restore OS X build (plus code reformatting).ths
2007-07-11Reduce variable shadowing, by Stefan Weil.ths
2007-05-08Spelling fixes, by Stefan Weil.ths
2007-05-08Another bunch of mips host support.ths
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths
2007-03-0464bit->win32 cross build fix.pbrook
2007-02-10Support for more SPARC relocations, by Martin Bochnig.ths
2006-12-21Fix compiler warnings, add signed versions of some swab functions.ths
2006-07-30Rewrite Arm host support.pbrook
2006-07-18Sparc64 host support (Blue Swirl)bellard
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard
2006-06-14typo in get_reloc_expr()bellard
2006-04-24ia64 fixesbellard
2006-02-0464-bit host/cross fixes.pbrook
2005-04-27win32 fix (Filip Navara)bellard
2005-04-07ia64 host support (David Mosberger)bellard
2005-02-21Mac OS X fix (Jonas Maebe)bellard
2005-01-23support for dyngen labels on more hostsbellard
2005-01-03labels support in dyngenbellard
2004-07-10Mac OS X port (Pierre d'Herbemont)bellard
2004-04-04win32 port (Kazu)bellard
2004-04-02win32 cross compile fixbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard
2004-01-18alpha fix (Falk Hueffner)bellard
2004-01-04added support for direct patching on i386 host (faster emulation)bellard
2003-08-10m68k host port (Richard Zidlicky)bellard
2003-08-10use bswap.hbellard
2003-07-11changed basic block exit generationbellard
2003-06-30correct eflags evaluation order for all operations - fixed important CPU stat...bellard
2003-06-30added nop operationsbellard
2003-06-25fixed inline pbbellard
2003-06-15fixed op_label computation on ppcbellard
2003-06-15output gen_op_xxx() in a separate filebellard
2003-06-09alpha fixbellard