aboutsummaryrefslogtreecommitdiff
path: root/tcg/hppa
AgeCommit message (Expand)Author
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2012-12-29tcg-hppa: Fix typo in brcond2Richard Henderson
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell
2012-10-06tcg: Add tcg_high_condRichard Henderson
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-22tcg-hppa: Implement movcondRichard Henderson
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
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