| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -168/+3 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -3/+3 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -167/+0 |
* | ARM: remove mrc_opcode(), use MRC() or MCR() | David Brownell | 2009-12-07 | 1 | -12/+0 |
* | ARM: doc updates for main header | David Brownell | 2009-12-04 | 1 | -3/+11 |
* | ARM: rename armv4_5_build_reg_cache() as arm_*() | David Brownell | 2009-12-04 | 1 | -2/+1 |
* | ARM: rename armv4_5_algorithm as arm_algorithm | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: misc generic cleanup | David Brownell | 2009-12-04 | 1 | -9/+17 |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 1 | -2/+2 |
* | ARM: switch target_to_armv4_5() to target_to_arm() | David Brownell | 2009-12-04 | 1 | -2/+0 |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | ARM: rename armv4_5_mode_* AS arm_mode_* | David Brownell | 2009-12-04 | 1 | -11/+11 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -9/+9 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -3/+3 |
* | ARM: remove semihosting globals | David Brownell | 2009-12-04 | 1 | -0/+6 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "command.h" to <helper/command.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -0/+15 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -1/+4 |
* | ARM: new DPM interface | David Brownell | 2009-11-24 | 1 | -0/+6 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 1 | -3/+0 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -0/+8 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -11/+5 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -3/+3 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -2/+0 |
* | ARM: remove per-register malloc | David Brownell | 2009-11-19 | 1 | -0/+1 |
* | ARMv7-A: use standard ARM core states | David Brownell | 2009-11-19 | 1 | -0/+1 |
* | ARM: setup "secure monitor mode" shadow regs | David Brownell | 2009-11-18 | 1 | -2/+3 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 1 | -1/+9 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -3/+3 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 1 | -2/+2 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -0/+2 |
* | target: don't include "log.h" from "armv4_5.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | ARM: move mode functions out of header | David Brownell | 2009-11-16 | 1 | -38/+4 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -1/+1 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -3/+6 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_core_reg_t -> struct armv4_5_core_reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -0/+1 |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 1 | -5/+31 |