summaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2009-10-17target-arm: convert gen_lookup_tb not to use cpu_TFilip Navara
2009-10-17target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...Filip Navara
2009-10-17target-arm: fix SRS/RFE instructionsFilip Navara
2009-10-17target-arm: remove unused gen_movl_T2_reg functionFilip Navara
2009-10-17target-arm: remove useless line that sets register that is never used againFilip Navara
2009-10-17target-arm: get rid of temporary variable cacheFilip Navara
2009-10-17target-arm: use tcg_global_mem_new_i32 to allocate registersFilip Navara
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-31Save/restore ARMv6 MMU statePaul Brook
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-24Remove unused gen_bx_T0 function.Filip Navara
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki
2009-05-15fix ARMv7 data processing instructionsJuha Riihimäki
2009-05-14Syborg (Symbian Virtual Platform) boardPaul Brook
2009-05-09Fixe ARM NEON vrshl.Paul Brook
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-04-07target-arm: don't use T[x] in helperaurel32
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-17Fix ARM quadword VDUP (core register).pbrook
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-07Fix correct reset value for ARM CP15 c1 auxiliary control registeraurel32
2009-03-07clean build: Fix arm build warningsaurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-07Fix cpu_arm_handle_mmu_fault warningaurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-19Implement flush-to-zero mode (denormal results are replaced with zero).pbrook
2008-12-19Implement default-NaN mode.pbrook
2008-12-19Implement ARMv7 cp15 cache ID registers.pbrook
2008-12-19Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook
2008-12-19Fix VFP fixed point conversion routines.pbrook
2008-12-19Implement ARMv7 MMU access permissions.pbrook
2008-12-15ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).balrog
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-07Remove FORCE_RET() and RETURN()aurel32
2008-12-07ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog
2008-12-07ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog
2008-12-07Patch holes in ARM translation (Laurent Desnogues).balrog
2008-12-07ARM: cosmetics (Laurent Desnogues).balrog
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori