index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNs
Peter Maydell
2011-05-15
1
-13
/
+40
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-05-12
1
-5
/
+5
|
\
|
*
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
2011-05-08
1
-3
/
+3
|
*
Fix typos in comments (neccessary -> necessary)
Stefan Weil
2011-05-08
1
-2
/
+2
*
|
target-arm: Privatize CPU_INTERRUPT_FIQ.
Richard Henderson
2011-05-08
1
-0
/
+4
|
/
*
target-arm: Don't update base register on abort in Thumb T1 LDM
Peter Maydell
2011-04-27
1
-3
/
+14
*
target-arm: fix LDMIA bug on page boundary
YuYeon Oh
2011-04-27
1
-1
/
+9
*
target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structures
Peter Maydell
2011-04-25
1
-0
/
+15
*
target-arm: Handle UNDEFs for Neon single element load/stores
Peter Maydell
2011-04-25
1
-0
/
+34
*
target-arm: Set Invalid flag for NaN in float-to-int conversions
Peter Maydell
2011-04-20
1
-0
/
+9
*
Implement basic part of SA-1110/SA-1100
Dmitry Eremin-Solenikov
2011-04-20
2
-0
/
+12
*
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-20
1
-1
/
+1
*
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
2011-04-20
1
-4
/
+3
*
move helpers.h to helper.h
Lluís
2011-04-17
6
-7
/
+7
*
Fix some typos in comments and documentation
Stefan Weil
2011-04-16
1
-1
/
+1
*
target-arm: Don't overflow when calculating value for signed VABAL
Peter Maydell
2011-04-13
1
-17
/
+21
*
target-arm: Detect tininess before rounding for FP operations
Peter Maydell
2011-04-12
1
-0
/
+4
*
target-arm: Handle UNDEF cases for VDUP (scalar)
Juha Riihimäki
2011-04-12
1
-0
/
+3
*
target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF
Peter Maydell
2011-04-12
1
-1
/
+8
*
target-arm: Handle UNDEF cases for Neon 2 register misc forms
Peter Maydell
2011-04-12
1
-5
/
+16
*
target-arm: Simplify checking of size field in Neon 2reg-misc forms
Peter Maydell
2011-04-12
1
-76
/
+179
*
target-arm: Handle UNDEF cases for VEXT
Peter Maydell
2011-04-12
1
-0
/
+4
*
target-arm: Handle UNDEF cases for Neon 2 regs + scalar forms
Peter Maydell
2011-04-12
1
-10
/
+27
*
target-arm: Handle UNDEF cases for Neon 3-regs-different-widths
Peter Maydell
2011-04-12
1
-20
/
+36
*
target-arm: Handle UNDEF cases for Neon invalid modified-immediates
Peter Maydell
2011-04-12
1
-0
/
+10
*
target-arm: Collapse VSRI case into VSHL, VSLI
Peter Maydell
2011-04-12
1
-4
/
+0
*
target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns
Peter Maydell
2011-04-12
1
-19
/
+22
*
target-arm: Simplify three-register pairwise code
Juha Riihimäki
2011-04-12
1
-11
/
+8
*
target-arm: Handle UNDEF cases for Neon 3-regs-same insns
Peter Maydell
2011-04-12
1
-11
/
+43
*
target-arm: Use lookup table for size check on Neon 3-reg-same insns
Peter Maydell
2011-04-12
1
-64
/
+133
*
arm: basic support for ARMv4/ARMv4T emulation
Dmitry Eremin-Solenikov
2011-04-10
3
-12
/
+80
*
Fix conversions from pointer to tcg_target_long
Stefan Weil
2011-04-10
1
-1
/
+1
*
target-arm: Make Neon helper routines use correct FP status
Peter Maydell
2011-04-04
1
-2
/
+1
*
target-arm: Use global env in iwmmxt_helper.c helpers
Peter Maydell
2011-04-04
3
-175
/
+156
*
target-arm: Use global env in neon_helper.c helpers
Peter Maydell
2011-04-04
3
-206
/
+191
*
target-arm/helper.c: For float-int conversion helpers pass ints as ints
Peter Maydell
2011-04-03
2
-130
/
+85
*
target-arm: Use new softfloat min/max functions for VMAX, VMIN
Peter Maydell
2011-04-03
1
-6
/
+2
*
target-arm: Correct ABD's handling of negative zeroes
Peter Maydell
2011-04-03
1
-3
/
+1
*
target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handling
Peter Maydell
2011-04-03
1
-6
/
+12
*
target-arm: Return right result for Neon comparison with NaNs
Peter Maydell
2011-04-03
1
-10
/
+18
*
target-arm/neon_helper.c: Use make_float32/float32_val macros
Peter Maydell
2011-04-03
1
-39
/
+17
*
target-arm: Don't leak TCG temp for UNDEFs in Neon load/store space
Peter Maydell
2011-04-01
1
-2
/
+6
*
target-arm: Fix VLD of single element to all lanes
Peter Maydell
2011-04-01
1
-25
/
+59
*
target-arm: use make_float32() to make constant floats for VRSQRTS
Peter Maydell
2011-03-22
1
-6
/
+5
*
target-arm: Fix VRECPS edge cases handling
Peter Maydell
2011-03-22
1
-3
/
+8
*
target-arm: Fix TCG temporary leaks for scalar VMULL
Peter Maydell
2011-03-22
1
-0
/
+2
*
target-arm: Set Q bit for overflow in SMUAD and SMLAD
Peter Maydell
2011-03-22
1
-4
/
+12
*
target-arm: Fix GE bits for v6media signed modulo arithmetic
Peter Maydell
2011-03-22
1
-2
/
+2
*
target-arm: Fix UNDEF cases in Thumb load/store
Peter Maydell
2011-03-22
1
-11
/
+18
*
inline cpu_halted into sole caller
Paolo Bonzini
2011-03-13
1
-13
/
+0
[next]