index
:
platform/upstream/binutils
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel
develop
gold
pristine-tar
sandbox/akazmin/annobin_tizen_version
sandbox/akazmin/tizen6_watermarking
sandbox/cometzero/tizen
sandbox/denis13/LTO
sandbox/denis13/LTObu2.27
sandbox/denis13/ubsan
sandbox/dkson95/2.27
sandbox/dkson95/2.40
sandbox/dkson95/2.42
sandbox/dkson95/2.43
sandbox/dkson95/5.5_test
sandbox/dkson95/binutils-libs
sandbox/dkson95/gas
sandbox/dkson95/hardfp
sandbox/dkson95/libbacktrace
sandbox/dkson95/lto
sandbox/dkson95/relro
sandbox/dkson95/rpath
sandbox/empy/vsystt
sandbox/ipalachev/tizen
sandbox/jaehun77/hardfp
sandbox/jaehun77/linaro_binutils-2_25-2015_01-2
sandbox/kama0924/linaro_binutils-2_25-2015_01-2
sandbox/lstelmach/binutils-2.33-to-2.38-tizen
sandbox/lstelmach/binutils-2.33-to-2.38-tizenb
sandbox/lstelmach/binutils-2_39
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/gnu_properties
sandbox/mkashkarov/testresults
sandbox/nbozhenov/lto
sandbox/playchang/binutils-2_39
sandbox/sangminseo/asan-build
sandbox/v.orazov/enable_gdb1
sandbox/vbarinov/2.25
sandbox/vbarinov/binutils-libs
sandbox/vbarinov/failtest
sandbox/vbarinov/nolibs
sandbox/vbarinov/tizen
sandbox/vbarinov/x86_64-cross-i586
sandbox/y.yamshchiko/asan
test_2.24.90
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_2.27
tizen_base_2.40
tizen_base_2.42
tizen_base_dev
tizen_base_old
tizen_ivi_genivi
tizen_ivi_release
toolchain_upgrade
upstream
upstream-2.25
upstream-2.27
upstream-2.33.1
upstream-2.40
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sim
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2002-07-05
Add checks to catch invaliud XScale MIA, MIAPH and MIAxy instructions.
Nick Clifton
2
-68
/
+79
2002-06-21
Set correct value for ADP_Stopped_RunTimeError
Nick Clifton
2
-40
/
+41
2002-06-16
Import current --enable-gdb-build-warnings.
Andrew Cagney
2
-0
/
+6
2002-06-12
Add the file include/gdb/sim-arm.h defining an enum that specifies the
Andrew Cagney
3
-12
/
+91
2002-06-09
Move include/callback.h and include/remote-sim.h to include/gdb/.
Andrew Cagney
3
-3
/
+8
2002-05-29
Set the FSR and FAR registers if a Data Abort is detected.
Nick Clifton
2
-1
/
+13
2002-05-27
Only perform access checks if 'check' is set.
Nick Clifton
7
-18
/
+25
2002-05-27
Thumb BL instruction: Do not set LR to pc + 2, it has already been advanced.
Nick Clifton
2
-4
/
+11
2002-05-23
When decoding a BLX(1) instruction do not add in the second bit of the base
Nick Clifton
2
-5
/
+8
2002-05-21
Simulate XScale BCUMOD register
Nick Clifton
2
-3
/
+15
2002-05-20
Add support for target specific command line switches to old-style simualtors.
Nick Clifton
5
-250
/
+464
2002-05-09
Uses sim callback interface for system calls in RedBoot SWI support.
Nick Clifton
1
-8
/
+13
2002-05-09
Support the RedBoot SWI in ARM mode and some of its system calls.
Nick Clifton
2
-30
/
+109
2002-03-18
Increase default memory size to 8MB.
Anthony Green
2
-1
/
+5
2002-02-21
* armos.c (SWIWrite0): Use generic host_callback mechanism
Keith Seitz
2
-31
/
+50
2002-02-05
Modify previous patch so that it is only triggered for COFF format executables.
Nick Clifton
2
-11
/
+20
2002-02-04
If a v5 architecture is detected, assume it might be an XScale binary, since
Nick Clifton
2
-0
/
+15
2002-01-10
Fix parameters passed to CPRead[13] and CPRead[14].
Nick Clifton
4
-423
/
+478
2002-01-09
General format tidy ups
Nick Clifton
2
-45
/
+51
2002-01-09
Fix bug detected by GDB testsuite - when fetching registers more than 4
Nick Clifton
2
-5
/
+19
2001-11-16
2001-11-16 Ben Harris <bjh21@netbsd.org>
Ben Harris
2
-2
/
+8
2001-10-18
Add support for XScale's coprocessor access check register.
Nick Clifton
5
-988
/
+944
2001-05-11
Fix handling of XScale LDRD and STRD instructions with post indexed addressin...
Nick Clifton
2
-6
/
+11
2001-05-08
Check Mode not Bank in order to determine rocesor mode.
Nick Clifton
2
-1
/
+7
2001-04-18
* XScale coprocessor support.
Matthew Green
6
-22
/
+284
2001-03-20
Do not enable alignment checking when loading unaligned thumb instructions.
Nick Clifton
2
-2
/
+7
2001-03-06
Fix BLX(1) for Thumb
Nick Clifton
2
-5
/
+24
2001-02-28
Add support for disabling alignment checks when performing GDB interface
Nick Clifton
8
-44
/
+95
2001-02-16
Remove Prefetch abort for breakpoints. Instead set the state to RESUME.
Nick Clifton
2
-12
/
+7
2001-02-15
Add code to preserve processor mode when a prefetch
Nick Clifton
2
-0
/
+14
2001-02-14
Reset processor into ARM mode for any machine type except the early ARMs.
Nick Clifton
2
-12
/
+20
2001-02-14
remove spurious whitespace
Nick Clifton
1
-6
/
+6
2001-02-14
Prevent Aborts from happening whilst emulating a SWI
Nick Clifton
2
-62
/
+83
2001-02-12
Fix definition of NEGBRANCH
Nick Clifton
2
-1
/
+6
2001-02-01
Add parentheses ready for future conbtribution
Nick Clifton
1
-39
/
+63
2001-02-01
Update base address register after restoring register bank.
Nick Clifton
2
-26
/
+64
2001-02-01
Detect installation of SWI vector by running program as well as loading program.
Nick Clifton
5
-7
/
+18
2000-12-19
Fix test for StoreDouble Instruction.
Nick Clifton
2
-12
/
+17
2000-12-11
Add 0x91 as an FPE SWI.
Nick Clifton
2
-0
/
+5
2000-12-08
oops - remove redundant prototype introduced in previous delta
Nick Clifton
1
-2
/
+0
2000-12-08
Add emulation of double word load and store instructions.
Nick Clifton
2
-3
/
+348
2000-12-03
Suppress support of DEMON swi's in XScale mode.
Nick Clifton
2
-71
/
+109
2000-11-30
Add support for ARM's v5TE architecture and Intel's XScale extenstions
Nick Clifton
10
-250
/
+1763
2000-09-15
Replace StrongARM property with v4 and v5 properties.
Nick Clifton
6
-90
/
+119
2000-08-15
Compute write back value for post increment loads before
Nick Clifton
2
-34
/
+47
2000-07-14
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser
2
-1
/
+5
2000-07-14
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser
2
-0
/
+9
2000-07-04
* armvirt.c (ABORTS): Do not define.
Alexandre Oliva
2
-1
/
+3
2000-07-04
* armdefs.h (struct ARMul_State): Add is_StrongARM.
Alexandre Oliva
5
-11
/
+59
2000-07-04
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
Alexandre Oliva
2
-1
/
+3
[next]