aboutsummaryrefslogtreecommitdiff
path: root/tcg/hppa
AgeCommit message (Expand)Author
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson
2010-05-21tcg-hppa: Load GUEST_BASE as an immediate.Richard Henderson
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson
2010-04-08tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson
2010-04-08tcg-hppa: Finish the port.Richard Henderson
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson
2010-03-26tcg: Name the opcode enumeration.Richard Henderson
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-02-22tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad
2009-09-25Suppress some variants of English in commentsStefan Weil
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-08Prune unused TCG_AREGsblueswir1
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-04-12HPPA (PA-RISC) host supportaurel32