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
2018-02-16
target/ppc: convert to TranslatorOps
Emilio G. Cota
1
-162
/
+167
2018-02-16
target/ppc: convert to DisasContextBase
Emilio G. Cota
1
-62
/
+67
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
1
-2
/
+23
2018-01-20
target-ppc: optimize cmp translation
pbonzini@redhat.com
1
-17
/
+12
2018-01-20
target/ppc: msgsnd and msgclr instructions need hypervisor privilege
Cédric Le Goater
1
-2
/
+2
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-1
/
+1
2017-12-15
target/ppc: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-15
/
+8
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-4
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
1
-4
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-4
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-3
/
+3
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-6
/
+0
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
1
-2
/
+2
2017-10-17
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
1
-0
/
+12
2017-08-31
ppc: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-3
/
+2
2017-07-19
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
1
-14
/
+7
2017-05-11
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
1
-0
/
+2
2017-05-11
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
1
-1
/
+8
2017-05-11
target/ppc: Generate fence operations
Nikunj A Dadhania
1
-0
/
+8
2017-05-11
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
1
-6
/
+23
2017-03-14
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
1
-1
/
+1
2017-03-03
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
1
-8
/
+6
2017-03-03
target/ppc: Don't gen an SDR1 on POWER9 and rework register creation
Suraj Jitindar Singh
1
-2
/
+5
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
1
-0
/
+23
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
1
-2
/
+8
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
1
-0
/
+6
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
1
-1
/
+4
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
1
-2
/
+9
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
1
-1
/
+10
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
1
-0
/
+21
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
1
-3
/
+18
2017-03-01
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
1
-6
/
+3
2017-02-22
target-ppc: add wait instruction
Nikunj A Dadhania
1
-0
/
+1
2017-02-22
target-ppc: add slbsync implementation
Nikunj A Dadhania
1
-0
/
+12
2017-02-22
target-ppc: add slbieg instruction
Nikunj A Dadhania
1
-0
/
+14
2017-02-22
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
1
-0
/
+15
2017-02-22
target-ppc: implement store atomic instruction
Balamuruhan S
1
-0
/
+52
2017-02-22
target-ppc: implement load atomic instruction
Balamuruhan S
1
-0
/
+59
2017-02-02
tcg/POWER9: NOOP the cp_abort instruction
Suraj Jitindar Singh
1
-0
/
+5
2017-02-02
target/ppc/debug: Print LPCR register value if register exists
Suraj Jitindar Singh
1
-0
/
+3
2017-01-31
target-ppc: implement stop instruction
Nikunj A Dadhania
1
-0
/
+6
2017-01-31
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
1
-2
/
+8
2017-01-31
target-ppc: implement stxsd and stxssp
Nikunj A Dadhania
1
-0
/
+34
2017-01-31
target-ppc: implement lxsd and lxssp instructions
Nikunj A Dadhania
1
-0
/
+25
2017-01-31
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
1
-7
/
+7
2017-01-31
target-ppc: Consolidate instruction decode helpers
Bharata B Rao
1
-151
/
+0
2017-01-10
target-ppc: Use ctpop helper
Richard Henderson
1
-1
/
+5
[next]