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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-03
disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type
Aleksandar Markovic
2
-4
/
+4
2019-01-03
disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type
Aleksandar Markovic
1
-0
/
+27
2019-01-03
disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding type
Aleksandar Markovic
2
-6
/
+6
2019-01-03
disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding type
Aleksandar Markovic
1
-0
/
+26
2019-01-03
disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding type
Aleksandar Markovic
2
-11
/
+11
2019-01-03
disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding type
Aleksandar Markovic
1
-0
/
+32
2019-01-03
disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type
Aleksandar Markovic
2
-6
/
+6
2019-01-03
disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding type
Aleksandar Markovic
1
-3
/
+48
2019-01-03
disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type
Aleksandar Markovic
2
-49
/
+49
2019-01-03
disas: nanoMIPS: Fix order of more invocations
Aleksandar Markovic
1
-130
/
+130
2019-01-03
disas: nanoMIPS: Name more functions in a more descriptive way
Aleksandar Markovic
2
-120
/
+120
2019-01-03
disas: nanoMIPS: Fix an FP-related misnomer 3
Aleksandar Markovic
2
-130
/
+130
2019-01-03
disas: nanoMIPS: Fix an FP-related misnomer 2
Aleksandar Markovic
2
-122
/
+122
2019-01-03
disas: nanoMIPS: Fix an FP-related misnomer 1
Aleksandar Markovic
2
-72
/
+72
2019-01-03
disas: nanoMIPS: Name some functions in a more descriptive way
Aleksandar Markovic
2
-72
/
+72
2019-01-03
disas: nanoMIPS: Fix order of some invocations
Aleksandar Markovic
1
-388
/
+388
2019-01-03
disas: nanoMIPS: Fix a function misnomer
Aleksandar Markovic
2
-133
/
+133
2019-01-03
disas: nanoMIPS: Remove functions that are not used
Aleksandar Markovic
2
-233
/
+0
2019-01-03
disas: nanoMIPS: Fix preamble text in nanomips.* files
Aleksandar Markovic
2
-6
/
+8
2019-01-03
disas: nanoMIPS: Fix types and format strings
Stefan Weil
2
-13
/
+17
2019-01-03
target/mips: Support R5900 three-operand MADD1 and MADDU1 instructions
Fredrik Noring
1
-3
/
+9
2019-01-03
target/mips: Support R5900 three-operand MADD and MADDU instructions
Philippe Mathieu-Daudé
1
-5
/
+53
2019-01-03
target/mips: MXU: Add handler for an align instruction
Aleksandar Markovic
1
-3
/
+194
2019-01-03
target/mips: MXU: Add handlers for max/min instructions
Aleksandar Markovic
1
-21
/
+279
2019-01-03
target/mips: MXU: Add handlers for logic instructions
Aleksandar Markovic
1
-34
/
+205
2019-01-03
target/mips: MXU: Improve the comment containing MXU overview
Aleksandar Markovic
1
-30
/
+44
2019-01-03
target/mips: MXU: Add generic naming for optn2 constants
Aleksandar Markovic
1
-0
/
+5
2019-01-03
target/mips: MXU: Add missing opcodes/decoding for LX* instructions
Aleksandar Markovic
1
-38
/
+102
2019-01-03
atomics: Set ATOMIC_REG_SIZE=8 for MIPS n32
Paul Burton
1
-2
/
+3
2019-01-03
MAINTAINERS: Add Aleksandar Rikalo as a reviewer for MIPS content
Aleksandar Markovic
1
-0
/
+9
2019-01-03
MAINTAINERS: target/mips: Reorder items alphabetically
Aleksandar Markovic
1
-5
/
+5
2019-01-03
MAINTAINERS: target/mips: Add filter for mips in email subjects
Aleksandar Markovic
1
-0
/
+1
2019-01-03
MAINTAINERS: target/mips: Add MIPS files under default-configs directory
Aleksandar Markovic
1
-0
/
+1
2019-01-03
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181226' into staging
Peter Maydell
19
-164
/
+2945
2018-12-26
tcg: Improve call argument loading
Richard Henderson
1
-1
/
+2
2018-12-26
tcg: Record register preferences during liveness
Richard Henderson
1
-32
/
+165
2018-12-26
tcg: Add TCG_OPF_BB_EXIT
Richard Henderson
3
-10
/
+16
2018-12-26
tcg: Split out more subroutines from liveness_pass_1
Richard Henderson
1
-12
/
+23
2018-12-26
tcg: Rename and adjust liveness_pass_1 helpers
Richard Henderson
1
-8
/
+5
2018-12-26
tcg: Reindent parts of liveness_pass_1
Richard Henderson
1
-67
/
+70
2018-12-26
tcg: Dump register preference info with liveness
Richard Henderson
2
-10
/
+37
2018-12-26
tcg: Improve register allocation for matching constraints
Richard Henderson
1
-12
/
+24
2018-12-26
tcg: Add output_pref to TCGOp
Richard Henderson
2
-7
/
+14
2018-12-26
tcg: Add preferred_reg argument to tcg_reg_alloc_do_movi
Richard Henderson
1
-4
/
+5
2018-12-26
tcg: Add preferred_reg argument to temp_sync
Richard Henderson
1
-8
/
+8
2018-12-26
tcg: Add preferred_reg argument to temp_load
Richard Henderson
1
-9
/
+9
2018-12-26
tcg: Add preferred_reg argument to tcg_reg_alloc
Richard Henderson
1
-22
/
+81
2018-12-26
tcg: Add reachable_code_pass
Richard Henderson
1
-0
/
+76
2018-12-26
tcg: Reference count labels
Richard Henderson
4
-1
/
+25
2018-12-26
tcg: Add TCG_CALL_NO_RETURN
Richard Henderson
3
-7
/
+29
[next]