Sign in
qemu
/
qemu
/
2b631ec2557eddfe92f1ef80d7fcaedd5db64e28
/
tcg
/
arm
3d1b2ff
tcg: Remove TCG_TARGET_HAS_new_ldst
by Richard Henderson
· 11 years ago
1695974
tcg-arm: Make debug_frame const
by Richard Henderson
· 11 years ago
96d0ee7
tcg: Remove unreachable code in tcg_out_op and op_defs
by Richard Henderson
· 11 years ago
267c931
tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZE
by Richard Henderson
· 11 years ago
02eb19d
tcg: Use HOST_WORDS_BIGENDIAN
by Richard Henderson
· 11 years ago
df9ebea
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
by Richard Henderson
· 11 years ago
f6c6afc
tcg: Add TCGType parameter to tcg_target_const_match
by Richard Henderson
· 11 years ago
ad5171d
tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool
by Stefan Weil
· 11 years ago
1a8e80d
tcg-arm: Avoid ldrd/strd for user-only emulation
by Richard Henderson
· 11 years ago
7a3a009
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
by Huw Davies
· 11 years ago
41d9ea8
tcg-arm: Use qemu_getauxval
by Richard Henderson
· 12 years ago
091d567
tcg-arm: Improve GUEST_BASE qemu_ld/st
by Richard Henderson
· 11 years ago
15ecf6e
tcg-arm: Convert to new ldst opcodes
by Richard Henderson
· 11 years ago
a485cff
tcg-arm: Tidy variable naming convention in qemu_ld/st
by Richard Henderson
· 11 years ago
0315c51
tcg-arm: Convert to le/be ldst helpers
by Richard Henderson
· 11 years ago
099fcf2
tcg-arm: Use TCGMemOp within qemu_ldst routines
by Richard Henderson
· 11 years ago
f713d6a
tcg: Add qemu_ld_st_i32/64
by Richard Henderson
· 11 years ago
9ecefc8
tcg: Add tcg-be-ldst.h
by Richard Henderson
· 11 years ago
ee06e23
tcg-arm: Move the tlb addend load earlier
by Richard Henderson
· 11 years ago
66c2056
tcg-arm: Remove restriction on qemu_ld output register
by Richard Henderson
· 11 years ago
d3e440b
tcg-arm: Return register containing tlb addend
by Richard Henderson
· 11 years ago
d0ebde2
tcg-arm: Move load of tlb addend into tcg_out_tlb_read
by Richard Henderson
· 11 years ago
f248873
tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb
by Richard Henderson
· 11 years ago
e5e2e4a
tcg-arm: Use strd for tcg_out_arg_reg64
by Richard Henderson
· 11 years ago
d9f4dde
tcg-arm: Rearrange slow-path qemu_ld/st
by Richard Henderson
· 11 years ago
23bbc25
tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64
by Richard Henderson
· 11 years ago
e58eb53
exec: Split softmmu_defs.h
by Richard Henderson
· 11 years ago
a05b5b9
tcg: Change tcg_out_ld/st offset to intptr_t
by Richard Henderson
· 11 years ago
2ba7fae2
tcg: Change relocation offsets to intptr_t
by Richard Henderson
· 11 years ago
b93949e
tcg: Change flush_icache_range arguments to uintptr_t
by Richard Henderson
· 11 years ago
0327152
tcg: Add muluh and mulsh opcodes
by Richard Henderson
· 11 years ago
0caa91f
tcg-arm: Implement tcg_register_jit
by Richard Henderson
· 12 years ago
1e709f3
tcg-arm: Use AT_PLATFORM to detect the host ISA
by Richard Henderson
· 12 years ago
cb91021
tcg-arm: Simplify logic in detecting the ARM ISA in use
by Richard Henderson
· 12 years ago
fb82273
tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions
by Richard Henderson
· 11 years ago
72e1ccf
tcg-arm: Make use of conditional availability of opcodes for divide
by Richard Henderson
· 12 years ago
5e1108b
tcg-arm: Don't implement rem
by Richard Henderson
· 12 years ago
ca675f4
tcg: Split rem requirement from div requirement
by Richard Henderson
· 12 years ago
56bbc2f
tcg: Remove redundant tcg_target_init checks
by Richard Henderson
· 12 years ago
c9e53a4
tcg-arm: Use movi32 in exit_tb
by Richard Henderson
· 12 years ago
8ddaeb1
tcg-arm: Fix 64-bit tlb load for pre-v6
by Richard Henderson
· 12 years ago
96fbd7d
tcg-arm: Remove long jump from tcg_out_goto_label
by Richard Henderson
· 12 years ago
df5e0ef
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
by Richard Henderson
· 12 years ago
302fdde
tcg-arm: Use movi32 + blx for calls on v7
by Richard Henderson
· 12 years ago
595b539
tcg-arm: Delete the 'S' constraint
by Richard Henderson
· 12 years ago
702b33b
tcg-arm: Improve scheduling of tcg_out_tlb_read
by Richard Henderson
· 12 years ago
cee87be
tcg-arm: Split out tcg_out_tlb_read
by Richard Henderson
· 12 years ago
9feac1d
tcg-arm: Cleanup most primitive load store subroutines
by Richard Henderson
· 12 years ago
34358a1
tcg-arm: Cleanup multiply subroutines
by Richard Henderson
· 12 years ago
13dd6fb
tcg-arm: Use R12 for the tcg temporary
by Richard Henderson
· 12 years ago
4346457
tcg-arm: Use TCG_REG_TMP name for the tcg temporary
by Richard Henderson
· 12 years ago
0637c56
tcg-arm: Implement division instructions
by Richard Henderson
· 12 years ago
b6b24cb
tcg-arm: Implement deposit for armv7
by Richard Henderson
· 12 years ago
e86e0f2
tcg-arm: Improve constant generation
by Richard Henderson
· 12 years ago
2df3f1e
tcg-arm: Handle constant arguments to add2/sub2
by Richard Henderson
· 12 years ago
5d53b4c
tcg-arm: Use tcg_out_dat_rIN for compares
by Richard Henderson
· 12 years ago
d9fda57
tcg-arm: Allow constant first argument to sub
by Richard Henderson
· 12 years ago
a9a86ae
tcg-arm: Handle negated constant arguments to and/sub
by Richard Henderson
· 12 years ago
19b62bf
tcg-arm: Use bic to implement and with constant
by Richard Henderson
· 12 years ago
fc4d60e
tcg-arm: Fix local stack frame
by Richard Henderson
· 12 years ago
d693e14
tcg-arm: Implement muls2_i32
by Richard Henderson
· 12 years ago
4d3203f
tcg: Add signed multiword multiplication operations
by Richard Henderson
· 12 years ago
5256a72
tcg/target-arm: Add missing parens to assertions
by Peter Maydell
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
7aab08a
tcg/arm: fix cross-endian qemu_st16
by Aurelien Jarno
· 12 years ago
d17bd1d
tcg/arm: fix TLB access in qemu-ld/st ops
by Aurelien Jarno
· 12 years ago
41a05a4
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu
by Aurelien Jarno
· 12 years ago
4a1d241
tcg/arm: Implement movcond_i32
by Peter Maydell
· 12 years ago
7fc645b
tcg/arm: Factor out code to emit immediate or reg-reg op
by Peter Maydell
· 12 years ago
07e10e5
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
by Peter Maydell
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
0aed257
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
by Richard Henderson
· 12 years ago
626cd05
tcg: remove obsolete jmp op
by Aurelien Jarno
· 12 years ago
f97713f
tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
by Peter Maydell
· 12 years ago
6e17d0c
tcg: Remove tcg_target_get_call_iarg_regs_count
by Stefan Weil
· 12 years ago
ffc5ea0
tcg: Introduce movcond
by Richard Henderson
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 12 years ago
9716ef3
tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code
by Peter Maydell
· 12 years ago
e141ab5
softmmu templates: optionally pass CPUState to memory access functions
by Blue Swirl
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
dba4f1b
w64: Change data type of parameters for flush_icache_range
by Stefan Weil
· 13 years ago
5c84bd9
tcg-arm: fix a typo in comments
by Aurelien Jarno
· 13 years ago
05b922d
tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointer
by Peter Maydell
· 13 years ago
222f23f
tcg/arm: remove fixed map code buffer restriction
by Dr. David Alan Gilbert
· 13 years ago
2a534af
tcg: Use TCGReg for standard tcg-target entry points.
by Richard Henderson
· 13 years ago
771142c
tcg: Standardize on TCGReg as the enum for hard registers
by Richard Henderson
· 13 years ago
df0eda9
tcg/arm: Remove unused tcg_out_addi()
by Peter Maydell
· 13 years ago
840f586
tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
by Stefan Weil
· 13 years ago
25c4d9c
tcg: Always define all of the TCGOpcode enum members.
by Richard Henderson
· 13 years ago
614f104
Delegate setup of TCG temporaries to targets
by Blue Swirl
· 14 years ago
cea5f9a
cpu-exec.c: avoid AREG0 use
by Blue Swirl
· 14 years ago
24e838b
tcg/arm: Support host code being compiled for Thumb
by Peter Maydell
· 14 years ago
5677903
tcg arm/mips/ia64: add a comment about retranslation and caches
by Aurelien Jarno
· 14 years ago
0f11f25
tcg/arm: improve constant loading
by Aurelien Jarno
· 14 years ago
9a3abc2
tcg/arm: fix qemu_st64 for big endian targets
by Aurelien Jarno
· 14 years ago
c69806a
tcg/arm: fix branch target change during code retranslation
by Aurelien Jarno
· 14 years ago
e4d58b4
tcg: Make some tcg-target.c routines static.
by Richard Henderson
· 15 years ago
3b6dac3
tcg: Add TYPE parameter to tcg_out_mov.
by Richard Henderson
· 15 years ago
e23886a
tcg/arm: fix condition in zero/sign extension functions
by Aurelien Jarno
· 15 years ago
Next »