daily update
[external/binutils.git] / sim /
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...
2010-01-18 Joel BrobeckerCannot build mips simulator on darwin.
2010-01-13 Anthony GreenAdd period to sentence in comment.
2010-01-13 Anthony GreenInitialize SIM_DESC properly.
2010-01-09 Ralf WildenhuesSync Libtool from GCC.
2010-01-06 Doug Evans * cpu.h: Regenerate.
2010-01-06 Doug Evans * cgen-types.h (SETDI): Delete, unused.
2010-01-02 Doug EvansRegenerate cgen files, update copyright year.
2010-01-01 Doug Evanstweak wording of previous checkin
2010-01-01 Doug Evanscris/
2010-01-01 Joel BrobeckerUpdate copyright notices to add year 2010.
2009-12-23 DJ Delorie* rx/rx.c (decode_opcode): btst bit address mask fix.
2009-12-09 Yoshinori Sato2009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
2009-12-02 Doug Evans * cgen-engine.h: Remove duplicated comment.
2009-11-30 DJ Delorie* rx/rx.c (decode_opcode): fix SWHILE logic.
2009-11-24 Joel Brobecker * common/aclocal.m4: Add include of ../../confi...
2009-11-24 DJ Delorie[sim]
2009-11-23 Doug Evans * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from...
2009-11-23 Doug Evans * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGU...
2009-11-22 Doug Evans * cgen-trace.h (trace_extract): Add cast to fix warning.
2009-11-14 Nathan Froyd * configure.ac: If build != host, create a separate...
2009-11-12 Tristan Gingold2009-11-12 Tristan Gingold <gingold@adacore.com>
2009-11-12 Tristan Gingold2009-11-12 Tristan Gingold <gingold@adacore.com>
2009-11-09 Tristan Gingold2009-11-09 Tristan Gingold <gingold@adacore.com>
next