index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-01
tcg: Move definition of type TCGv
Lluís Vilanova
2
-2
/
+7
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
1
-0
/
+1
2016-02-23
tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c
Peter Maydell
8
-8
/
+0
2016-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
13
-8
/
+10
2016-02-23
tcg: Allocate indirect_base temporaries in a different order
Richard Henderson
1
-11
/
+32
2016-02-23
tcg: Implement indirect memory registers
Richard Henderson
2
-29
/
+68
2016-02-23
tcg: Work around clang bug wrt enum ranges, part 2
Richard Henderson
1
-1
/
+1
2016-02-23
all: Clean up includes
Peter Maydell
1
-1
/
+0
2016-02-09
tcg: Introduce temp_load
Richard Henderson
1
-64
/
+52
2016-02-09
tcg: Change temp_save argument to TCGTemp
Richard Henderson
1
-9
/
+7
2016-02-09
tcg: Change temp_sync argument to TCGTemp
Richard Henderson
1
-27
/
+28
2016-02-09
tcg: Change temp_dead argument to TCGTemp
Richard Henderson
1
-25
/
+23
2016-02-09
tcg: Change reg_to_temp to TCGTemp pointer
Richard Henderson
2
-62
/
+57
2016-02-09
tcg: Remove tcg_get_arg_str_i32/64
Richard Henderson
2
-15
/
+0
2016-02-09
tcg: More use of TCGReg where appropriate
Richard Henderson
2
-15
/
+19
2016-02-09
tcg: Work around clang bug wrt enum ranges
Richard Henderson
1
-6
/
+6
2016-02-09
tcg: Tidy temporary allocation
Richard Henderson
1
-67
/
+56
2016-02-09
tcg: Change ts->mem_reg to ts->mem_base
Richard Henderson
2
-31
/
+38
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2
-25
/
+34
2016-02-09
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
1
-2
/
+1
2016-02-09
tcg: Respect highwater in tcg_out_tb_finalize
Richard Henderson
4
-10
/
+27
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
tcg: Clean up includes
Peter Maydell
12
-12
/
+12
2015-12-01
tcg: Increase the highwater reservation
Richard Henderson
1
-1
/
+5
2015-11-23
tcg: Fix highwater check
John Clarke
1
-1
/
+1
2015-10-19
tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
James Hogan
1
-6
/
+37
2015-10-19
tcg/mips: Support r6 multiply/divide encodings
James Hogan
2
-3
/
+43
2015-10-19
tcg/mips: Support r6 JR encoding
James Hogan
1
-1
/
+4
2015-10-19
tcg/mips: Add use_mips32r6_instructions definition
James Hogan
1
-0
/
+7
2015-10-19
tcg-opc.h: Simplify insn_start def
James Hogan
1
-8
/
+5
2015-10-19
tcg/ppc: Prefer mask over andi.
Richard Henderson
1
-10
/
+10
2015-10-19
tcg/ppc: Revise goto_tb implementation
Richard Henderson
1
-11
/
+38
2015-10-19
tcg/ppc: Adjust exit_tb for change in prologue placement
Richard Henderson
1
-6
/
+4
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
2
-5
/
+14
2015-10-07
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
1
-7
/
+28
2015-10-07
tcg: Remove tcg_gen_code_search_pc
Richard Henderson
2
-42
/
+19
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-4
/
+0
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
2
-15
/
+29
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2
-1
/
+12
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
1
-0
/
+1
2015-10-07
tcg: Allow extra data to be attached to insn_start
Richard Henderson
4
-16
/
+59
2015-10-07
tcg: Rename debug_insn_start to insn_start
Richard Henderson
3
-8
/
+8
2015-09-19
tcg/mips: pass oi to tcg_out_tlb_load
Aurelien Jarno
1
-15
/
+5
2015-09-19
tcg/mips: move tcg_out_addsub2
Aurelien Jarno
1
-49
/
+49
2015-09-19
tcg/mips: Fix clobbering of qemu_ld inputs
James Hogan
1
-11
/
+15
2015-09-16
tcg: Move tci_tb_ptr to -common
Peter Crosthwaite
1
-0
/
+4
2015-09-16
tcg: split tcg_op_defs to -common
Peter Crosthwaite
3
-8
/
+35
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2015-09-11
softmmu: add helper function to pass through retaddr
Pavel Dovgalyuk
1
-0
/
+23
2015-09-11
typofixes - v4
Veres Lajos
2
-3
/
+3
[next]