summaryrefslogtreecommitdiffstats
path: root/tcg/arm
Commit message (Expand)AuthorAgeFilesLines
* tcg-arm: Implement tcg_register_jitRichard Henderson2013-07-091-9/+67
* tcg-arm: Use AT_PLATFORM to detect the host ISARichard Henderson2013-07-091-4/+16
* tcg-arm: Simplify logic in detecting the ARM ISA in useRichard Henderson2013-07-091-39/+23
* tcg-arm: Rename use_armv5_instructions to use_armvt5_instructionsRichard Henderson2013-07-091-6/+6
* tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson2013-07-092-8/+22
* tcg-arm: Don't implement remRichard Henderson2013-07-092-16/+1
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+2
* tcg: Remove redundant tcg_target_init checksRichard Henderson2013-06-051-6/+0
* tcg-arm: Use movi32 in exit_tbRichard Henderson2013-05-031-9/+7
* tcg-arm: Fix 64-bit tlb load for pre-v6Richard Henderson2013-05-031-1/+1
* tcg-arm: Remove long jump from tcg_out_goto_labelRichard Henderson2013-04-271-6/+1
* tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson2013-04-271-107/+202
* tcg-arm: Use movi32 + blx for calls on v7Richard Henderson2013-04-271-0/+3
* tcg-arm: Delete the 'S' constraintRichard Henderson2013-04-271-4/+2
* tcg-arm: Improve scheduling of tcg_out_tlb_readRichard Henderson2013-04-271-53/+57
* tcg-arm: Split out tcg_out_tlb_readRichard Henderson2013-04-271-99/+70
* tcg-arm: Cleanup most primitive load store subroutinesRichard Henderson2013-04-271-124/+111
* tcg-arm: Cleanup multiply subroutinesRichard Henderson2013-04-271-40/+45
* tcg-arm: Use R12 for the tcg temporaryRichard Henderson2013-04-271-1/+1
* tcg-arm: Use TCG_REG_TMP name for the tcg temporaryRichard Henderson2013-04-271-58/+60
* tcg-arm: Implement division instructionsRichard Henderson2013-04-272-1/+42
* tcg-arm: Implement deposit for armv7Richard Henderson2013-04-272-4/+42
* tcg-arm: Improve constant generationRichard Henderson2013-04-271-23/+44
* tcg-arm: Handle constant arguments to add2/sub2Richard Henderson2013-04-271-48/+58
* tcg-arm: Use tcg_out_dat_rIN for comparesRichard Henderson2013-04-271-20/+20
* tcg-arm: Allow constant first argument to subRichard Henderson2013-04-271-3/+12
* tcg-arm: Handle negated constant arguments to and/subRichard Henderson2013-04-271-6/+35
* tcg-arm: Use bic to implement and with constantRichard Henderson2013-04-272-14/+44
* tcg-arm: Fix local stack frameRichard Henderson2013-04-271-74/+47
* tcg-arm: Implement muls2_i32Richard Henderson2013-02-232-1/+5
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* tcg/target-arm: Add missing parens to assertionsPeter Maydell2013-01-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg/arm: fix cross-endian qemu_st16Aurelien Jarno2012-11-241-2/+18
* tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno2012-11-241-36/+42
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-2/+0
|\
| * tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* | tcg/arm: Implement movcond_i32Peter Maydell2012-10-172-1/+11
* | tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell2012-10-171-26/+20
|/
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-12/+3
|\
| * tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell2012-10-051-12/+3
* | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* | tcg: remove obsolete jmp opAurelien Jarno2012-10-061-7/+0
|/
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-29/+3
* tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell2012-08-261-93/+144
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+53
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-11/+11
OpenPOWER on IntegriCloud