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
2016-09-23
target-ppc: add vector permute right indexed instruction
Rajalakshmi Srinivasaraghavan
4
-0
/
+43
2016-09-23
target-ppc: add vector bit permute doubleword instruction
Rajalakshmi Srinivasaraghavan
4
-0
/
+23
2016-09-23
target-ppc: add vector count trailing zeros instructions
Rajalakshmi Srinivasaraghavan
4
-0
/
+46
2016-09-23
target-ppc: add vector extract instructions
Rajalakshmi Srinivasaraghavan
4
-3
/
+46
2016-09-23
target-ppc: add vector insert instructions
Rajalakshmi Srinivasaraghavan
5
-5
/
+71
2016-09-23
ppc: restrict the use of the rfi instruction
Benjamin Herrenschmidt
1
-3
/
+6
2016-09-15
Remove unused function declarations
Ladi Prosek
2
-3
/
+0
2016-09-07
ppc: Improve a few more helper flags
Benjamin Herrenschmidt
1
-7
/
+7
2016-09-07
ppc: Improve the exception helpers flags
Benjamin Herrenschmidt
1
-2
/
+2
2016-09-07
ppc: Improve flags for helpers loading/writing the time facilities
Benjamin Herrenschmidt
1
-21
/
+21
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
11
-20
/
+20
2016-09-07
target-ppc: add extswsli[.] instruction
Nikunj A Dadhania
1
-0
/
+28
2016-09-07
target-ppc: add vsrv instruction
Vivek Andrew Sha
4
-0
/
+20
2016-09-07
target-ppc: add vslv instruction
Vivek Andrew Sha
4
-0
/
+20
2016-09-07
target-ppc: add vcmpnez[b,h,w][.] instructions
Swapnil Bokade
4
-0
/
+54
2016-09-07
target-ppc: add vabsdu[b,h,w] instructions
Sandipan Das
4
-3
/
+39
2016-09-07
target-ppc: add dtstsfi[q] instructions
Sandipan Das
4
-0
/
+71
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
2
-28
/
+29
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
2
-5
/
+6
2016-09-07
ppc: Don't update NIP in dcbz and lscbx
Benjamin Herrenschmidt
2
-8
/
+5
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
2
-10
/
+4
2016-09-07
ppc: Don't update NIP BookE 2.06 tlbwe
Benjamin Herrenschmidt
2
-7
/
+6
2016-09-07
ppc: Don't update NIP in facility unavailable interrupts
Benjamin Herrenschmidt
4
-14
/
+5
2016-09-07
ppc: Don't update NIP in DCR access routines
Benjamin Herrenschmidt
2
-22
/
+13
2016-09-07
ppc: Fix source NIP on SLB related interrupts
Benjamin Herrenschmidt
1
-8
/
+8
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
3
-122
/
+91
2016-09-07
ppc: Don't update NIP in lmw/stmw/icbi
Benjamin Herrenschmidt
2
-11
/
+6
2016-09-07
ppc: Don't update NIP in lswi/lswx/stswi/stswx
Benjamin Herrenschmidt
3
-20
/
+32
2016-09-07
ppc: FP exceptions are always precise
Benjamin Herrenschmidt
1
-5
/
+6
2016-09-07
ppc: Don't update the NIP in floating point generated code
Benjamin Herrenschmidt
2
-34
/
+0
2016-09-07
ppc: Make float_check_status() pass the return address
Benjamin Herrenschmidt
1
-27
/
+40
2016-09-07
ppc: Make float_invalid_op_excp() pass the return address
Benjamin Herrenschmidt
1
-2
/
+4
2016-09-07
ppc: Rename fload_invalid_op_excp to float_invalid_op_excp
Benjamin Herrenschmidt
1
-61
/
+61
2016-09-07
ppc: Move VSX ops out of translate.c
Benjamin Herrenschmidt
3
-991
/
+994
2016-09-07
ppc: Move VMX ops out of translate.c
Benjamin Herrenschmidt
3
-1065
/
+1077
2016-09-07
ppc: Move DFP ops out of translate.c
Benjamin Herrenschmidt
3
-363
/
+365
2016-09-07
ppc: Move embedded spe ops out of translate.c
Benjamin Herrenschmidt
3
-1326
/
+1336
2016-09-07
ppc: Move classic fp ops out of translate.c
Benjamin Herrenschmidt
3
-1201
/
+1213
2016-09-07
ppc: Provide basic raise_exception_* functions
Benjamin Herrenschmidt
2
-17
/
+42
2016-09-07
target-ppc: introduce opc4 for Expanded Opcode
Nikunj A Dadhania
2
-54
/
+155
2016-09-07
target-ppc: add maddhd and maddhdu instruction
Nikunj A Dadhania
1
-0
/
+25
[next]