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
2016-09-07
ppc: Don't generate dead code on unconditional branches
Benjamin Herrenschmidt
1
-5
/
+9
2016-09-07
ppc: Rename #include'd .c files to .inc.c
Benjamin Herrenschmidt
1
-20
/
+20
2016-09-07
target-ppc: add extswsli[.] instruction
Nikunj A Dadhania
1
-0
/
+28
2016-09-07
target-ppc: implement branch-less divd[o][.]
Nikunj A Dadhania
1
-22
/
+26
2016-09-07
target-ppc: implement branch-less divw[o][.]
Nikunj A Dadhania
1
-25
/
+23
2016-09-07
ppc: load/store multiple and string insns don't do LE
Benjamin Herrenschmidt
1
-0
/
+29
2016-09-07
ppc: Use a helper to generate "LE unsupported" alignment interrupts
Benjamin Herrenschmidt
1
-3
/
+8
2016-09-07
ppc: Don't set access_type on all load/stores on hash64
Benjamin Herrenschmidt
1
-1
/
+3
2016-09-07
ppc: Fix CFAR updates
Benjamin Herrenschmidt
1
-4
/
+4
2016-09-07
ppc: Speed up dcbz
Benjamin Herrenschmidt
1
-7
/
+4
2016-09-07
ppc: Handle unconditional (always/never) traps at translation time
Benjamin Herrenschmidt
1
-6
/
+43
2016-09-07
ppc: Make alignment exceptions suck less
Benjamin Herrenschmidt
1
-1
/
+1
2016-09-07
ppc: Don't update NIP in dcbz and lscbx
Benjamin Herrenschmidt
1
-4
/
+0
2016-09-07
ppc: Don't update NIP if not taking alignment exceptions
Benjamin Herrenschmidt
1
-2
/
+1
2016-09-07
ppc: Don't update NIP on conditional trap instructions
Benjamin Herrenschmidt
1
-8
/
+0
2016-09-07
ppc: Don't update NIP BookE 2.06 tlbwe
Benjamin Herrenschmidt
1
-1
/
+0
2016-09-07
ppc: Don't update NIP in facility unavailable interrupts
Benjamin Herrenschmidt
1
-7
/
+0
2016-09-07
ppc: Don't update NIP in DCR access routines
Benjamin Herrenschmidt
1
-12
/
+0
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
1
-25
/
+35
2016-09-07
ppc: Don't update NIP in lmw/stmw/icbi
Benjamin Herrenschmidt
1
-6
/
+0
2016-09-07
ppc: Don't update NIP in lswi/lswx/stswi/stswx
Benjamin Herrenschmidt
1
-10
/
+8
2016-09-07
ppc: Move VSX ops out of translate.c
Benjamin Herrenschmidt
1
-991
/
+3
2016-09-07
ppc: Move VMX ops out of translate.c
Benjamin Herrenschmidt
1
-1065
/
+3
2016-09-07
ppc: Move DFP ops out of translate.c
Benjamin Herrenschmidt
1
-363
/
+2
2016-09-07
ppc: Move embedded spe ops out of translate.c
Benjamin Herrenschmidt
1
-1326
/
+2
2016-09-07
ppc: Move classic fp ops out of translate.c
Benjamin Herrenschmidt
1
-1201
/
+4
2016-09-07
target-ppc: introduce opc4 for Expanded Opcode
Nikunj A Dadhania
1
-21
/
+61
2016-09-07
target-ppc: add maddhd and maddhdu instruction
Nikunj A Dadhania
1
-0
/
+25
2016-09-07
target-ppc: add maddld instruction
Nikunj A Dadhania
1
-0
/
+14
2016-09-07
target-ppc: add setb instruction
Vivek Andrew Sha
1
-0
/
+22
2016-09-07
target-ppc: add cmpeqb instruction
Nikunj A Dadhania
1
-0
/
+12
2016-09-07
target-ppc: add cnttzw[.] instruction
Nikunj A Dadhania
1
-0
/
+11
2016-09-07
target-ppc: add cnttzd[.] instruction
Sandipan Das
1
-0
/
+10
2016-09-07
target-ppc: add modulo dword operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add modulo word operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add cmprb instruction
Nikunj A Dadhania
1
-0
/
+39
2016-09-07
target-ppc: adding addpcis instruction
Nikunj A Dadhania
1
-0
/
+26
2016-07-01
target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso
Aaron Larson
1
-7
/
+8
2016-07-01
ppc: Print HSRR0/HSRR1 in "info registers"
Benjamin Herrenschmidt
1
-0
/
+7
2016-06-23
ppc: Add P7/P8 Power Management instructions
Benjamin Herrenschmidt
1
-0
/
+66
2016-06-23
ppc: Move exception generation code out of line
Benjamin Herrenschmidt
1
-3
/
+3
2016-06-23
ppc: Turn a bunch of booleans from int to bool
Benjamin Herrenschmidt
1
-19
/
+18
2016-06-23
ppc: Add real mode CI load/store instructions for P7 and P8
Benjamin Herrenschmidt
1
-11
/
+48
2016-06-23
ppc: Rework generation of priv and inval interrupts
Benjamin Herrenschmidt
1
-399
/
+291
2016-06-23
ppc: Fix rfi/rfid/hrfi/... emulation
Benjamin Herrenschmidt
1
-0
/
+4
2016-06-22
target-ppc: Fix rlwimi, rlwinm, rlwnm again
Richard Henderson
1
-3
/
+1
2016-06-22
ppc64: disable gen_pause() for linux-user mode
Laurent Vivier
1
-1
/
+3
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
LluĂs Vilanova
1
-0
/
+1
2016-06-17
target-ppc: Fix rlwimi, rlwinm, rlwnm
Richard Henderson
1
-21
/
+52
2016-06-17
target-ppc: Bug in BookE wait instruction
Jakub Horak
1
-1
/
+1
[next]