index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
2013-09-02
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
tcg: Use uintptr_t in TCGHelperInfo
Richard Henderson
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
tcg: Change memory offsets to intptr_t
Richard Henderson
2013-09-02
tcg: Change frame pointer offsets to intptr_t
Richard Henderson
2013-09-02
tcg: Define TCG_ptr properly
Richard Henderson
2013-09-02
tcg: Define TCG_TYPE_PTR properly
Richard Henderson
2013-09-02
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
2013-09-02
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
2013-09-02
tcg: Constant fold div, rem
Richard Henderson
2013-09-02
tcg-ppc64: Implement muluh, mulsh
Richard Henderson
2013-09-02
tcg-mips: Implement mulsh, muluh
Richard Henderson
2013-09-02
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-08-26
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
2013-08-26
tcg-i386: Tidy qemu_ld/st slow path
Richard Henderson
2013-08-26
tcg-i386: Try pc-relative lea for constant formation
Richard Henderson
2013-08-26
tcg-i386: Add and use tcg_out64
Richard Henderson
2013-08-26
tcg: Tidy generated code for tcg_outN
Richard Henderson
2013-08-08
tcg/mips: fix invalid op definition errors
James Hogan
2013-07-30
tci: Fix broken build (compiler warning caused by redefined macro BIT)
Stefan Weil
2013-07-15
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
Richard Henderson
2013-07-15
tcg/aarch64: Implement tlb lookup fast path
Jani Kokkonen
2013-07-09
tcg-arm: Implement tcg_register_jit
Richard Henderson
2013-07-09
tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
Richard Henderson
2013-07-09
tcg: Move the CIE and FDE header definitions to common code
Richard Henderson
2013-07-09
tcg: Fix high_pc fields in .debug_info
Richard Henderson
2013-07-09
tcg-arm: Use AT_PLATFORM to detect the host ISA
Richard Henderson
2013-07-09
tcg-arm: Simplify logic in detecting the ARM ISA in use
Richard Henderson
2013-07-09
tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions
Richard Henderson
2013-07-09
tcg-arm: Make use of conditional availability of opcodes for divide
Richard Henderson
2013-07-09
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
Richard Henderson
2013-07-09
tcg: Allow non-constant control macros
Richard Henderson
2013-07-09
tcg-ppc64: Don't implement rem
Richard Henderson
2013-07-09
tcg-ppc: Don't implement rem
Richard Henderson
2013-07-09
tcg-arm: Don't implement rem
Richard Henderson
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
2013-07-03
tcg/aarch64: implement ldst 12bit scaled uimm offset
Claudio Fontana
2013-06-17
tcg-ppc64: rotr_i32 rotates wrong amount
Anton Blanchard
2013-06-17
tcg-ppc64: Fix add2_i64
Anton Blanchard
2013-06-17
tcg-ppc64: bswap64 rotates output 32 bits
Anton Blanchard
2013-06-17
tcg-ppc64: Fix RLDCL opcode
Anton Blanchard
2013-06-14
Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging
Anthony Liguori
2013-06-12
tcg/aarch64: implement user mode qemu ld/st
Jani Kokkonen
2013-06-12
tcg/aarch64: implement sign/zero extend operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement byte swap operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement AND/TEST immediate pattern
Claudio Fontana
2013-06-12
tcg/aarch64: improve arith shifted regs operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
[next]