* tic80-opc.c (tic80_operands): Reorder some table entries to make
[deliverable/binutils-gdb.git] / sim /
1997-01-15  Jeff Law * simops.c: Fix typo in last change.
1997-01-13  Jeff Law * simops.c: Use REG macros in few places not...
1997-01-13  Jeff Law * configure: Enable the mn10200 simulator.
1997-01-08  Jim WilsonFor NEC 4300 project, fix last remaining host/target...
1997-01-06  Jeff Law * mn10300_sim.h (struct _state): Fix number...
1997-01-03  Mark Alexander * interp.c (sim_monitor): Make output to stdout visible in
1996-12-31  Jeff Law * mn10300_sim.h (struct _state): Put all regist...
1996-12-31  Michael MeissnerDeal with kill encoding the signal via the exit status.
1996-12-31  Mark Alexander * support.h: Undo previous change to SIGTRAP
1996-12-30  Ian Lance Taylor * interp.c (store_word, load_word): New static functions.
1996-12-29  Mark Alexander * interp.c: Fix byte-swapping code throughout to work on
1996-12-29  Mark Alexander * support.h: Make definitions of SIGTRAP and SIGQUIT...
1996-12-28  Mark Alexander * gencode.c (build_instruction): Work around MSVC...
1996-12-27  Michael MeissnerAllow exit to work normally under gdb
1996-12-25  Angela Marie Thomasadd flush_cache PMON routine
1996-12-20  Stu Grossman * support.h: Use _WIN32 instead of __WIN32__. Also...
1996-12-19  Ian Lance Taylor * gencode.c (build_instruction) [MUL]: Cast operands...
1996-12-18  Jeff Law * interp.c (sim_resume): Handle 0xff as a singl...
1996-12-17  David EdelsohnGetting there ...
1996-12-16  Jeff Law * simops.c: Handle "break" instruction.
1996-12-16  Rob Savoye Link with SIM_EXTRA_LIBS, not just EXTRA_LIBS, which...
1996-12-16  Ian Lance Taylor * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.
1996-12-16  Martin HuntMon Dec 16 13:39:03 1996 Martin M. Hunt <hunt@pizza...
1996-12-16  Ian Lance Taylor * gencode.c (build_mips16_operands): Fix base PC value...
1996-12-16  Jeff Law * simops.c: Fix restoring the PC for "ret"...
1996-12-11  Jim WilsonFor NEC 4100/4300 project: Add little endian support...
1996-12-11  Jeff Law * gencode.c (write_opcodes): Also write out...
1996-12-10  Jeff Law * simops.c (REG0_4): Define.
1996-12-10  Jim WilsonFor NEC 4100/4300 project
1996-12-10  Michael MeissnerNew revision from Andrew
1996-12-09  David Edelsohn * callback.c: #include <stdlib.h>
1996-12-07  Jeff Law * simops.c (REG0_16): Fix typo.
1996-12-07  Jeff LawAdd missing semicolons in last change.
1996-12-06  Jeff Law * simops.c: Call abort for any instruction...
1996-12-06  Jeff Law * simops.c: Define accessor macros to extract...
1996-12-06  Jeff Law * interp.c: Delete unused global variable ...
1996-12-06  Jeff LawOpps. Forgot something in last change.
1996-12-06  Jeff Law * gencode.c (write_header): Add "insn" and...
1996-12-06  Jeff Law * simops.c: Fix typos in "mov am,(d16,an)"...
1996-12-06  Jeff Law * simops.c: Fix thinkos in last change to ...
1996-12-04  Jeff Law * simops.c: "add imm,sp" does not effect the...
1996-12-04  Jeff Law * simops.c: Treat both operands as signed value...
1996-12-04  Rob Savoye * configure.in: Look for libtermcap.a.
1996-12-04  Jeff Law * simops.c: Fix simulation of division instruct...
1996-12-02  Jeff Law * simomps.c: Fix carry bit handling in "sub...
1996-12-02  Jeff Law * simops.c: Fix "mov imm8,an" and "mov imm16...
1996-12-02  Jeff Law * simops.c: Fix overflow computation for many...
1996-12-02  Jeff Law * simops.c: Fix "movdm, an", "movbu dm, (an...
1996-12-02  Jeff Law * simops.c: Fix "mov am, dn".
1996-12-01  Jeff Law * simops.c: Fix more bugs in "add imm,an" and
1996-11-27  Jeff Law * simops.c: Fix bugs in "movm" and "add imm...
1996-11-27  Jeff Law * simops.c: Don't lose the upper 24 bits of...
1996-11-27  Jeff Law * simops.c: Implement the remaining 5, 6 and...
1996-11-27  Jeff Law * simops.c Implement remaining 4 byte instructions.
1996-11-27  Ian Lance Taylor * gencode.c (process_instructions): If ! proc64, skip...
1996-11-27  Jeff Law * simops.c Implement remaining 3 byte instructions.
1996-11-27  Jeff Law * simops.c: Implement remaining 2 byte instruct...
1996-11-27  Ian Lance TaylorActually check in the right change to interp.c.
1996-11-27  Jeff Law * simops.c: Implement lots of random instructions.
1996-11-27  Jeff Law * simops.c: Implement "movm" and "bCC" insns.
1996-11-27  Jeff Law * mn10300_sim.h (_state): Add another register...
1996-11-26  Jeff Law * mn10300_sim.h (PSW_*): Define for CC status...
1996-11-26  Jeff Law * gencode.c, interp.c: Snapshot current simulat...
1996-11-26  Ian Lance Taylor Add support for mips16 (16 bit MIPS implementation):
1996-11-26  David EdelsohnRegenerated since aclocal.m4 changed.
1996-11-26  David Edelsohn * config.in (WORDS_BIGENDIAN): Add.
1996-11-25  Jeff Law * Makefile.in, config.in, configure, configure...
1996-11-21  Michael MeissnerMake address in I/O space a bus error; properly cast...
1996-11-20  David Edelsohn * run.c: Deleted, using one in ../common now.
1996-11-20  David Edelsohn * Makefile.in: Delete stuff moved to ../common/Make...
1996-11-20  David Edelsohn * Makefile.in: Delete stuff moved to ../common/Make...
1996-11-20  David Edelsohn * Makefile.in (LIBCOMMON): Define.
1996-11-20  David Edelsohn * Makefile.in: Delete stuff moved to ../common/Make...
1996-11-20  David Edelsohn * Makefile.in: Delete stuff moved to ../common/Make...
1996-11-20  David Edelsohn * Makefile.in: Delete stuff moved to ../common/Make...
1996-11-20  David EdelsohnNew file.
1996-11-20  David Edelsohn * Makefile.in: Delete all stuff moved to ../common...
1996-11-20  David EdelsohnAdd new files.
1996-11-20  David Edelsohn * run.c: #include ../common/config.h, tconfig.h.
1996-11-20  David Edelsohn * run.c: Deleted, use one in ../common now.
1996-11-20  David Edelsohn * configure.in (configdirs): Add common.
1996-11-20  David Edelsohn * sim_calls.c (sim_resume): Reset sim_should_run if...
1996-11-15  Michael MeissnerFix some warnings
1996-11-09  Martin HuntFri Nov 8 16:19:55 1996 Martin M. Hunt <hunt@pizza...
1996-11-01  Michael MeissnerPowerpc-linux now builds the simulator
1996-11-01  Martin HuntThu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza...
1996-10-31  Gavin Romig-KochFix linux build problem.
1996-10-30  Michael MeissnerFix -t option to work with memory mapping; Print PC...
1996-10-30  Jeff Law * simops.c (OP_10007E0): Handle SYS_times and...
1996-10-30  Jeff Law * simops.c (OP_10007E0): Handle SYS_time.
1996-10-29  Michael MeissnerAdd access, sigaltstack, sigaction emulations
1996-10-29  Jeff Law * simops.c: Include <sys/stat.h>.
1996-10-29  Martin HuntTue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza...
1996-10-24  Jeff Law * simops.c (OP_500): Mask off low bit in displa...
1996-10-24  Jeff Law * simops.c (OP_500): Fix displacement handling...
1996-10-24  Jeff Law * simops.c (trace_input): Remove all references...
1996-10-24  Stu Grossman * Makefile.in: Get rid of srcroot. Set all INSTALL...
1996-10-22  Michael MeissnerProvide better statistics, particularly for doing VLIW...
1996-10-21  Martin HuntMon Oct 21 16:16:26 1996 Martin M. Hunt <hunt@pizza...
1996-10-18  Michael MeissnerAdd support for fsel
next
This page took 0.048536 seconds and 7 git commands to generate.