Age | Commit message (Expand) | Author | Files | Lines |
1998-01-31 | Add config support for the size of the target address and OF cell. | Andrew Cagney | 2 | -71/+96 |
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 2 | -1/+7 |
1998-01-28 | Print compare bits in human readible form | Michael Meissner | 4 | -8/+146 |
1998-01-21 | Delete bogus line in ChangeLog | Andrew Cagney | 1 | -4/+0 |
1998-01-20 | * aclocal.m4: Recognize --enable-maintainer-mode. | Doug Evans | 2 | -52/+80 |
1997-12-15 | In nrun.c, look for sigaction & SA_RESTART. When both present, | Andrew Cagney | 3 | -56/+60 |
1997-12-04 | Regenerate configure files. | Doug Evans | 2 | -52/+101 |
1997-11-24 | * cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P. | Doug Evans | 2 | -1/+5 |
1997-11-22 | Clarify meaning of sim_signalled's SIGRC argument. Document that this | Andrew Cagney | 5 | -14/+22 |
1997-11-18 | * sim-main.h (CIA_ADDR): Define. | Doug Evans | 3 | -14/+12 |
1997-10-28 | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 2 | -16/+20 |
1997-10-20 | Add 8 bit arithmetic to sim-alu. | Andrew Cagney | 2 | -2/+6 |
1997-10-03 | Rewrite simulator floating point module. Do not rely on host FP | Andrew Cagney | 3 | -41/+64 |
1997-10-02 | Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE. | Andrew Cagney | 2 | -0/+6 |
1997-09-25 | Add/use SIM_AC_OPTION_BITSIZE. | Andrew Cagney | 2 | -41/+52 |
1997-09-23 | Remove need to update <targ>/Makefile.in when adding optional options | Andrew Cagney | 3 | -71/+156 |
1997-09-22 | Simplify logic behind the generic configuration option --enable-sim-alignment. | Andrew Cagney | 2 | -20/+39 |
1997-09-22 | Add support for --enable-sim-alignment to simulator common aclocal.m4 | Andrew Cagney | 2 | -19/+38 |
1997-09-17 | * sim-main.h (kill): macro was missing args. | Felix Lee | 2 | -1/+10 |
1997-09-15 | Update to reflect change to sim/common/aclocal.m4 (allow sim/common | Andrew Cagney | 2 | -8/+12 |
1997-09-08 | Use updated MSMASK, MSMASKED macros. | Andrew Cagney | 3 | -10/+10 |
1997-09-05 | * configure: Regenerated to track ../common/aclocal.m4 changes. | David Edelsohn | 2 | -11/+16 |
1997-09-04 | Finish implementation of sim-memopt. | Andrew Cagney | 3 | -33/+21 |
1997-09-04 | o Add modulo argument to sim_core_attach | Andrew Cagney | 3 | -19/+34 |
1997-09-01 | Use sim_state_alloc to create common sim object. | Andrew Cagney | 2 | -9/+6 |
1997-08-30 | Passify GCC. | Andrew Cagney | 2 | -2/+7 |
1997-08-27 | Fix doco on enable-sim-inline. | Andrew Cagney | 2 | -1/+6 |
1997-08-27 | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 2 | -1/+3 |
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 3 | -23/+29 |
1997-08-26 | Flush defunct sim_kill. | Andrew Cagney | 2 | -6/+4 |
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 3 | -22/+46 |
1997-08-09 | * sim-calls.c (sim_store_register): Allow accumulators | Mark Alexander | 2 | -2/+7 |
1997-05-30 | Add assembler information to igen input files. | Andrew Cagney | 7 | -153/+309 |
1997-05-29 | Fix subu immed - was incorrectly using unsigned. | Andrew Cagney | 3 | -1/+10 |
1997-05-27 | Extend xor-endian and per-cpu support in core module. | Andrew Cagney | 2 | -2/+7 |
1997-05-21 | Watchpoint interface. | Andrew Cagney | 2 | -1/+5 |
1997-05-20 | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 3 | -9/+7 |
1997-05-20 | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 2 | -8/+7 |
1997-05-19 | Make getpid, kill supported system calls | Michael Meissner | 6 | -39/+157 |
1997-05-19 | Graft sim/common event and other code onto the mips simulator. | Andrew Cagney | 2 | -26/+26 |
1997-05-19 | Make simulator event-queue manager a bit more signal safe. | Andrew Cagney | 2 | -0/+5 |
1997-05-19 | o Implement generic halt/restart/abort module. | Andrew Cagney | 6 | -144/+100 |
1997-05-16 | o Make tic80 insn file more `cache ready' | Andrew Cagney | 7 | -174/+202 |
1997-05-15 | Remove some of the flake from the c80 floating point. | Andrew Cagney | 3 | -11/+46 |
1997-05-15 | Fix double conversion problem. | Andrew Cagney | 4 | -45/+76 |
1997-05-15 | Passify gcc's warnings. | Andrew Cagney | 2 | -1/+5 |
1997-05-14 | Make columns line up for fpu operation tracing | Michael Meissner | 2 | -7/+13 |
1997-05-13 | Make sure r0 == 0; Return EINVAL for system calls that are defined but not pr... | Michael Meissner | 3 | -0/+37 |
1997-05-13 | Remove ANNULed cycle - was confusing gdb. | Andrew Cagney | 4 | -56/+54 |
1997-05-12 | Fix ld/st tracing | Michael Meissner | 2 | -2/+6 |