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
2017-10-24
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
2
-4
/
+3
2017-10-24
tcg: Push tcg_ctx into generator functions
Richard Henderson
2
-78
/
+69
2017-10-24
tcg: Use per-temp state data in optimize
Richard Henderson
2
-182
/
+246
2017-10-24
tcg: Remove unused TCG_CALL_DUMMY_TCGV
Richard Henderson
1
-1
/
+0
2017-10-24
tcg: Change temp_allocate_frame arg to TCGTemp
Richard Henderson
1
-5
/
+3
2017-10-24
tcg: Avoid loops against variable bounds
Richard Henderson
1
-17
/
+10
2017-10-24
tcg: Use per-temp state data in liveness
Richard Henderson
2
-109
/
+122
2017-10-24
tcg: Introduce temp_arg, export temp_idx
Richard Henderson
2
-13
/
+18
2017-10-24
tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
Richard Henderson
1
-1
/
+1
2017-10-24
tcg: Add temp_global bit to TCGTemp
Richard Henderson
3
-14
/
+24
2017-10-24
tcg: Introduce arg_temp
Richard Henderson
3
-28
/
+32
2017-10-24
tcg: Propagate TCGOp down to allocators
Richard Henderson
1
-38
/
+37
2017-10-24
tcg: Propagate args to op->args in tcg.c
Richard Henderson
1
-63
/
+58
2017-10-24
tcg: Propagate args to op->args in optimizer
Richard Henderson
1
-203
/
+227
2017-10-24
tcg: Merge opcode arguments into TCGOp
Richard Henderson
4
-142
/
+98
2017-10-10
tcg/mips: delete commented out extern keyword.
Jiang Biao
1
-1
/
+1
2017-10-10
tcg: define TCG_HIGHWATER
Emilio G. Cota
1
-1
/
+3
2017-10-10
tcg: take .helpers out of TCGContext
Emilio G. Cota
2
-7
/
+5
2017-10-10
tci: move tci_regs to tcg_qemu_tb_exec's stack
Emilio G. Cota
1
-273
/
+279
2017-10-10
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
1
-2
/
+2
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2
-4
/
+4
2017-10-10
tcg/mips: constify tcg_target_callee_save_regs
Emilio G. Cota
1
-1
/
+1
2017-10-10
tcg/i386: constify tcg_target_callee_save_regs
Emilio G. Cota
1
-1
/
+1
2017-09-17
tcg/mips: Fully convert tcg_target_op_def
Richard Henderson
1
-154
/
+170
2017-09-17
tcg/sparc: Fully convert tcg_target_op_def
Richard Henderson
1
-102
/
+137
2017-09-17
tcg/ppc: Fully convert tcg_target_op_def
Richard Henderson
1
-153
/
+168
2017-09-17
tcg/arm: Fully convert tcg_target_op_def
Richard Henderson
1
-79
/
+107
2017-09-17
tcg/aarch64: Fully convert tcg_target_op_def
Richard Henderson
1
-131
/
+151
2017-09-17
tcg: Fix types in tcg_regset_{set,reset}_reg
Richard Henderson
1
-3
/
+3
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
8
-103
/
+90
2017-09-17
tcg: Remove tcg_regset_{or,and,andnot,not}
Richard Henderson
2
-5
/
+1
2017-09-17
tcg: Remove tcg_regset_set
Richard Henderson
3
-28
/
+28
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
10
-16
/
+14
2017-09-17
tcg: Add tcg_op_supported
Richard Henderson
2
-3
/
+226
2017-09-17
accel/tcg: move tcg-runtime to accel/tcg/
Philippe Mathieu-Daudé
2
-370
/
+0
2017-09-17
tcg/ppc: disable atomic write check on ppc32
Philippe Mathieu-Daudé
1
-1
/
+3
2017-09-11
tcg/tci: do not use ldst label (never implemented)
Philippe Mathieu-Daudé
1
-4
/
+0
2017-09-07
tcg/ppc: Use constant pool for movi
Richard Henderson
2
-4
/
+31
2017-09-07
tcg/ppc: Look for shifted constants
Richard Henderson
1
-10
/
+48
2017-09-07
tcg/ppc: Change TCG_REG_RA to TCG_REG_TB
Richard Henderson
1
-151
/
+122
2017-09-07
tcg/arm: Use constant pool for call
Richard Henderson
1
-6
/
+3
2017-09-07
tcg/arm: Use constant pool for movi
Richard Henderson
2
-18
/
+75
2017-09-07
tcg/arm: Extract INSN_NOP
Richard Henderson
1
-10
/
+11
2017-09-07
tcg/arm: Code rearrangement
Richard Henderson
1
-258
/
+257
2017-09-07
tcg/arm: Tighten tlb indexing offset test
Richard Henderson
1
-1
/
+3
2017-09-07
tcg/arm: Improve tlb load for armv7
Richard Henderson
1
-20
/
+52
2017-09-07
tcg/sparc: Use constant pool for movi
Richard Henderson
2
-21
/
+58
2017-09-07
tcg/sparc: Introduce TCG_REG_TB
Richard Henderson
1
-30
/
+140
2017-09-07
tcg/aarch64: Use constant pool for movi
Richard Henderson
2
-30
/
+33
2017-09-07
tcg/s390: Use constant pool for cmpi
Richard Henderson
1
-69
/
+67
[prev]
[next]