Doc C language guidelines.
[binutils-gdb.git] / sim /
1997-09-03 Andrew CagneyDoc C language guidelines.
1997-09-03 Andrew CagneyPacify gcc-current -Wall.
1997-09-03 Andrew CagneyAdd support for suspending/resumeing the simulator...
1997-09-03 Andrew CagneyStandard simulator header file.
1997-09-03 Andrew CagneyAdd real SIM_DESC arg to v850 simulator.
1997-09-03 Andrew CagneyStanify error reporting memory overlaps.
1997-09-02 Joern RenneckeSupport restore-sanitize-sh4 .
1997-09-02 Joern RenneckeComment typo fix.
1997-09-02 David EdelsohnAdd note on TAGS support.
1997-09-02 David Edelsohn(TAGS): Add support for "/* TAGS: foo */" marker.
1997-09-02 David Edelsohn * Makefile.in (TAGS): Add support for "/* TAGS: foo...
1997-09-02 Joern RenneckeSanitation fixes.
1997-09-02 Andrew CagneyMerge SH4 branch simulator in to devo.
1997-09-01 Andrew CagneyTest/fix pabsh, pabsw, psrlvw.
1997-09-01 Andrew CagneyCompile from UNIX to cygwin32.
1997-09-01 Andrew CagneyUse sim_state_alloc to create common sim object.
1997-09-01 Andrew CagneyPassify cross compilation and GCC -Wall
1997-08-30 Andrew CagneyPassify GCC. Convert 0x0LL to something more portable...
1997-08-30 Andrew CagneyPassify GCC.
1997-08-28 David Edelsohn * sim-options.c (standard_option_handler): Use xstrdup...
1997-08-28 Andrew CagneyMake igen available when v850 is being build.
1997-08-28 Andrew CagneyAdd --target=BFDTARGET and --architecture=MACHINE options.
1997-08-27 Andrew CagneyFix doco on enable-sim-inline.
1997-08-27 Andrew CagneyAdd MSBIT* and LSBIT* macro's to sim-bits.h
1997-08-27 Andrew CagneyNew file - generic implementation of sim_load for hardw...
1997-08-27 Andrew CagneyAdd ABFD argument to sim_create_inferior. Document.
1997-08-27 Andrew Cagney * idecode_expression.h (ALU_END): From Charles...
1997-08-27 Andrew CagneySave a copy of argv, not just a pointer.
1997-08-26 Andrew CagneyMake building of w65 simulator conditional on --enable...
1997-08-26 Andrew CagneyFlush defunct sim_kill.
1997-08-25 Andrew CagneyAdd ABFD argument to sim_open call. Pass through to...
1997-08-22 Nick CliftonUpdated with respect to the HDD-tool-0611 document.
1997-08-20 Nick CliftonAdded N step divide routines, courtesy of Sugimoto...
1997-08-20 Nick CliftonFixed interpretation of SR bit in list18 structures.
1997-08-18 Nick CliftonAdd suport for v850e and v850eq
1997-08-18 Nick CliftonAdd support for V850eq variant opcodes.
1997-08-14 David EdelsohnAdd comment.
1997-08-14 David Edelsohn * callback.c (os_poll_quit): Make static.
1997-08-14 Nick CliftonTidied up sanitization.
1997-08-14 Nick CliftonAdded support for v850e and v850eq instructions.
1997-08-09 Mark Alexander * sim-calls.c (sim_store_register): Allow accumulators
1997-07-29 Andrew CagneyAdd test for "mtsa"
1997-07-28 Andrew CagneyHandle overflow from signed divide by -1.
1997-07-28 Andrew CagneyMore checks for pdivuw
1997-07-25 Gavin Romig-Kochgencode.c: Two arg MADD should not assign result to...
1997-07-25 David Edelsohn * configure.in (sparc*-*-*): Don't build erc32.
1997-07-22 David EdelsohnKeep sim-watch.[ch].
1997-07-22 David EdelsohnDon't always keep igen, it's currently only kept if...
1997-07-22 David Edelsohn * sim-n-core.h (sim_core_write_unaligned_N): Add missi...
1997-07-15 Andrew CagneyConfigure r5900 testsuite sub-directory.
1997-07-15 Andrew CagneySimilistic configure/build scripts for tx59 simulator...
1997-07-15 Andrew CagneyGeneric tests for 5900.
1997-07-14 Andrew CagneyStandard simulator tests.
1997-07-11 Andrew CagneyTests for mips r5900 instructions
1997-07-11 Andrew CagneyFix a number of problems in the r5900 specific p* ...
1997-07-03 Andrew CagneySync powerpc simulator with public version. Enable...
1997-07-02 Jeff Law * gencode.c (build_instruction): Handle "pext5...
1997-07-02 Jeff Law * gencode.c (build_instruction): Handle "ppac5...
1997-07-02 Jeff Law * interp.c (sim_engine_run): Reset the ZERO...
1997-07-02 Jeff Law * gencode.c (FEATURE_WARNINGS): Remove FEATURE_...
1997-06-27 Andrew CagneyAdd test for dbt/rtd instructions
1997-06-24 Jeff Law * interp.c (sim_resume): Clear State.exited.
1997-06-12 Jeff Law * simops.c: Fix thinko in last change.
1997-06-10 Jeff Law * simops.c: "call" stores the callee saved...
1997-06-10 Jeff Law * simops.c: Fix return address computation...
1997-06-06 Andrew CagneyOpen in binary mode when available.
1997-06-06 Andrew CagneyClean up formatting of instruction traces.
1997-06-05 Andrew CagneyVerify magic number of simulator struct.
1997-06-04 Andrew CagneyInitialize the sim-engine module.
1997-06-03 Andrew Cagneyo Fixes to repeated watchpoints
1997-06-02 Andrew Cagneyo Fix padd insn
1997-05-30 Andrew CagneyAdd assembler information to igen input files.
1997-05-29 Andrew CagneyFix subu immed - was incorrectly using unsigned.
1997-05-29 Andrew CagneyAdd a simple dissasembler to igen
1997-05-27 Andrew CagneyFix watching PC for 64bit (mips) target.
1997-05-27 Andrew CagneyExtend xor-endian and per-cpu support in core module.
1997-05-23 Andrew CagneyPreliminary suport for xor-endian suport in core module.
1997-05-23 Andrew CagneyIncorrect test for zero-r0 code gen.
1997-05-23 Andrew CagneyEnumerate longjmp's return type.
1997-05-22 Gavin Romig-Kochifdef out uses of simSTOP, simSTEP and simBE when DEBUG...
1997-05-22 Gavin Romig-KochChange longjmp param/setjmp return value used for simul...
1997-05-22 Jeff Law * interp.c (sim_resume): Add missing case in...
1997-05-21 Andrew CagneyWatchpoint interface.
1997-05-20 Jeff Law * interp.c: Replace all references to load_mem...
1997-05-20 Andrew CagneyPart II of adding callback argument to sim_open()....
1997-05-20 Andrew CagneyDepreciate sim_set_callbacks() function. Set simulator...
1997-05-19 Michael MeissnerMake getpid, kill supported system calls
1997-05-19 Jeff Law * interp.c (dispatch): Make this an inline...
1997-05-19 Andrew CagneyGraft sim/common event and other code onto the mips...
1997-05-19 Andrew CagneyUpdate.
1997-05-19 Andrew CagneyMake simulator event-queue manager a bit more signal...
1997-05-19 Andrew Cagneyo Implement generic halt/restart/abort module.
1997-05-19 Andrew CagneyPacify gcc.
1997-05-18 Jeff Law * interp.c (load_mem_big): Remove function...
1997-05-17 Michael MeissnerTreat infinities like normal numbers for purposes of...
1997-05-16 Jeff Law * callback.c (os_close): Mark the descriptor...
1997-05-16 Jeff Law * interp.c (load_mem): If we get a load from...
1997-05-16 Andrew Cagneyo Make tic80 insn file more `cache ready'
1997-05-15 Andrew CagneyRemove some of the flake from the c80 floating point.
1997-05-15 Andrew CagneyMore floating point operations.
next