| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next | Richard Henderson | 2013-07-15 | 1 | -53/+203 |
|\ |
|
| * | tcg/aarch64: Implement tlb lookup fast path | Jani Kokkonen | 2013-07-15 | 1 | -50/+174 |
| * | tcg/aarch64: implement ldst 12bit scaled uimm offset | Claudio Fontana | 2013-07-03 | 1 | -3/+29 |
* | | tcg-arm: Implement tcg_register_jit | Richard Henderson | 2013-07-09 | 1 | -9/+67 |
* | | tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size | Richard Henderson | 2013-07-09 | 1 | -3/+3 |
* | | tcg: Move the CIE and FDE header definitions to common code | Richard Henderson | 2013-07-09 | 4 | -76/+51 |
* | | tcg: Fix high_pc fields in .debug_info | Richard Henderson | 2013-07-09 | 1 | -2/+2 |
* | | tcg-arm: Use AT_PLATFORM to detect the host ISA | Richard Henderson | 2013-07-09 | 1 | -4/+16 |
* | | tcg-arm: Simplify logic in detecting the ARM ISA in use | Richard Henderson | 2013-07-09 | 1 | -39/+23 |
* | | tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions | Richard Henderson | 2013-07-09 | 1 | -6/+6 |
* | | tcg-arm: Make use of conditional availability of opcodes for divide | Richard Henderson | 2013-07-09 | 2 | -8/+22 |
* | | tcg: Simplify logic using TCG_OPF_NOT_PRESENT | Richard Henderson | 2013-07-09 | 3 | -15/+18 |
* | | tcg: Allow non-constant control macros | Richard Henderson | 2013-07-09 | 1 | -1/+1 |
* | | tcg-ppc64: Don't implement rem | Richard Henderson | 2013-07-09 | 2 | -28/+2 |
* | | tcg-ppc: Don't implement rem | Richard Henderson | 2013-07-09 | 2 | -15/+1 |
* | | tcg-arm: Don't implement rem | Richard Henderson | 2013-07-09 | 2 | -16/+1 |
* | | tcg: Split rem requirement from div requirement | Richard Henderson | 2013-07-09 | 12 | -12/+50 |
|/ |
|
* | tcg-ppc64: rotr_i32 rotates wrong amount | Anton Blanchard | 2013-06-17 | 1 | -1/+1 |
* | tcg-ppc64: Fix add2_i64 | Anton Blanchard | 2013-06-17 | 1 | -7/+7 |
* | tcg-ppc64: bswap64 rotates output 32 bits | Anton Blanchard | 2013-06-17 | 1 | -2/+0 |
* | tcg-ppc64: Fix RLDCL opcode | Anton Blanchard | 2013-06-17 | 1 | -5/+6 |
* | Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging | Anthony Liguori | 2013-06-14 | 2 | -0/+1503 |
|\ |
|
| * | tcg/aarch64: implement user mode qemu ld/st | Jani Kokkonen | 2013-06-12 | 1 | -5/+116 |
| * | tcg/aarch64: implement sign/zero extend operations | Claudio Fontana | 2013-06-12 | 2 | -12/+66 |
| * | tcg/aarch64: implement byte swap operations | Claudio Fontana | 2013-06-12 | 2 | -5/+37 |
| * | tcg/aarch64: implement AND/TEST immediate pattern | Claudio Fontana | 2013-06-12 | 1 | -0/+34 |
| * | tcg/aarch64: improve arith shifted regs operations | Claudio Fontana | 2013-06-12 | 1 | -18/+30 |
| * | tcg/aarch64: implement new TCG target for aarch64 | Claudio Fontana | 2013-06-12 | 2 | -0/+1260 |
* | | tcg: Remove redundant tcg_target_init checks | Richard Henderson | 2013-06-05 | 3 | -19/+0 |
|/ |
|
* | tcg/optimize: fix setcond2 optimization | Aurelien Jarno | 2013-05-09 | 1 | -0/+1 |
* | tcg-arm: Use movi32 in exit_tb | Richard Henderson | 2013-05-03 | 1 | -9/+7 |
* | tcg-arm: Fix 64-bit tlb load for pre-v6 | Richard Henderson | 2013-05-03 | 1 | -1/+1 |
* | tcg-arm: Remove long jump from tcg_out_goto_label | Richard Henderson | 2013-04-27 | 1 | -6/+1 |
* | tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION | Richard Henderson | 2013-04-27 | 1 | -107/+202 |
* | tcg-arm: Use movi32 + blx for calls on v7 | Richard Henderson | 2013-04-27 | 1 | -0/+3 |
* | tcg-arm: Delete the 'S' constraint | Richard Henderson | 2013-04-27 | 1 | -4/+2 |
* | tcg-arm: Improve scheduling of tcg_out_tlb_read | Richard Henderson | 2013-04-27 | 1 | -53/+57 |
* | tcg-arm: Split out tcg_out_tlb_read | Richard Henderson | 2013-04-27 | 1 | -99/+70 |
* | tcg-arm: Cleanup most primitive load store subroutines | Richard Henderson | 2013-04-27 | 1 | -124/+111 |
* | tcg-arm: Cleanup multiply subroutines | Richard Henderson | 2013-04-27 | 1 | -40/+45 |
* | tcg-arm: Use R12 for the tcg temporary | Richard Henderson | 2013-04-27 | 1 | -1/+1 |
* | tcg-arm: Use TCG_REG_TMP name for the tcg temporary | Richard Henderson | 2013-04-27 | 1 | -58/+60 |
* | tcg-arm: Implement division instructions | Richard Henderson | 2013-04-27 | 2 | -1/+42 |
* | tcg-arm: Implement deposit for armv7 | Richard Henderson | 2013-04-27 | 2 | -4/+42 |
* | tcg-arm: Improve constant generation | Richard Henderson | 2013-04-27 | 1 | -23/+44 |
* | tcg-arm: Handle constant arguments to add2/sub2 | Richard Henderson | 2013-04-27 | 1 | -48/+58 |
* | tcg-arm: Use tcg_out_dat_rIN for compares | Richard Henderson | 2013-04-27 | 1 | -20/+20 |
* | tcg-arm: Allow constant first argument to sub | Richard Henderson | 2013-04-27 | 1 | -3/+12 |
* | tcg-arm: Handle negated constant arguments to and/sub | Richard Henderson | 2013-04-27 | 1 | -6/+35 |
* | tcg-arm: Use bic to implement and with constant | Richard Henderson | 2013-04-27 | 2 | -14/+44 |