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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
char/cadence_uart: s/r_fifo/rx_fifo
Peter Crosthwaite
1
-4
/
+4
2014-01-08
char/cadence_uart: Fix reset.
Peter Crosthwaite
1
-3
/
+4
2014-01-08
char/cadence_uart: Add missing uart_update_state
Peter Crosthwaite
1
-0
/
+1
2014-01-08
char/cadence_uart: Mark struct fields as public/private
Peter Crosthwaite
1
-0
/
+2
2014-01-08
target-arm: Give the FPSCR rounding modes names
Alexander Graf
2
-4
/
+13
2014-01-08
target-arm: A64: Add support for floating point cond select
Claudio Fontana
1
-1
/
+44
2014-01-08
target-arm: A64: Add support for floating point conditional compare
Claudio Fontana
1
-1
/
+34
2014-01-08
target-arm: A64: Add support for floating point compare
Claudio Fontana
3
-1
/
+113
2014-01-08
target-arm: A64: Add fmov (scalar, immediate) instruction
Alexander Graf
1
-1
/
+31
2014-01-08
target-arm: A64: Add "Floating-point data-processing (3 source)" insns
Alexander Graf
1
-1
/
+94
2014-01-08
target-arm: A64: Add "Floating-point data-processing (2 source)" insns
Alexander Graf
1
-1
/
+181
2014-01-08
target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum
Peter Maydell
4
-52
/
+20
2014-01-08
target-arm: A64: Fix vector register access on bigendian hosts
Peter Maydell
1
-34
/
+35
2014-01-08
target-arm: A64: Add support for dumping AArch64 VFP register state
Alexander Graf
1
-0
/
+16
2014-01-08
default-configs: Add config for aarch64-linux-user
Peter Maydell
1
-0
/
+3
2014-01-08
.travis.yml: Add aarch64-* targets
Alex Bennée
1
-0
/
+1
2014-01-08
linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext
Will Newton
1
-3
/
+7
2014-01-08
linux-user: AArch64: define TARGET_CLONE_BACKWARDS
Claudio Fontana
1
-0
/
+1
2014-01-08
target-arm: A64: support for ld/st/cl exclusive
Michael Matz
2
-6
/
+277
2014-01-08
target-arm: Widen exclusive-access support struct fields to 64 bits
Peter Maydell
4
-46
/
+64
2014-01-08
target-arm: aarch64: add support for ld lit
Alexander Graf
1
-2
/
+45
2014-01-08
target-arm: A64: add support for conditional compare insns
Claudio Fontana
1
-13
/
+60
2014-01-08
target-arm: A64: add support for add/sub with carry
Claudio Fontana
1
-2
/
+103
2014-01-07
target-i386: Tidy ljmp
Richard Henderson
1
-2
/
+1
2014-01-07
target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v
Richard Henderson
1
-9
/
+9
2014-01-07
target-i386: Tidy some size computation
Richard Henderson
1
-3
/
+3
2014-01-07
target-i386: Remove gen_op_mov_reg_A0
Richard Henderson
1
-6
/
+1
2014-01-07
target-i386: Remove gen_op_mov_TN_reg
Richard Henderson
1
-64
/
+59
2014-01-07
target-i386: Remove gen_op_addl_T0_T1
Richard Henderson
1
-8
/
+3
2014-01-07
target-i386: Remove gen_op_mov_reg_T1
Richard Henderson
1
-18
/
+13
2014-01-07
target-i386: Remove gen_op_mov_reg_T0
Richard Henderson
1
-70
/
+65
2014-01-07
target-i386: Tidy cpu_regs initialization
Richard Henderson
1
-51
/
+36
2014-01-07
target_i386: Clean up gen_pop_T0
Richard Henderson
1
-47
/
+37
2014-01-07
target-i386: Combine gen_push_T* into gen_push_v
Richard Henderson
1
-74
/
+32
2014-01-07
target-i386: Tidy addr16 code in gen_lea_modrm
Richard Henderson
1
-18
/
+16
2014-01-07
target-i386: Change dflag to TCGMemOp
Richard Henderson
1
-284
/
+216
2014-01-07
target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp
Richard Henderson
1
-24
/
+8
2014-01-07
target-i386: Change aflag to TCGMemOp
Richard Henderson
1
-91
/
+87
2014-01-07
target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp
Richard Henderson
1
-10
/
+10
2014-01-07
target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp
Richard Henderson
1
-54
/
+22
2014-01-07
target-i386: Use TCGMemOp for 'ot' variables
Richard Henderson
1
-50
/
+70
2014-01-07
target-i386: Remove gen_op_andl_A0_ffff
Richard Henderson
1
-20
/
+13
2014-01-07
target-i386: Remove gen_op_movl_T0_T1
Richard Henderson
1
-6
/
+1
2014-01-07
target-i386: Remove gen_op_andl_T0_im
Richard Henderson
1
-11
/
+9
2014-01-07
target-i386: Remove gen_op_andl_T0_ffff
Richard Henderson
1
-25
/
+18
2014-01-07
target-i386: Remove gen_movtl_T*_im
Richard Henderson
1
-13
/
+3
2014-01-07
target-i386: Remove gen_op_mov*_A0_im
Richard Henderson
1
-15
/
+2
2014-01-07
target-i386: Remove gen_op_movl_T0_im*
Richard Henderson
1
-20
/
+10
2014-01-07
target-i386: Remove gen_op_movl_T0_im*
Richard Henderson
1
-22
/
+10
2014-01-07
target-i386: Remove gen_op_movl_T0_0
Richard Henderson
1
-11
/
+6
[prev]
[next]