index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64
Richard Henderson
2013-10-01
1
-5
/
+43
*
exec: Split softmmu_defs.h
Richard Henderson
2013-09-02
1
-2
/
+0
*
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
2013-09-02
1
-2
/
+2
*
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
1
-4
/
+4
*
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
2013-09-02
1
-5
/
+4
*
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
1
-0
/
+2
*
tcg-arm: Implement tcg_register_jit
Richard Henderson
2013-07-09
1
-9
/
+67
*
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-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
1
-0
/
+2
*
tcg: Remove redundant tcg_target_init checks
Richard Henderson
2013-06-05
1
-6
/
+0
*
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
*
tcg-arm: Fix local stack frame
Richard Henderson
2013-04-27
1
-74
/
+47
*
tcg-arm: Implement muls2_i32
Richard Henderson
2013-02-23
2
-1
/
+5
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+1
*
tcg/target-arm: Add missing parens to assertions
Peter Maydell
2013-01-19
1
-2
/
+2
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+3
*
tcg/arm: fix cross-endian qemu_st16
Aurelien Jarno
2012-11-24
1
-2
/
+18
*
tcg/arm: fix TLB access in qemu-ld/st ops
Aurelien Jarno
2012-11-24
1
-36
/
+42
*
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
2012-10-19
1
-2
/
+0
|
\
|
*
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
Peter Maydell
2012-10-12
1
-2
/
+0
*
|
tcg/arm: Implement movcond_i32
Peter Maydell
2012-10-17
2
-1
/
+11
*
|
tcg/arm: Factor out code to emit immediate or reg-reg op
Peter Maydell
2012-10-17
1
-26
/
+20
|
/
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
1
-12
/
+3
|
\
|
*
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
Peter Maydell
2012-10-05
1
-12
/
+3
*
|
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
2012-10-06
1
-1
/
+1
*
|
tcg: remove obsolete jmp op
Aurelien Jarno
2012-10-06
1
-7
/
+0
|
/
[prev]
[next]