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
2011-01-16
target-sh4: use rotl/rotr when possible
Aurelien Jarno
1
-5
/
+3
2011-01-16
tcg/sparc64: fix segfault
Blue Swirl
1
-0
/
+7
2011-01-15
target-sh4: correct use of ! and &
Aurelien Jarno
1
-2
/
+2
2011-01-15
monitor: fix a typo
Blue Swirl
1
-2
/
+2
2011-01-14
make_device_config: Fix non-fatal error message with dash and other shells
Stefan Weil
1
-1
/
+1
2011-01-14
MAINTAINERS: add entries for TCG
Aurelien Jarno
1
-0
/
+53
2011-01-14
MAINTAINERS: Change MIPS and SH4 maintainers
Aurelien Jarno
1
-4
/
+4
2011-01-14
MAINTAINERS: fix typos
Aurelien Jarno
1
-2
/
+2
2011-01-14
target-arm: Restore IT bits when resuming after an exception
Peter Maydell
1
-0
/
+36
2011-01-14
linux-user: ARM: clear the IT bits when invoking a signal handler
Peter Maydell
1
-7
/
+9
2011-01-14
target-arm: Refactor translation of exception generating instructions
Peter Maydell
1
-28
/
+15
2011-01-14
target-arm: Remove redundant setting of IT bits before Thumb SWI
Peter Maydell
1
-1
/
+0
2011-01-14
target-arm: Translate with user-state from TB flags, not CPUState
Peter Maydell
1
-5
/
+1
2011-01-14
target-arm: Set privileged bit in TB flags correctly for M profile
Peter Maydell
1
-1
/
+7
2011-01-14
target-arm: Translate with condexec bits from TB flags, not CPUState
Peter Maydell
1
-3
/
+3
2011-01-14
target-arm: Translate with Thumb state from TB flags, not CPUState
Peter Maydell
1
-3
/
+3
2011-01-14
target-arm: Translate with VFP len/stride from TB flags, not CPUState
Peter Maydell
1
-3
/
+7
2011-01-14
target-arm: Translate with VFP-enabled from TB flags, not CPUState
Peter Maydell
1
-9
/
+5
2011-01-14
target-arm: Add symbolic constants for bitfields in TB flags
Peter Maydell
1
-6
/
+39
2011-01-14
target-arm: Don't generate code specific to current CPU mode for SRS
Peter Maydell
2
-33
/
+25
2011-01-14
target-arm: Use the standard FPSCR value for VRSQRTS
Peter Maydell
1
-1
/
+1
2011-01-14
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
Peter Maydell
2
-0
/
+18
2011-01-14
target-arm: Fix implementation of VRSQRTS
Peter Maydell
1
-1
/
+9
2011-01-14
softfloat: Add float32_is_zero_or_denormal() function
Peter Maydell
1
-0
/
+5
2011-01-14
lsi53c895a: fix endianness issues
Aurelien Jarno
1
-2
/
+2
2011-01-14
mips/malta: fix board id
Aurelien Jarno
1
-1
/
+1
2011-01-14
target-sh4: use setcond when possible
Aurelien Jarno
1
-29
/
+27
2011-01-14
target-sh4: log instructions start in TCG code
Aurelien Jarno
1
-0
/
+4
2011-01-14
target-sh4: simplify comparisons after a 'and' op
Aurelien Jarno
1
-3
/
+3
2011-01-14
target-sh4: fix reset on r2d
Aurelien Jarno
3
-19
/
+36
2011-01-14
target-sh4: optimize exceptions
Aurelien Jarno
2
-15
/
+12
2011-01-14
target-sh4: add ftrv instruction
Aurelien Jarno
3
-0
/
+38
2011-01-14
target-sh4: add fipr instruction
Aurelien Jarno
3
-0
/
+33
2011-01-14
target-sh4: implement FPU exceptions
Aurelien Jarno
1
-22
/
+136
2011-01-14
target-sh4: implement flush-to-zero
Aurelien Jarno
2
-0
/
+2
2011-01-14
target-sh4: define FPSCR constants
Aurelien Jarno
3
-9
/
+37
2011-01-14
target-sh4: use default-NaN mode
Aurelien Jarno
1
-0
/
+1
2011-01-14
softfloat: fix default-NaN mode
Aurelien Jarno
1
-18
/
+18
2011-01-14
softfloat: SH4 has the sNaN bit set
Aurelien Jarno
1
-5
/
+5
2011-01-14
target-sh4: switch sh4 to softfloat
Aurelien Jarno
1
-3
/
+3
2011-01-14
configure: fix broken test
Aurelien Jarno
1
-1
/
+1
2011-01-14
make trace options use autoconfy names
Paolo Bonzini
1
-4
/
+4
2011-01-14
move --srcdir detection earlier
Paolo Bonzini
1
-5
/
+7
2011-01-14
[PATCH v3 14/15] remove HOST_CC mention from roms/{sea, vga}bios/config.mak
Paolo Bonzini
1
-1
/
+0
2011-01-14
remove source_path_used
Paolo Bonzini
1
-29
/
+16
2011-01-14
move "ln -sf" emulation to a function
Paolo Bonzini
1
-15
/
+11
2011-01-14
reorganize sdl-config tests
Paolo Bonzini
1
-13
/
+13
2011-01-14
do not default to non-prefixed pkg-config when cross compiling
Paolo Bonzini
1
-2
/
+2
2011-01-14
fix spelling of $pkg_config, move default together with other cross tools
Paolo Bonzini
1
-17
/
+17
2011-01-14
provide portable HOST_LONG_BITS test
Paolo Bonzini
1
-7
/
+9
[prev]
[next]