index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-1
/
+1
*
tcg: Rename debug_insn_start to insn_start
Richard Henderson
2015-10-07
1
-9
/
+0
*
tcg: Move tci_tb_ptr to -common
Peter Crosthwaite
2015-09-16
1
-6
/
+0
*
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
2015-08-24
1
-2
/
+4
*
tcg: Mask TCGMemOp appropriately for indexing
Richard Henderson
2015-06-09
1
-4
/
+4
*
tcg: Push merged memop+mmu_idx parameter to softmmu routines
Richard Henderson
2015-05-14
1
-15
/
+14
*
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
Richard Henderson
2015-05-14
1
-10
/
+10
*
tcg: Remove unused opcodes
Richard Henderson
2015-02-12
1
-13
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
2014-06-05
1
-0
/
+1
|
\
|
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
|
tci: Convert to new ldst opcodes
Richard Henderson
2014-06-04
1
-146
/
+176
|
/
*
tci: Mask shift counts to avoid undefined behavior
Richard Henderson
2014-04-18
1
-10
/
+10
*
misc: Use new rotate functions
Stefan Weil
2013-09-25
1
-4
/
+4
*
tci: Add implementation of rotl_i64, rotr_i64
Stefan Weil
2013-09-25
1
-1
/
+9
*
tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)
Stefan Weil
2013-09-20
1
-12
/
+0
*
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
1
-2
/
+2
*
tci: Make tcg temporaries local to tcg_qemu_tb_exec
Richard Henderson
2013-04-11
1
-0
/
+6
*
tci: Avoid code before declarations
Richard Henderson
2013-04-11
1
-3
/
+4
*
tci: Use a local variable for env
Richard Henderson
2013-04-11
1
-7
/
+1
*
tci: Use 32-bit signed offsets to loads/stores
Richard Henderson
2013-04-11
1
-14
/
+22
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
tci: Fix type of tci_read_label
Richard Henderson
2012-11-24
1
-2
/
+2
*
tci: Support deposit operations
Stefan Weil
2012-11-18
1
-0
/
+22
*
tcg: remove obsolete jmp op
Aurelien Jarno
2012-10-06
1
-1
/
+0
*
tci: Fix for AREG0 free mode
Stefan Weil
2012-09-27
1
-4
/
+9
*
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
2012-09-15
1
-12
/
+0
*
tci: Support INDEX_op_bswap64_i64
Stefan Weil
2012-06-22
1
-1
/
+0
*
tci: Fix wrong macro name for debug code
Stefan Weil
2012-05-08
1
-1
/
+1
*
tci: GETPC() macro must return an uintptr_t
Stefan Weil
2012-04-21
1
-2
/
+2
*
tci: Support targets with CONFIG_TCG_PASS_AREG0 (fix broken build)
Stefan Weil
2012-04-07
1
-12
/
+23
*
w64: Fix data type of next_tb and tcg_qemu_tb_exec
Stefan Weil
2012-03-17
1
-2
/
+2
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-2
/
+2
*
tcg: Standardize on TCGReg as the enum for hard registers
Richard Henderson
2011-11-14
1
-19
/
+19
*
tcg: Add interpreter for bytecode
Stefan Weil
2011-10-31
1
-0
/
+1208