summaryrefslogtreecommitdiff
path: root/sim/arm/armemu.c
AgeCommit message (Expand)Author
2016-07-14Small improvements to the ARM simulator to cope with illegal binaries.Nick Clifton
2015-12-25sim: arm: delete unused codeMike Frysinger
2015-12-15Fix invalid left shift of negative valueDominik Vogt
2015-06-28Add support for ARM v6 instructions.Nick Clifton
2015-03-30sim: arm: delete NEED_UI_LOOP_HOOK handlingMike Frysinger
2015-03-30sim: arm: clean up misc warningsMike Frysinger
2014-03-14Add support for instruction level tracing to the ARM simulator.Nick Clifton
2014-03-14Prevent writes to R15 via LDR or LDM from changing the ARM/Thumb state in pre...David McQuillan
2013-05-15sim: arm: add support for MOVW and MOVT instructionsMike Frysinger
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker
2007-02-15* armemu.c (handle_v6_insn): Fix typo in sign extension test of the sext and ...Nick Clifton
2005-09-192005-09-19 Paul Brook <paul@codesourcery.com>Paul Brook
2005-05-12Update the address of the FSF organizationNick Clifton
2005-04-25* armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructi...Nick Clifton
2004-06-29Index: mn10200/ChangeLogAndrew Cagney
2003-03-30Remove use of __IWMMXT__.Nick Clifton
2003-03-27Add iWMMXt support to ARM simulatorNick Clifton
2002-07-05Add checks to catch invaliud XScale MIA, MIAPH and MIAxy instructions.Nick Clifton
2002-05-27Only perform access checks if 'check' is set.Nick Clifton
2002-01-10Fix parameters passed to CPRead[13] and CPRead[14].Nick Clifton
2001-10-18Add support for XScale's coprocessor access check register.Nick Clifton
2001-05-11Fix handling of XScale LDRD and STRD instructions with post indexed addressin...Nick Clifton
2001-04-18* XScale coprocessor support.Matthew Green
2001-02-28Add support for disabling alignment checks when performing GDB interfaceNick Clifton
2001-02-16Remove Prefetch abort for breakpoints. Instead set the state to RESUME.Nick Clifton
2001-02-15Add code to preserve processor mode when a prefetchNick Clifton
2001-02-01Add parentheses ready for future conbtributionNick Clifton
2001-02-01Update base address register after restoring register bank.Nick Clifton
2000-12-19Fix test for StoreDouble Instruction.Nick Clifton
2000-12-08oops - remove redundant prototype introduced in previous deltaNick Clifton
2000-12-08Add emulation of double word load and store instructions.Nick Clifton
2000-11-30Add support for ARM's v5TE architecture and Intel's XScale extenstionsNick Clifton
2000-08-15Compute write back value for post increment loads beforeNick Clifton
2000-07-04* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.Alexandre Oliva
2000-07-04* armemu.h (INSN_SIZE): New macro.Alexandre Oliva
2000-07-04* armemu.c (LoadSMult): Use WriteR15() to discard the leastAlexandre Oliva
2000-07-04* armemu.h (WRITEDESTB): New macro.Alexandre Oliva
2000-07-04* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.Alexandre Oliva
2000-07-04* armemu.c (ARMul_Emulate): Compute writeback value beforeAlexandre Oliva
2000-06-22* armemu.c (Multiply64): Fix computation of flag N.Alexandre Oliva
2000-06-22* armemu.c (MultiplyAdd64): Fix computation of flag N.Alexandre Oliva
2000-05-30Add support for v4 SystemMode.Nick Clifton
2000-04-10* arm abort fixFrank Ch. Eigler
2000-02-08Fix compile time warning messages.Nick Clifton
2000-02-05import gdb-2000-02-04 snapshotJason Molenda
1999-12-07import gdb-1999-12-06 snapshotJason Molenda
1999-07-12import gdb-1999-07-12 snapshotJason Molenda
1999-04-26import gdb-19990422 snapshotStan Shebs
1999-04-16Initial creation of sourceware repositoryStan Shebs