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
*
ARM: Fix decoding of VQSHL/VQSHLU immediate forms
Peter Maydell
2011-01-12
1
-15
/
+36
*
ARM: add neon helpers for VQSHLU
Juha Riihimäki
2011-01-12
2
-0
/
+51
*
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
2011-01-06
1
-1
/
+7
*
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
2011-01-06
1
-1
/
+1
*
target-arm: fix SMMLA/SMMLS instructions
Aurelien Jarno
2011-01-06
1
-45
/
+51
*
target-arm: fix UMAAL instruction
Aurelien Jarno
2010-12-31
1
-10
/
+22
*
target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9
Juha Riihimäki
2010-12-27
1
-0
/
+2
*
target-arm: correct cp15 c1_sys reset value for cortex-a8
Mattias Holm
2010-12-27
1
-0
/
+1
*
target-arm: fix vmsav6 access control
Juha Riihimäki
2010-12-27
1
-15
/
+19
*
target-arm: Correct result in saturating cases for VQSHL of s8/16/32
Peter Maydell
2010-12-27
1
-3
/
+12
*
target-arm: remove pointless else clause in VQSHL of u64
Juha Riihimäki
2010-12-27
1
-2
/
+0
*
target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64
Peter Maydell
2010-12-27
1
-1
/
+1
*
target-arm: Fix VQSHL of signed 64 bit values
Juha Riihimäki
2010-12-27
1
-1
/
+1
*
target-arm: Fix arguments passed to VQSHL helpers
Juha Riihimäki
2010-12-27
1
-2
/
+2
*
target-arm: fix bug in translation of REVSH
Aurelien Jarno
2010-12-27
1
-7
/
+3
*
ARM: Implement VCVT to 16 bit integer using new softfloat routines
Peter Maydell
2010-12-07
1
-1
/
+1
*
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
Peter Maydell
2010-12-07
1
-1
/
+1
*
ARM: Return correct result for single<->double conversion of NaN
Peter Maydell
2010-12-07
1
-2
/
+10
*
ARM: Return correct result for float-to-integer conversion of NaN
Peter Maydell
2010-12-07
1
-0
/
+27
*
ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion
Peter Maydell
2010-12-07
1
-4
/
+4
*
ARM: Fix decoding of Neon forms of VCVT between float and fixed point
Peter Maydell
2010-12-07
1
-2
/
+6
*
ARM: Fix decoding of VFP forms of VCVT between float and int/fixed
Peter Maydell
2010-12-07
1
-7
/
+12
*
ARM: fix ldrexd/strexd
Peter Maydell
2010-12-07
1
-3
/
+5
*
target-arm: Handle 'smc' as an undefined instruction
Adam Lackorzynski
2010-12-07
1
-1
/
+8
*
target-arm: Fix mixup in decoding of saturating add and sub
Johan Bengtsson
2010-12-07
1
-2
/
+2
*
target-arm: Add support for PKHxx in thumb2
Johan Bengtsson
2010-12-07
1
-18
/
+45
*
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
Peter Maydell
2010-12-03
2
-0
/
+14
*
ARM: enable XScale/iWMMXT in linux-user mode
Peter Maydell
2010-12-03
1
-0
/
+6
*
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2010-12-03
2
-16
/
+0
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
3
-4
/
+5
*
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
2010-07-03
1
-1
/
+0
*
move cpu_pc_from_tb to target-*/exec.h
Paolo Bonzini
2010-07-03
2
-5
/
+6
*
target-arm : fix parallel saturated subtraction implementation
Chih-Min Chao
2010-07-01
1
-2
/
+2
*
target-arm : fix thumb2 parallel add/sub opcode decoding
Chih-Min Chao
2010-07-01
1
-2
/
+2
*
target-arm: fix addsub/subadd implementation
Chih-Min Chao
2010-07-01
1
-4
/
+4
*
NEON vldN optimization
Paul Brook
2010-06-11
1
-2
/
+4
*
arm: fix arm kernel boot for non zero start addr
Lars Munch
2010-05-31
1
-1
/
+0
*
arm: prevent coprocessor IO reset
Lars Munch
2010-05-28
1
-7
/
+7
*
arm: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-1
/
+0
*
target-arm: fix neon vmon/vmvn with modified immediate
Juha Riihimäki
2010-04-08
1
-1
/
+1
*
target-arm: resource leak fixes for iwmmxt disassemble
Lars Munch
2010-04-08
1
-0
/
+2
*
Fix arm-linux-user
Paul Brook
2010-04-05
1
-0
/
+2
*
ARMv7-M reset fixes
Paul Brook
2010-04-05
2
-10
/
+25
*
target-arm: disable PAGE_EXEC for XN pages
Rabin Vincent
2010-03-27
1
-3
/
+7
*
target-arm: Fix handling of AL condition in IT instruction
Johan Bengtsson
2010-03-23
1
-3
/
+5
*
Large page TLB flush
Paul Brook
2010-03-17
1
-21
/
+27
*
target-arm: make RFE usable with any register
Adam Lackorzynski
2010-03-13
1
-1
/
+1
*
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
2010-03-12
1
-5
/
+0
*
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
Richard Henderson
2010-03-12
1
-0
/
+3
*
target-arm: Fix missing 'return' in SRS handling.
Adam Lackorzynski
2010-03-06
1
-0
/
+1
[next]