aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.c
AgeCommit message (Expand)Author
2013-06-05update files to correct FSF addressSpencer Oliver
2012-08-24build: fix clang warningsMartin Nowak
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin
2010-06-15arm_simulator: -Wshadow warning fixesØyvind Harboe
2010-04-10ARM_SIMULATOR: review scope of functionsAntonio Borneo
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-08ARM: minor simulator cleanupDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-10-27ARM: fix single-step of Thumb unconditional branchNicolas Pitre
2009-10-26ARM: fix Thumb mode handling when single-stepping register based branch insnsNicolas Pitre
2009-10-26ARM: allow proper single stepping of Thumb BL and BLX instructionsNicolas Pitre
2009-10-26ARM: call thumb_pass_branch_condition() only for actual branch opcodesNicolas Pitre
2009-10-19fix single step of bx instruction going into Thumb modeNicolas Pitre
2009-10-13fix pass_condition() LE condition code checkLennert Buytenhek
2009-08-27refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-04-14Solve problem with single stepping.mlu
2008-10-28Hongtao Zheng - fix a simulation error for "BX PC"oharboe
2008-10-23hontor <hontor@126.com> - fix simulation step errorsoharboe
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi
2008-01-11- debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-03-28- merged XScale branch back into trunkdrath