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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
target/arm: Drop copies in gen_sve_{ldr,str}
Richard Henderson
3
-39
/
+0
2023-03-01
tcg: Change default temp lifetime to TEMP_TB
Richard Henderson
1
-4
/
+4
2023-03-01
tcg: Don't re-use TEMP_TB temporaries
Richard Henderson
2
-52
/
+55
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
1
-6
/
+2
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
1
-10
/
+14
2023-03-01
tcg: Use tcg_constant_ptr in do_dup
Richard Henderson
1
-2
/
+1
2023-03-01
tcg: Use tcg_temp_ebb_new_* in tcg/
Richard Henderson
3
-223
/
+223
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
1
-0
/
+28
2023-03-01
tcg: Add tcg_gen_movi_ptr
Richard Henderson
1
-0
/
+5
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
1
-3
/
+1
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
2
-13
/
+13
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
2
-18
/
+3
2023-03-01
tcg: Add liveness_pass_0
Richard Henderson
1
-0
/
+70
2023-03-01
tcg: Use noinline for major tcg_gen_code subroutines
Richard Henderson
1
-3
/
+6
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
3
-14
/
+18
2023-03-01
tcg: Remove branch-to-next regardless of reference count
Richard Henderson
1
-16
/
+17
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
24
-26
/
+26
2023-03-01
tcg: Adjust TCGContext.temps_in_use check
Richard Henderson
1
-6
/
+4
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
1
-7
/
+0
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+2
2023-03-01
target/avr: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-3
/
+5
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+1
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+4
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2
-2
/
+3
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/riscv: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+5
2023-03-01
target/rx: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/sh4: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+4
2023-03-01
target/sparc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/tricore: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
4
-10
/
+10
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2
-51
/
+41
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-4
/
+0
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-2
/
+0
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-3
/
+0
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
3
-17
/
+17
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
4
-12
/
+12
2023-03-01
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
1
-16
/
+11
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
6
-46
/
+44
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-03-01
include/exec: Introduce `CF_PCREL`
Anton Johansson
1
-0
/
+1
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
7
-10
/
+10
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
8
-11
/
+24
2023-02-28
softmmu: Use memmove in flatview_write_continue
Akihiko Odaki
1
-1
/
+1
2023-02-28
exec/helper-head: Include missing "fpu/softfloat-types.h" header
Philippe Mathieu-Daudé
1
-0
/
+2
[next]