summaryrefslogtreecommitdiff
path: root/sim/sh/gencode.c
AgeCommit message (Expand)Author
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger
2016-04-10Fix primary reason why the SH simulation hasn't been working on 64 bit hosts.Oleg Endo
2015-11-22sim: sh: delete global callback/argvMike Frysinger
2015-03-28sim: sh: clean up some warningsMike Frysinger
2015-03-28sim: sh: fix broken handling in DSR regMike Frysinger
2015-03-28sim: sh: clean up gencodeMike Frysinger
2014-11-28Correct fabs and fneg insns in simulatorOleg Endo
2007-10-082007-09-24 Andrew Stubbs <andrew.stubbs@st.com>Denis Pilat
2007-03-022007-03-02 Andrew Stubbs <andrew.stubbs@st.com>Daniel Jacobowitz
2005-06-17 * gencode.c (tab): Avoid lvalue casts. Suggested byDaniel Jacobowitz
2005-04-14* gencode.c (tab): Avoid inserting code before variables all declared.Jonathan Larmour
2004-09-08 * gencode.c (movua.l): Compensate for endianness.Corinna Vinschen
2004-08-18 * gencode.c (tab): For shad snd shld, fix result forJoern Rennecke
2004-02-132004-02-02 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-02-122004-02-12 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-01-272004-01-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-01-272004-01-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-01-102004-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-01-092004-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder
2004-01-062003-12-18 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-11-03 * interp.c (fsca_s, fsrra_s): New functions.Joern Rennecke
2003-08-112003-08-11 Shrinivas Atre <shrinivasa@KPITCummins.com>Michael Snyder
2003-08-072003-08-07 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-252003-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-252003-07-24 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-242003-07-23 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-07-09 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-07-09 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-07-09 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-232003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-07-042003-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-06-282003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-06-272003-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder
2003-02-06Commit Sh2E additionNick Clifton
2002-10-11gcc uses trap 33 for profiling, but the simulator didn't support it.Joern Rennecke
2000-10-24* pendanticismBen Elliston
2000-05-15sh-dsp support, simulator speedup by using host byte order:Joern Rennecke
1999-08-31import gdb-1999-08-30 snapshotJason Molenda
1999-04-26import gdb-19990422 snapshotStan Shebs
1999-04-16Initial creation of sourceware repositoryStan Shebs
1999-04-16Initial creation of sourceware repositoryStan Shebs
1997-09-02Merge SH4 branch simulator in to devo.Andrew Cagney
1995-12-04* gencode.c (tab): Added several sh3 opcodes.J.T. Conklin
1995-11-29 * gencode.c (tab): In shad/shld definitions, negate R[m] beforeJim Wilson
1995-11-15 * gencode.c: jsr, bsr and bsrf actually save pc+4 in pr, and rtsStu Grossman
1995-11-14 * gencode.c: jsr actually saves pc+4, and rts actually uses pr+0.Stu Grossman
1995-08-31 * gencode.c (gensim): abort if an unknown opcode is encountered.Jeff Law