GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sim
/
arm
/
armemu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for ARM v6 instructions.
Nick Clifton
2015-06-28
1
-68
/
+920
*
sim: arm: delete NEED_UI_LOOP_HOOK handling
Mike Frysinger
2015-03-30
1
-19
/
+0
*
sim: arm: clean up misc warnings
Mike Frysinger
2015-03-30
1
-1
/
+4
*
Add support for instruction level tracing to the ARM simulator.
Nick Clifton
2014-03-14
1
-15
/
+38
*
Prevent writes to R15 via LDR or LDM from changing the ARM/Thumb state in pre...
David McQuillan
2014-03-14
1
-2
/
+14
*
sim: arm: add support for MOVW and MOVT instructions
Mike Frysinger
2013-05-15
1
-4
/
+8
*
[sim] Update old contact info in GPL license notices
Joel Brobecker
2012-12-19
1
-2
/
+1
*
Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.
Joel Brobecker
2012-12-19
1
-1
/
+1
*
* armemu.c (handle_v6_insn): Fix typo in sign extension test of the sext and ...
Nick Clifton
2007-02-15
1
-1
/
+1
*
2005-09-19 Paul Brook <paul@codesourcery.com>
Paul Brook
2005-09-19
1
-26
/
+26
*
Update the address of the FSF organization
Nick Clifton
2005-05-12
1
-1
/
+1
*
* armemu.c (handle_v6_insn): New function - emulate a few of the v6 instructi...
Nick Clifton
2005-04-25
1
-0
/
+295
*
Index: mn10200/ChangeLog
Andrew Cagney
2004-06-29
1
-3
/
+3
*
Remove use of __IWMMXT__.
Nick Clifton
2003-03-30
1
-11
/
+3
*
Add iWMMXt support to ARM simulator
Nick Clifton
2003-03-27
1
-0
/
+27
*
Add checks to catch invaliud XScale MIA, MIAPH and MIAxy instructions.
Nick Clifton
2002-07-05
1
-68
/
+74
*
Only perform access checks if 'check' is set.
Nick Clifton
2002-05-27
1
-1
/
+1
*
Fix parameters passed to CPRead[13] and CPRead[14].
Nick Clifton
2002-01-10
1
-391
/
+417
*
Add support for XScale's coprocessor access check register.
Nick Clifton
2001-10-18
1
-444
/
+437
*
Fix handling of XScale LDRD and STRD instructions with post indexed addressin...
Nick Clifton
2001-05-11
1
-6
/
+6
*
* XScale coprocessor support.
Matthew Green
2001-04-18
1
-20
/
+87
*
Add support for disabling alignment checks when performing GDB interface
Nick Clifton
2001-02-28
1
-2
/
+2
*
Remove Prefetch abort for breakpoints. Instead set the state to RESUME.
Nick Clifton
2001-02-16
1
-12
/
+2
*
Add code to preserve processor mode when a prefetch
Nick Clifton
2001-02-15
1
-0
/
+11
*
Add parentheses ready for future conbtribution
Nick Clifton
2001-02-01
1
-39
/
+63
*
Update base address register after restoring register bank.
Nick Clifton
2001-02-01
1
-26
/
+57
*
Fix test for StoreDouble Instruction.
Nick Clifton
2000-12-19
1
-12
/
+12
*
oops - remove redundant prototype introduced in previous delta
Nick Clifton
2000-12-08
1
-2
/
+0
*
Add emulation of double word load and store instructions.
Nick Clifton
2000-12-08
1
-3
/
+340
*
Add support for ARM's v5TE architecture and Intel's XScale extenstions
Nick Clifton
2000-11-30
1
-5
/
+491
*
Compute write back value for post increment loads before
Nick Clifton
2000-08-15
1
-34
/
+41
*
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
Alexandre Oliva
2000-07-04
1
-1
/
+1
*
* armemu.h (INSN_SIZE): New macro.
Alexandre Oliva
2000-07-04
1
-12
/
+23
*
* armemu.c (LoadSMult): Use WriteR15() to discard the least
Alexandre Oliva
2000-07-04
1
-2
/
+2
*
* armemu.h (WRITEDESTB): New macro.
Alexandre Oliva
2000-07-04
1
-37
/
+35
*
* armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
Alexandre Oliva
2000-07-04
1
-4
/
+4
*
* armemu.c (ARMul_Emulate): Compute writeback value before
Alexandre Oliva
2000-07-04
1
-8
/
+16
*
* armemu.c (Multiply64): Fix computation of flag N.
Alexandre Oliva
2000-06-22
1
-4
/
+3
*
* armemu.c (MultiplyAdd64): Fix computation of flag N.
Alexandre Oliva
2000-06-22
1
-4
/
+3
*
Add support for v4 SystemMode.
Nick Clifton
2000-05-30
1
-1
/
+5
*
* arm abort fix
Frank Ch. Eigler
2000-04-10
1
-3
/
+3
*
Fix compile time warning messages.
Nick Clifton
2000-02-08
1
-6
/
+5
*
import gdb-2000-02-04 snapshot
Jason Molenda
2000-02-05
1
-2738
/
+3128
*
import gdb-1999-12-06 snapshot
Jason Molenda
1999-12-07
1
-6
/
+6
*
import gdb-1999-07-12 snapshot
Jason Molenda
1999-07-12
1
-0
/
+2
*
import gdb-19990422 snapshot
Stan Shebs
1999-04-26
1
-5
/
+37
*
Initial creation of sourceware repository
gdb-4_18-branchpoint
Stan Shebs
1999-04-16
1
-0
/
+3454