aboutsummaryrefslogtreecommitdiffstats
path: root/dyngen.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-25/+25
2008-07-23Preliminary PPC64/Linux host supportmalc1-0/+11
2008-06-09R_PPC_REL24 safety netmalc1-0/+8
2008-05-25ppc dyngen fix (malc)bellard1-25/+39
2008-05-20Remove dyngen ARM code, which did't build.balrog1-311/+5
2008-04-20fix dyngen on HPPA hostsaurel321-1/+30
2008-04-12HPPA (PA-RISC) host supportaurel321-2/+127
2008-02-27 Preliminary Sparc TCG targetblueswir11-0/+2
2008-02-04win32 fixbellard1-11/+31
2008-02-01use the TCG code generatorbellard1-106/+64
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths1-2/+15
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-07moved declarationsbellard1-2/+2
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-43/+43
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-115/+115
2007-07-15Restore OS X build (plus code reformatting).ths1-84/+83
2007-07-11Reduce variable shadowing, by Stefan Weil.ths1-66/+66
2007-05-08Spelling fixes, by Stefan Weil.ths1-3/+4
2007-05-08Another bunch of mips host support.ths1-2/+20
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths1-0/+92
2007-03-0464bit->win32 cross build fix.pbrook1-4/+4
2007-02-10Support for more SPARC relocations, by Martin Bochnig.ths1-0/+27
2006-12-21Fix compiler warnings, add signed versions of some swab functions.ths1-3/+15
2006-07-30Rewrite Arm host support.pbrook1-59/+212
2006-07-18Sparc64 host support (Blue Swirl)bellard1-9/+54
2006-06-14Solaris/SPARC host port (Ben Taylor)bellard1-3/+26
2006-06-14typo in get_reloc_expr()bellard1-1/+1
2006-04-24ia64 fixesbellard1-2/+4
2006-02-0464-bit host/cross fixes.pbrook1-52/+58
2005-04-27win32 fix (Filip Navara)bellard1-0/+4
2005-04-07ia64 host support (David Mosberger)bellard1-17/+189
2005-02-21Mac OS X fix (Jonas Maebe)bellard1-10/+13
2005-01-23support for dyngen labels on more hostsbellard1-64/+32
2005-01-03labels support in dyngenbellard1-10/+13
2004-07-10Mac OS X port (Pierre d'Herbemont)bellard1-7/+546
2004-04-04win32 port (Kazu)bellard1-0/+13
2004-04-02win32 cross compile fixbellard1-1/+3
2004-03-31win32 port (initial patch by kazu)bellard1-354/+706
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-0/+43
2004-01-18alpha fix (Falk Hueffner)bellard1-0/+3
2004-01-04added support for direct patching on i386 host (faster emulation)bellard1-0/+12
2003-08-10m68k host port (Richard Zidlicky)bellard1-0/+57
2003-08-10use bswap.hbellard1-6/+5
2003-07-11changed basic block exit generationbellard1-32/+4
2003-06-30correct eflags evaluation order for all operations - fixed important CPU stat...bellard1-4/+4
2003-06-30added nop operationsbellard1-0/+15
2003-06-25fixed inline pbbellard1-0/+1
2003-06-15fixed op_label computation on ppcbellard1-5/+2
2003-06-15output gen_op_xxx() in a separate filebellard1-20/+34
2003-06-09alpha fixbellard1-20/+0