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
/
target
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-20
target/ppc: cpu_init: Clean up stop state on cpu reset
Frederic Barrat
1
-0
/
+3
2022-06-20
target/ppc: fix unreachable code in fpu_helper.c
Daniel Henrique Barboza
1
-1
/
+1
2022-06-20
target/ppc: avoid int32 multiply overflow in int_helper.c
Daniel Henrique Barboza
1
-2
/
+3
2022-06-20
target/ppc: fix vbpermd in big endian hosts
Matheus Ferst
1
-3
/
+2
2022-06-20
target/ppc: Implemented vector module quadword
Lucas Mateus Castro (alqotel)
4
-0
/
+27
2022-06-20
target/ppc: Implemented vector module word/doubleword
Lucas Mateus Castro (alqotel)
2
-0
/
+15
2022-06-20
target/ppc: Implemented remaining vector divide extended
Lucas Mateus Castro (alqotel)
4
-0
/
+76
2022-06-20
target/ppc: Implemented vector divide extended word
Lucas Mateus Castro (alqotel)
2
-0
/
+51
2022-06-20
target/ppc: Implemented vector divide quadword
Lucas Mateus Castro (alqotel)
4
-0
/
+27
2022-06-20
target/ppc: Implemented vector divide instructions
Lucas Mateus Castro (alqotel)
2
-0
/
+92
2022-05-26
target/ppc: Implemented [pm]xvbf16ger2*
Lucas Mateus Castro (alqotel)
5
-0
/
+74
2022-05-26
target/ppc: Implemented pmxvf*ger*
Lucas Mateus Castro (alqotel)
2
-0
/
+56
2022-05-26
target/ppc: Implemented xvf16ger*
Lucas Mateus Castro (alqotel)
5
-0
/
+115
2022-05-26
target/ppc: Implemented xvf*ger*
Lucas Mateus Castro (alqotel)
5
-2
/
+231
2022-05-26
target/ppc: Implemented pmxvi*ger* instructions
Lucas Mateus Castro (alqotel)
2
-0
/
+40
2022-05-26
target/ppc: Implemented xvi*ger* instructions
Lucas Mateus Castro (alqotel)
6
-0
/
+218
2022-05-26
target/ppc: Implement xxm[tf]acc and xxsetaccz
Lucas Mateus Castro (alqotel)
3
-0
/
+45
2022-05-26
target/ppc: Implement lwsync with weaker memory ordering
Nicholas Piggin
4
-9
/
+19
2022-05-26
target/ppc: Fix eieio memory ordering semantics
Nicholas Piggin
1
-1
/
+26
2022-05-26
target/ppc: declare vmsumsh[ms] helper with call flags
Matheus Ferst
5
-7
/
+8
2022-05-26
target/ppc: declare vmsumuh[ms] helper with call flags
Matheus Ferst
5
-8
/
+28
2022-05-26
target/ppc: declare vmsum[um]bm helpers with call flags
Matheus Ferst
5
-9
/
+11
2022-05-26
target/ppc: introduce do_va_helper
Matheus Ferst
1
-27
/
+5
2022-05-26
target/ppc: declare xxextractuw and xxinsertw helpers with call flags
Matheus Ferst
5
-47
/
+41
2022-05-26
target/ppc: declare xvxsigsp helper with call flags
Matheus Ferst
5
-4
/
+23
2022-05-26
target/ppc: declare xscvspdpn helper with call flags
Matheus Ferst
5
-4
/
+24
2022-05-26
target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
Matheus Ferst
5
-12
/
+43
2022-05-26
target/ppc: use TCG_CALL_NO_RWG in VSX helpers without env
Matheus Ferst
1
-4
/
+4
2022-05-26
target/ppc: use TCG_CALL_NO_RWG in BCD helpers
Matheus Ferst
1
-15
/
+15
2022-05-26
target/ppc: use TCG_CALL_NO_RWG in vector helpers without env
Matheus Ferst
1
-81
/
+81
2022-05-26
target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWG
Matheus Ferst
1
-2
/
+2
2022-05-26
target/ppc: Rename sfprf to sfifprf where it's also used as set fi flag
Víctor Colombo
1
-56
/
+56
2022-05-26
target/ppc: Fix FPSCR.FI changing in float_overflow_excp()
Víctor Colombo
1
-6
/
+7
2022-05-26
target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't
Víctor Colombo
2
-58
/
+66
2022-05-26
target/ppc: Fix tlbie
Leandro Lupori
1
-1
/
+1
2022-05-11
Normalize header guard symbol definition
Markus Armbruster
1
-1
/
+1
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2022-05-09
disas: Remove old libopcode ppc disassembler
Thomas Huth
1
-2
/
+0
2022-05-05
target/ppc: Change MSR_* to follow POWER ISA numbering convention
Víctor Colombo
1
-43
/
+44
2022-05-05
target/ppc: Add unused msr bits FIELDs
Víctor Colombo
1
-0
/
+25
2022-05-05
target/ppc: Remove msr_de macro
Víctor Colombo
2
-4
/
+3
2022-05-05
target/ppc: Remove msr_hv macro
Víctor Colombo
6
-17
/
+20
2022-05-05
target/ppc: Remove msr_ts macro
Víctor Colombo
3
-4
/
+4
2022-05-05
target/ppc: Remove msr_fe0 and msr_fe1 macros
Víctor Colombo
2
-14
/
+15
2022-05-05
target/ppc: Remove msr_ep macro
Víctor Colombo
2
-3
/
+3
2022-05-05
target/ppc: Remove msr_dr macro
Víctor Colombo
3
-7
/
+8
2022-05-05
target/ppc: Remove msr_ir macro
Víctor Colombo
3
-7
/
+8
2022-05-05
target/ppc: Remove msr_cm macro
Víctor Colombo
3
-3
/
+3
2022-05-05
target/ppc: Remove msr_fp macro
Víctor Colombo
2
-7
/
+13
2022-05-05
target/ppc: Remove msr_gs macro
Víctor Colombo
3
-4
/
+4
[next]