summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* NEON vldN optimizationPaul Brook2010-06-111-2/+4
* arm: fix arm kernel boot for non zero start addrLars Munch2010-05-311-1/+0Star
* arm: prevent coprocessor IO resetLars Munch2010-05-281-7/+7
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+0Star
* target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki2010-04-081-1/+1
* target-arm: resource leak fixes for iwmmxt disassembleLars Munch2010-04-081-0/+2
* Fix arm-linux-userPaul Brook2010-04-051-0/+2
* ARMv7-M reset fixesPaul Brook2010-04-052-10/+25
* target-arm: disable PAGE_EXEC for XN pagesRabin Vincent2010-03-271-3/+7
* target-arm: Fix handling of AL condition in IT instructionJohan Bengtsson2010-03-231-3/+5
* Large page TLB flushPaul Brook2010-03-171-21/+27
* target-arm: make RFE usable with any registerAdam Lackorzynski2010-03-131-1/+1
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0Star
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski2010-03-061-0/+1
* target-arm: neon vshll instruction fixJuha Riihimäki2010-02-281-0/+1
* target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio2010-02-281-2/+2
* ARM CP15 tls fixPaul Brook2010-02-231-9/+7Star
* target-arm: support thumb exception handlersRabin Vincent2010-02-191-3/+2Star
* target-arm: implement Thumb-2 exception returnRabin Vincent2010-02-191-2/+10
* target-arm: fix thumb CPSRabin Vincent2010-02-191-1/+1
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-062-16/+55
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0Star
* target-arm: fix strexdAurelien Jarno2009-12-241-1/+1
* ARM atomic ops rewritePaul Brook2009-11-224-176/+171Star
* ARM Cortex-A9 cpu supportPaul Brook2009-11-192-1/+36
* ARM FP16 supportPaul Brook2009-11-194-0/+105
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-273-47/+14Star
* target-arm: fix neon shift helper functionsJuha Riihimäki2009-10-271-12/+14
* target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki2009-10-271-14/+18
* target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki2009-10-272-1/+4
* target-arm: add support for neon vld1.64/vst1.64 instructionsJuha Riihimäki2009-10-271-52/+81
* target-arm: fix neon vshrn/vrshrn opsJuha Riihimäki2009-10-271-9/+3Star
* target-arm: fix incorrect temporary variable freeingJuha Riihimäki2009-10-261-2/+2
* target-arm: optimize thumb 32-bit multiplyJuha.Riihimaki@nokia.com2009-10-231-17/+1Star
* target-arm: cleanup internal resource leaksJuha Riihimäki2009-10-231-27/+89
* target-arm: fix sdiv helperAurelien Jarno2009-10-231-0/+2
* target-arm: use clz32() instead of a for loopAurelien Jarno2009-10-231-4/+2Star
* target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno2009-10-181-5/+7
* target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno2009-10-181-3/+3
* target-arm: remove T0 and T1Aurelien Jarno2009-10-171-2/+0Star
* target-arm: remove cpu_T for ARM once and for allFilip Navara2009-10-171-26/+0Star
* target-arm: convert VFP not to use cpu_TFilip Navara2009-10-171-28/+22Star
* target-arm: convert disas_iwmmxt_insn not to use cpu_TFilip Navara2009-10-171-252/+219Star
* target-arm: convert disas_dsp_insn not use cpu_TFilip Navara2009-10-171-39/+20Star
* target-arm: convert disas_neon_ls_insn not to use cpu_TFilip Navara2009-10-171-33/+34
* target-arm: convert disas_neon_data_insn and helpers not to use cpu_TFilip Navara2009-10-171-296/+271Star
* target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_TFilip Navara2009-10-171-41/+56
* target-arm: replace thumb usage of cpu_T registers by proper register allocat...Filip Navara2009-10-171-129/+139
* target-arm: fix TANDC and TORC instructionsFilip Navara2009-10-171-0/+2