index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm_simulator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-08-24
build: fix clang warnings
Martin Nowak
1
-2
/
+2
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-237
/
+101
2012-01-23
cleanup: rename armv4_5 to arm for readability
Spencer Oliver
1
-20
/
+20
2011-10-26
clang: fix warning about use of unitialized variable
Øyvind Harboe
1
-1
/
+1
2011-06-07
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...
Freddie Chopin
1
-9
/
+0
2010-06-15
arm_simulator: -Wshadow warning fixes
Øyvind Harboe
1
-11
/
+11
2010-04-10
ARM_SIMULATOR: review scope of functions
Antonio Borneo
1
-1
/
+1
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-0
/
+1
2009-12-04
ARM: switch target_to_armv4_5() to target_to_arm()
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename armv4_5_state_* as arm_state_*
David Brownell
1
-2
/
+2
2009-12-04
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
1
-3
/
+3
2009-12-04
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
1
-2
/
+2
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
1
-14
/
+14
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
1
-1
/
+1
2009-11-22
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
1
-1
/
+1
2009-11-22
ARM: simplify CPSR handling
David Brownell
1
-1
/
+1
2009-11-16
target: don't include "log.h" from "armv4_5.h"
David Brownell
1
-0
/
+1
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
1
-1
/
+0
2009-11-13
target_t -> struct target
Zachary T Welch
1
-2
/
+2
2009-11-13
armv4_5_common_t -> struct arm
Zachary T Welch
1
-8
/
+8
2009-11-13
arm_instruction_t -> struct arm_instruction
Zachary T Welch
1
-1
/
+1
2009-11-08
ARM: minor simulator cleanup
David Brownell
1
-25
/
+49
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
1
-12
/
+10
2009-10-27
ARM: fix single-step of Thumb unconditional branch
Nicolas Pitre
1
-2
/
+2
2009-10-26
ARM: fix Thumb mode handling when single-stepping register based branch insns
Nicolas Pitre
1
-22
/
+33
2009-10-26
ARM: allow proper single stepping of Thumb BL and BLX instructions
Nicolas Pitre
1
-0
/
+12
2009-10-26
ARM: call thumb_pass_branch_condition() only for actual branch opcodes
Nicolas Pitre
1
-8
/
+6
2009-10-19
fix single step of bx instruction going into Thumb mode
Nicolas Pitre
1
-1
/
+1
2009-10-13
fix pass_condition() LE condition code check
Lennert Buytenhek
1
-3
/
+3
2009-08-27
refactor arm simulator to allow arm11 code to use it as well - no observable ...
oharboe
1
-48
/
+129
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
1
-57
/
+57
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-8
/
+8
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
1
-24
/
+24
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-2
/
+2
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-7
/
+7
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
1
-2
/
+0
2009-04-14
Solve problem with single stepping.
mlu
1
-1
/
+8
2008-10-28
Hongtao Zheng - fix a simulation error for "BX PC"
oharboe
1
-0
/
+7
2008-10-23
hontor <hontor@126.com> - fix simulation step errors
oharboe
1
-3
/
+9
2008-10-14
Laurentiu Cocanu - add error handling
oharboe
1
-5
/
+21
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-5
/
+5
2008-03-01
- removed warnings "xxxxx" might be used uninitialized in this function (arm_...
mifi
1
-2
/
+2
2008-01-11
- debug handler file not closed - (thanks to oyvind harboe for the patch)
ntfreak
1
-3
/
+6
2007-05-29
- split fileio handling into fileio part and image handling
drath
1
-14
/
+36
2007-03-28
- merged XScale branch back into trunk
drath
1
-0
/
+684