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
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-19
target/ppc: Use translator_loop_temp_check
Richard Henderson
1
-5
/
+1
2021-05-19
target/ppc: Tidy exception vs exit_tb
Richard Henderson
1
-1
/
+2
2021-05-19
target/ppc: Move single-step check to ppc_tr_tb_stop
Richard Henderson
1
-14
/
+19
2021-05-19
target/ppc: Remove DisasContext.exception
Richard Henderson
1
-26
/
+4
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
1
-6
/
+2
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
1
-17
/
+7
2021-05-19
target/ppc: Introduce gen_icount_io_start
Richard Henderson
1
-135
/
+39
2021-05-19
target/ppc: Remove unnecessary gen_io_end calls
Richard Henderson
1
-6
/
+0
2021-05-19
target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
Richard Henderson
1
-18
/
+9
2021-05-19
target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
Richard Henderson
1
-10
/
+65
2021-05-19
target/ppc: Simplify gen_debug_exception
Richard Henderson
1
-13
/
+2
2021-05-19
target/ppc: Remove special case for POWERPC_EXCP_TRAP
Richard Henderson
1
-1
/
+0
2021-05-19
target/ppc: Remove special case for POWERPC_SYSCALL
Richard Henderson
1
-1
/
+0
2021-05-19
target/ppc: Move DISAS_NORETURN setting into gen_exception*
Richard Henderson
1
-8
/
+18
2021-05-19
target/ppc: Split out decode_legacy
Richard Henderson
1
-51
/
+64
2021-05-19
target/ppc: Add cia field to DisasContext
Richard Henderson
1
-17
/
+19
2021-05-19
target/ppc: moved ppc_cpu_dump_state to cpu_init.c
Bruno Larsen (billionai)
1
-187
/
+0
2021-05-19
target/ppc: isolated cpu init from translation logic
Bruno Larsen (billionai)
1
-2
/
+2
2021-05-19
target/ppc: turned SPR R/W callbacks not static
Bruno Larsen (billionai)
1
-107
/
+103
2021-05-19
target/ppc: move SPR R/W callbacks to translate.c
Bruno Larsen (billionai)
1
-9
/
+1028
2021-05-19
target/ppc: Fold gen_*_xer into their callers
Bruno Larsen (billionai)
1
-37
/
+0
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
1
-1
/
+2
2021-05-04
target/ppc: move opcode table logic to translate.c
Bruno Larsen (billionai)
1
-0
/
+394
2021-05-04
target/ppc: Remove env->immu_idx and env->dmmu_idx
Richard Henderson
1
-3
/
+3
2021-05-04
target/ppc: Put LPCR[GTSE] in hflags
Richard Henderson
1
-1
/
+1
2021-05-04
target/ppc: Create helper_scv
Richard Henderson
1
-13
/
+7
2021-05-04
target/ppc: Put dbcr0 single-step bits into hflags
Richard Henderson
1
-11
/
+0
2021-05-04
target/ppc: Reduce env->hflags to uint32_t
Richard Henderson
1
-1
/
+1
2021-05-04
target/ppc: Disconnect hflags from MSR
Richard Henderson
1
-39
/
+16
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
1
-1
/
+1
2020-12-14
ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
Stephane Duverger
1
-2
/
+2
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
1
-0
/
+40
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
1
-11
/
+11
2020-08-12
target/ppc: add byte-reverse br[dwh] instructions
Lijun Pan
1
-0
/
+40
2020-05-27
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
1
-1
/
+52
2020-05-07
target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
Daniele Buono
1
-3
/
+21
2020-04-20
target/ppc: Fix TCG temporary leaks in gen_slbia()
Philippe Mathieu-Daudé
1
-0
/
+1
2020-04-17
target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
Nicholas Piggin
1
-19
/
+27
2020-03-24
target/ppc: Fix ISA v3.0 (POWER9) slbia implementation
Nicholas Piggin
1
-1
/
+4
2020-03-17
target/ppc: Fix rlwinm on ppc64
Vitaly Chikunov
1
-9
/
+11
2020-02-02
target/ppc: Add privileged message send facilities
Cédric Le Goater
1
-0
/
+26
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-2
/
+2
2019-10-28
target/ppc: fetch code with translator_ld
Emilio G. Cota
1
-5
/
+3
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-6
/
+6
2019-08-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...
Peter Maydell
1
-1
/
+2
2019-08-21
target/ppc: move opcode decode tables to PowerPCCPU
Alex Bennée
1
-1
/
+2
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
1
-13
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-05-22
target/ppc: Use gen_io_start/end around DARN
Richard Henderson
1
-6
/
+15
[next]