aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2011-07-20Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-22target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK accessSebastian Huber
2011-06-22target-arm: Minimal implementation of performance countersPeter Maydell
2011-06-22Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell
2011-06-22target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell
2011-06-22target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell
2011-06-22target-arm: Add helper function to generate code to get fpstatus pointerPeter Maydell
2011-06-22Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell
2011-05-23target-arm/exec.h: Remove unused #define of M0Peter Maydell
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell
2011-05-15target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil
2011-04-27target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell
2011-04-27target-arm: fix LDMIA bug on page boundaryYuYeon Oh
2011-04-25target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structuresPeter Maydell
2011-04-25target-arm: Handle UNDEFs for Neon single element load/storesPeter Maydell
2011-04-20target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell
2011-04-20Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-17move helpers.h to helper.hLluís
2011-04-16Fix some typos in comments and documentationStefan Weil
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki
2011-04-12target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell
2011-04-12target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VEXTPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell
2011-04-12target-arm: Collapse VSRI case into VSHL, VSLIPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon "2 regs and shift" insnsPeter Maydell
2011-04-12target-arm: Simplify three-register pairwise codeJuha Riihimäki
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-same insnsPeter Maydell