2011-03-04 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / sim /
2011-02-25  Kevin Buettner * callback.c (fdbad): Return EBADF rather than EINVAL...
2011-02-14  Mike Frysingersim: punt zfree()
2011-02-14  Mike Frysingersim: change to 64bit time keeping to avoid 32bit overflows
2011-01-12  Mike Frysingersim: enable hw_tree_delete in sim_hw_uninstall
2011-01-12  Mike Frysingersim: check asprintf return values
2011-01-11  Mike Frysingersim: allow memory maps to default to mapped files
2011-01-11  Andrew Burgesssourceware.org/ml/gdb-patches/2010-11/msg00112.html
2011-01-10  Mike Frysingersim: fix handling of 2nd arg to SIM_AC_OPTION_HARDWARE
2011-01-10  Mike Frysingersim: add noreturn markings to more hw abort/halt funcs
2011-01-05  Hans-Peter Nilsson * testutils.inc: Correct comment syntax fallout from
2011-01-05  Hans-Peter Nilsson * mips32-dsp.s: Update copyright year.
2011-01-05  Mike Frysingersim: ignore generated hw-config.h
2011-01-05  Mike Frysingersim: tweak load buffer type to avoid signed warnings
2011-01-05  Joel BrobeckerCopyright year update in sim/ppc/psim.texinfo
2011-01-05  Joel BrobeckerUpdate the copyright year for most remaining files...
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Mike Frysingersim: HW_NALLOC: new alloc helper
2010-12-29  Mike Frysingersim: HW_NZALLOC: fix arg handling
2010-12-23  Mike Frysingersim: start a gitignore
2010-12-15  Mike Frysingersim: add --map-info option
2010-12-14  DJ Delorie(decode_opcode): RXO_branchrel is relative to the opcod...
2010-12-14  DJ Delorie* rx.c (decode_opcode): For "MVFC PC,", use the address...
2010-12-04  Masaki Muranaka* Makefile.in: Use CC_FOR_BUILD to build opc2c.
2010-11-23  Mike Frysingersim: profile: fix building with --disable-sim-profile
2010-11-23  Mike Frysingersim: cast away hw/device differences
2010-11-16  Mike Frysingersim: dv-sockser: add a write buffer variant
2010-11-12  DJ Delorie* rx.c (lsb_count): New.
2010-10-09  Alan ModraRegenerate for bool -> bool_ change
2010-10-06  Hans-Peter Nilsson * callback.c (os_lseek): Call wrap on lseek result.
2010-10-06  Hans-Peter Nilsson * traps.c (cris_break_13_handler): Pass lseek
2010-10-06  Hans-Peter Nilsson * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests.
2010-09-30  Kevin Buettner * mem.c (rx_mem_ptr): When invalidating the decode...
2010-09-29  Nick Clifton * rx.c (decode_opcode: RXO_int): Only break...
2010-09-24  Kevin Buettner * rx.c (decode_opcode): Add cycle information for...
2010-09-24  Kevin BuettnerFix typo in ChangeLog entry.
2010-09-23  Kevin Buettner * cpu.h (reset_decoder): Declare.
2010-09-23  Kevin Buettner * rx.c (decode_opcode): Declare `rx' as unsigned.
2010-09-23  Kevin Buettner * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config...
2010-08-24  Hans-Peter Nilsson * sim/cris/asm/nonvcv32.ms: Neutralize changed &&...
2010-07-29  DJ Delorie[include/opcode]
2010-07-28  DJ DelorieSort *alphabetically* this time
2010-07-28  DJ Delorie[sim/rx]
2010-07-28  DJ Delorie* MAINTAINERS: Add self as RX maintainer. Sort list.
2010-07-07  Kevin Buettner * gdb-if.c (sim_store_register): Add case for sim_rx_a...
2010-06-24  Kevin BuettnerAdd "acc" register. Revise register order and names.
2010-06-08  Nick Cliftonoops - omitted from previous delta
2010-06-08  Nick Clifton * reg.c (set_oszc): Use unsigned int for the...
2010-05-28  Kevin BuettnerRevert accidentally committed changes that aren't ready...
2010-05-28  Kevin Buettner * gdb-if.c (sim_do_command): Add a "sim verbose noisy...
2010-05-26  Ozkan Sezer2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2010-05-20  Joel BrobeckerFix erc32 sim build failure due to missing stdint.h.
2010-05-11  Joel Sherrill2010-04-20 Tiemen Schut <T.Schut@sron.nl>
2010-04-26  Mike Frysingersim: unify target->subdir handling for default tests
2010-04-23  Mike Frysingersim: fix fpu missing initializer warnings
2010-04-22  Mike Frysingersim: profile: implement --profile-file backend
2010-04-22  Mike Frysingersim: profile: implement --profile-file backend
2010-04-22  Mike Frysingersim: profile: implement --profile-file backend
2010-04-22  Mike Frysingersim: profile: implement --profile-file backend
2010-04-19  Mike Frysingersim: mn10300: convert to new sockser status code
2010-04-19  Mike Frysingersim: add --model-info helper option
2010-04-14  Mike Frysingersim: constify sim_write source buffer (part 2)
2010-04-13  Mike Frysingersim: dv-sockser: pass up connected state
2010-04-13  Mike Frysingersim: constify sim_write source buffer
2010-04-12  Mike Frysingersim: add more hacking notes
2010-04-12  Mike Frysingersim: add helper macros for branch profiling
2010-04-12  Mike Frysingersim: add missing values to array initializers
2010-04-12  Mike Frysingersim: constify dup_arg_p
2010-04-10  Mike Frysingersim: also constify sim_fpu_print_func
2010-04-10  Mike Frysingersim: constify sim_fpu_print_status
2010-04-10  Mike Frysingersim: drop duplicate break statements in sim-fpu
2010-04-10  Mike Frysingersim: constify save_data()
2010-04-10  Mike Frysingersim: add const markings to env string
2010-04-02  Mike Frysingersim: fix typos in hw-ports.h
2010-03-30  Mike Frysingersim: v850: fix build failure after watchpoint constific...
2010-03-30  Mike Frysingersim: use socklen_t with accept()
2010-03-30  Mike Frysingersim: fix printf format warning about non-string literal
2010-03-30  Mike Frysingersim: constify watchpoint interrupt names
2010-03-30  Mike Frysingersim: change raddr to address_word
2010-03-30  Mike Frysingersim: fix unused cpu_nr warnings
2010-03-30  Mike Frysingersim: update device_error() prototype
2010-03-30  Mike Frysingersim: fix unused profile_print_addr_ranges warning
2010-03-30  Mike Frysingersim: tweak static order on hw_glue_ports
2010-03-30  Mike Frysingersim: convert old style function definitions
2010-03-22  Mike Frysingersim: always enable support for the --endian option
2010-03-16  Mike Frysingersim: avoid TRACE redefine warnings
2010-03-15  Mike Frysingersim: rename bool argument to avoid stdbool clash
2010-02-27  Jan Kratochvilsim/moxie/
2010-02-14  Andreas Schwab* ppc-instructions: Fix missing assignment in last...
2010-02-14  Masaki Muranaka * configure.in: Check if the host has getopt.h.
2010-02-14  Masaki Muranaka * interp.c: Don't include sysdep.h.
2010-02-13  Doug Evansregenerate cgen-based files
2010-02-12  Doug EvansRegenerate cgen-derived files.
2010-02-05  Andreas Schwab* ppc-instructions: Fix aliasing bugs when calling
2010-02-04  Mike Frysingersim-model.c: Include sim-model.h
2010-02-04  Mike Frysingersime-base.h: fix typos in STATE_CPU() examples
2010-02-03  Anthony GreenFix nop insn for moxie
2010-01-25  Doug Evans common/
2010-01-25  Doug Evans * Make-common.in (CGEN_SIM_DEPS): Define.
2010-01-22  Doug Evans * cgen-ops.h (SUBWORDXFSI): Fix word ordering.
2010-01-20  DJ Delorie* m32c.opc (MATH_OP): When doing subtraction, also...
next
This page took 0.13917 seconds and 7 git commands to generate.