Age | Commit message (Expand) | Author | Files | Lines |
2000-07-04 | * armemu.h (WRITEDESTB): New macro. | Alexandre Oliva | 3 | -37/+48 |
2000-07-04 | * armemu.h (GETSPSR): Call ARMul_GetSPSR(). | Alexandre Oliva | 3 | -4/+18 |
2000-07-04 | * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New. | Alexandre Oliva | 4 | -30/+40 |
2000-07-04 | * armemu.c (ARMul_Emulate): Compute writeback value before | Alexandre Oliva | 2 | -8/+20 |
2000-07-04 | * armdefs.h (SYSTEMBANK): Define as USERBANK. | Alexandre Oliva | 3 | -8/+6 |
2000-07-04 | TIc80 simulator. | Andrew Cagney | 18 | -1/+8613 |
2000-07-04 | Fix MOVN.fmt and MOVZ.fmt, need to test GPR[RT]. | Andrew Cagney | 2 | -14/+14 |
2000-06-24 | * verbosity reduction | Frank Ch. Eigler | 2 | -2/+5 |
2000-06-24 | * build cleanliness fix | Frank Ch. Eigler | 2 | -1/+6 |
2000-06-23 | Fix printf arguments. | Andrew Cagney | 2 | -3/+8 |
2000-06-22 | * armemu.c (Multiply64): Fix computation of flag N. | Alexandre Oliva | 2 | -4/+5 |
2000-06-22 | * armemu.c (MultiplyAdd64): Fix computation of flag N. | Alexandre Oliva | 2 | -4/+7 |
2000-06-20 | * build fix | Frank Ch. Eigler | 2 | -21/+11 |
2000-06-20 | * armemu.h (NEGBRANCH): Do not overwrite the two most significant | Alexandre Oliva | 2 | -1/+6 |
2000-06-19 | Add strongarm tests | Nick Clifton | 2 | -1/+10 |
2000-06-13 | * "Dont" -> "Don't" | Frank Ch. Eigler | 3 | -2/+6 |
2000-06-13 | 2000-06-13 Kazu Hirata <kazu@hxi.com> | Jeff Law | 2 | -47/+36 |
2000-06-07 | sh-dsp support, simulator speedup by using host byte order: | Joern Rennecke | 1 | -1/+4 |
2000-05-30 | Remove illegal instruciton pattern, since it is the same as the breakpoint | Nick Clifton | 2 | -7/+5 |
2000-05-30 | Add support for v4 SystemMode. | Nick Clifton | 11 | -57/+159 |
2000-05-29 | Define GPR_CLEAR | Nick Clifton | 2 | -0/+15 |
2000-05-29 | fix spelling mistake in comment | Nick Clifton | 1 | -1/+1 |
2000-05-29 | Remove RCS tags to make synchronisation easier. | Nick Clifton | 1 | -3/+0 |
2000-05-29 | Use GPR_CLEAR instead of GPR_SET | Nick Clifton | 2 | -1/+6 |
2000-05-29 | replace GPR_SET with GPR_CLEAR | Nick Clifton | 2 | -1/+6 |
2000-05-29 | minor formatting tweaks to aid syncronisation | Nick Clifton | 2 | -8/+17 |
2000-05-24 | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 43 | -2307/+2582 |
2000-05-23 | Add special case handling when GDB set CPSR register | Nick Clifton | 2 | -1/+12 |
2000-05-23 | sigrc wasn't initialized before being passed to sim_resume(). | Andrew Cagney | 2 | -0/+6 |
2000-05-22 | * am33.igen: Fix leading comments of SP-relative offset insns that | Alexandre Oliva | 2 | -7/+11 |
2000-05-18 | * mn10300_sim.h (genericAdd, genericSub, genericCmp, genericOr, | Alexandre Oliva | 5 | -167/+175 |
2000-05-15 | sh-dsp support, simulator speedup by using host byte order: | Joern Rennecke | 3 | -801/+2226 |
2000-05-08 | * merge from internal tree | Frank Ch. Eigler | 2 | -4/+20 |
2000-05-03 | Add missing ChangeLog. | Andrew Cagney | 2 | -1/+25 |
2000-05-01 | * mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call. | Andrew Cagney | 2 | -1/+6 |
2000-04-28 | Provide more detailed traces of the event queue. | Andrew Cagney | 2 | -0/+26 |
2000-04-28 | Fix event insertion when processing more than one event for the current time. | Andrew Cagney | 2 | -3/+12 |
2000-04-28 | Cleanup tracing. | Andrew Cagney | 3 | -2/+28 |
2000-04-25 | * am33.igen (inc4 Rn): Use genericAdd so as to modify flags. | Alexandre Oliva | 2 | -1/+5 |
2000-04-18 | Add support for SIGILL (reserved-instruction-exception). | Andrew Cagney | 5 | -2/+30 |
2000-04-10 | * arm abort fix | Frank Ch. Eigler | 2 | -3/+8 |
2000-04-09 | Fix printf botch. | Andrew Cagney | 2 | -2/+6 |
2000-04-09 | * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for | Alexandre Oliva | 2 | -11/+34 |
2000-04-05 | * updating copyright dates ("1999" -> "1999, 2000") | Frank Ch. Eigler | 2 | -2/+2 |
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 6 | -456/+501 |
2000-03-30 | 2000-03-30 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -2/+6 |
2000-03-30 | 2000-03-23 Dave Brolley <brolley@redhat.com> | Dave Brolley | 3 | -2/+36 |
2000-03-25 | * ppc-instructions (Disabled_Exponent_Underflow): Increment | Geoffrey Keating | 2 | -1/+6 |
2000-03-25 | * more compatibility with v850 hardware | Frank Ch. Eigler | 2 | -0/+11 |
2000-03-23 | * memory corruption fix | Frank Ch. Eigler | 2 | -2/+8 |