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: convert disas_neon_ls_insn not to use cpu_T
Filip Navara
2009-10-17
1
-33
/
+34
*
target-arm: convert disas_neon_data_insn and helpers not to use cpu_T
Filip Navara
2009-10-17
1
-296
/
+271
*
target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T
Filip Navara
2009-10-17
1
-41
/
+56
*
target-arm: replace thumb usage of cpu_T registers by proper register allocat...
Filip Navara
2009-10-17
1
-129
/
+139
*
target-arm: fix TANDC and TORC instructions
Filip Navara
2009-10-17
1
-0
/
+2
*
target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG
Filip Navara
2009-10-17
3
-73
/
+142
*
target-arm: convert gen_lookup_tb not to use cpu_T
Filip Navara
2009-10-17
1
-2
/
+1
*
target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...
Filip Navara
2009-10-17
1
-20
/
+24
*
target-arm: fix SRS/RFE instructions
Filip Navara
2009-10-17
1
-15
/
+16
*
target-arm: remove unused gen_movl_T2_reg function
Filip Navara
2009-10-17
1
-5
/
+0
*
target-arm: remove useless line that sets register that is never used again
Filip Navara
2009-10-17
1
-1
/
+0
*
target-arm: get rid of temporary variable cache
Filip Navara
2009-10-17
1
-28
/
+3
*
target-arm: use tcg_global_mem_new_i32 to allocate registers
Filip Navara
2009-10-17
1
-17
/
+23
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
2
-3
/
+3
*
Get rid of _t suffix
malc
2009-10-01
2
-3
/
+3
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-2
/
+2
*
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
Nathan Froyd
2009-08-24
1
-0
/
+1
*
Save/restore ARMv6 MMU state
Paul Brook
2009-07-31
2
-2
/
+22
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
5
-10
/
+5
*
Remove unused gen_bx_T0 function.
Filip Navara
2009-06-24
1
-8
/
+0
*
Convert machine registration to use module init functions
Anthony Liguori
2009-05-21
1
-25
/
+0
*
fix ARMv7 data processing instructions
Juha Riihimäki
2009-05-15
1
-13
/
+26
*
fix ARMv7 data processing instructions
Juha Riihimäki
2009-05-15
1
-77
/
+111
*
Syborg (Symbian Virtual Platform) board
Paul Brook
2009-05-14
1
-0
/
+1
*
Fixe ARM NEON vrshl.
Paul Brook
2009-05-09
1
-2
/
+2
*
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
2009-04-24
1
-0
/
+1
*
qemu: per-arch cpu_has_work (Marcelo Tosatti)
aliguori
2009-04-24
1
-2
/
+7
*
target-arm: don't use T[x] in helper
aurel32
2009-04-07
1
-1
/
+1
*
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-04-05
1
-0
/
+1
*
Fix ARM quadword VDUP (core register).
pbrook
2009-03-17
1
-4
/
+6
*
tcg: rename bswap_i32/i64 functions
aurel32
2009-03-13
1
-6
/
+6
*
Fix correct reset value for ARM CP15 c1 auxiliary control register
aurel32
2009-03-07
1
-1
/
+1
*
clean build: Fix arm build warnings
aurel32
2009-03-07
1
-1
/
+1
*
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
2009-03-07
1
-1
/
+2
*
Fix cpu_arm_handle_mmu_fault warning
aurel32
2009-02-07
2
-3
/
+2
*
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-4
/
+0
*
Log reset events (Jan Kiszka)
aliguori
2009-01-26
1
-0
/
+6
*
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
2009-01-15
1
-1
/
+1
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-4
/
+4
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
5
-5
/
+5
*
Implement flush-to-zero mode (denormal results are replaced with zero).
pbrook
2008-12-19
1
-1
/
+2
*
Implement default-NaN mode.
pbrook
2008-12-19
1
-0
/
+2
*
Implement ARMv7 cp15 cache ID registers.
pbrook
2008-12-19
2
-7
/
+28
*
Implement (very) basic Thumb2-EE support. This doesn't actually implement
pbrook
2008-12-19
4
-1
/
+94
*
Fix VFP fixed point conversion routines.
pbrook
2008-12-19
2
-9
/
+13
*
Implement ARMv7 MMU access permissions.
pbrook
2008-12-19
1
-1
/
+11
*
ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).
balrog
2008-12-15
1
-0
/
+2
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
1
-2
/
+0
*
Remove FORCE_RET() and RETURN()
aurel32
2008-12-07
1
-5
/
+0
[prev]
[next]