Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-06-17 | * gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and | Andrew Cagney | 4 | -2/+13 | |
``t'' to NULL. * igen.c (main): Add default case to switch. * gen-icache.c (print_icache_extraction): Ditto. | |||||
2002-06-17 | * Makefile.in (BUILD_CFLAGS): Remove -O0. | Andrew Cagney | 2 | -1/+5 | |
2002-06-16 | Import current --enable-gdb-build-warnings. | Andrew Cagney | 2 | -51/+104 | |
2002-06-03 | * gen-engine.c (print_run_body): Avoid multi-line strings. | Richard Henderson | 3 | -44/+49 | |
* lf.c (lf_print__gnu_copyleft): Likewise. | |||||
2002-05-01 | [ common/ChangeLog ] | Chris Demetriou | 2 | -4/+8 | |
2002-05-01 Chris Demetriou <cgd@broadcom.com> * callback.c: Use 'deprecated' rather than 'depreciated.' [ igen/ChangeLog ] 2002-05-01 Chris Demetriou <cgd@broadcom.com> * igen.c: Use 'deprecated' rather than 'depreciated.' [ mips/ChangeLog ] 2002-05-01 Chris Demetriou <cgd@broadcom.com> * interp.c: Use 'deprecated' rather than 'depreciated.' * sim-main.h: Likewise. | |||||
2002-03-24 | * gen.c (format_name_cmp): New function. | Andrew Cagney | 2 | -1/+31 | |
(insn_list_insert): Use the instruction field name as an additional key. Different field names indicate different semantics. | |||||
2002-03-08 | 2002-03-07 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -0/+15 | |
* igen.c (print_itrace_format): Add support for a new "%#lx" format. | |||||
2000-05-29 | Use GPR_CLEAR instead of GPR_SET | Nick Clifton | 2 | -1/+6 | |
2000-05-24 | Change profiling so that it is enabled by default. Re-generate everything. | Andrew Cagney | 2 | -39/+54 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 3 | -53/+73 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 2 | -58/+79 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 40 | -0/+17322 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 41 | -16036/+0 | |
1998-12-04 | * gen-engine.c (print_run_body): Prefix instruction_address. | Andrew Cagney | 1 | -2/+18 | |
1998-07-29 | Fix incorrect calculation of conditional field when being extracted | Andrew Cagney | 2 | -1/+15 | |
from a previous decode. | |||||
1998-07-28 | Add note about limitations of insn_field_cmp(). | Andrew Cagney | 1 | -3/+6 | |
1998-07-28 | Problems with conditional instruction-table fields (N!M, N=M, ...). | Andrew Cagney | 2 | -67/+185 | |
Was restricting `M' to opcode fields in the current word. | |||||
1998-04-26 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -0/+17 | |
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. | |||||
1998-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -32/+81 | |
* config.in: Ditto. * configure.in: Don't call sinclude. | |||||
1998-04-24 | * ld-insn.c (load_insn_table): Terminate error with NL. | Andrew Cagney | 1 | -0/+12 | |
* gen.c (insns_bit_useless): Perform unsigned bit comparisons. * filter.c (is_filtered_out, filter_parse): Pacify GCC, len is unsigned. * gen-icache.c (print_icache_extraction): Do not type cast pointers. | |||||
1998-04-22 | Regenerate configure | Michael Meissner | 2 | -0/+1690 | |
1998-04-21 | * gen-icache.c (print_icache_extraction): When generating #define | Andrew Cagney | 2 | -0/+868 | |
force the expression to the correct type. | |||||
1998-04-14 | Broke parsing of !<val>!<val> when adding support for =<field>. Fix. | Andrew Cagney | 3 | -13/+43 | |
Add support for the -S<suffix> option. | |||||
1998-04-14 | Add support for instruction word conditionals of the form `XXX!YYY' | Andrew Cagney | 5 | -79/+428 | |
and XXX=YYY'. See mn10300 for examples. | |||||
1998-04-04 | Cleanup INLINE support for simulators using common framework. | Andrew Cagney | 3 | -97/+170 | |
Make IGEN responsible for co-ordinating inlining of generated files. By default, aclocal.m4 disabled all inlining. | |||||
1998-04-03 | Don't bother generating trace prefix string when not tracing. | Andrew Cagney | 2 | -99/+102 | |
1998-03-24 | * gen-engine.c (print_run_body): Re-extract the CIA after | Andrew Cagney | 1 | -0/+5 | |
processing any events. Events may not restart the simulator. | |||||
1998-03-24 | * Makefile.in: Get SHELL from configure. | Stu Grossman | 1 | -0/+16 | |
* configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds. | |||||
1998-02-23 | Generate ENGINE_ISSUE hooks as part of SMP simulator. | Andrew Cagney | 1 | -0/+5 | |
1998-02-23 | * ld-insn.c (parse_function_record): When -Wnodiscard, suppress | Andrew Cagney | 3 | -77/+255 | |
discarded function warning. * igen.c (main): Clarify -Wnodiscard. * ld-insn.c (parse_function_record): For functions, allow use of instruction style function model records | |||||
1998-01-31 | mips - for r5900 generate igen simulator. | Andrew Cagney | 2 | -3/+12 | |
igen - stop crash when simulator isn't multi-sim'ed | |||||
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 4 | -34/+931 | |
Use the bfd-processor name in the sim-engine switch. Add nr_cpus argument to sim_engine_run. tic80, v850, d30v, mips, common: Update mips: Fill in bfd-processor field of model records so that they match ../bfd/archures. | |||||
1998-01-21 | Use macro GPR_SET(N,VAL) to clear zero registers. | Andrew Cagney | 1 | -0/+47 | |
1997-11-04 | * gen-idecode.c (print_jump_until_stop_body): Use `#if 0' instead of | Brendan Kehoe | 1 | -0/+5 | |
`#ifdef 0' around this. | |||||
1997-11-04 | do not assume NULL is an integer constant | Michael Meissner | 1 | -0/+5 | |
1997-10-29 | common/sim-bits.h: Document ROTn macro. | Andrew Cagney | 1 | -0/+4 | |
igen/{igen.c,ld-insns.h}: Document mnemonic string formats. mips/Makefile.in: Add dependencies for files included by mips.igen mips/vr5400.igen: checkpoint vr5400 instructions. | |||||
1997-10-28 | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 2 | -27/+78 | |
Add model-filter field to option, include, model anf function igen records | |||||
1997-10-27 | Add include-file support to igen. | Andrew Cagney | 5 | -417/+1348 | |
1997-10-16 | * gen-semantics.c (print_semantic_body): Use CIA not cia.ip. Escape | Andrew Cagney | 1 | -0/+6 | |
newlines at end of generated call to sim_engine_abort. | |||||
1997-10-14 | Output line-ref to original igen source file when generating trace | Andrew Cagney | 3 | -15/+54 | |
statements. Define NIA macro (dependant on gen-delayed-branch). Verify opening/closing quote in input assembler strings. | |||||
1997-10-09 | Add -Wnodiscard option so that warning about discarded instructions | Andrew Cagney | 4 | -928/+1555 | |
can be suppressed. Allow ``<insn-spec> { <nmemonic> | <model> }'' in instruction file. | |||||
1997-09-23 | * configure.in: i386-windows is a cross, so don't expect | Felix Lee | 1 | -1/+1 | |
libiberty to be there. * configure: updated. | |||||
1997-09-19 | Correctly locate `_' in generated names. | Andrew Cagney | 1 | -1/+1 | |
1997-09-19 | Change semantic function name to semantic_<INSN>_<FMT> instead of | Andrew Cagney | 2 | -3/+8 | |
semantic_<FMT>_<INSN>. | |||||
1997-09-16 | Differentiate between a non-zero string and a constant zero field. | Andrew Cagney | 1 | -0/+5 | |
1997-09-15 | * igen.c (gen_run_c): Handle non-multi-sim case. | Andrew Cagney | 2 | -22/+36 | |
1997-09-15 | Update to reflect change to sim/common/aclocal.m4 (allow sim/common | Andrew Cagney | 2 | -1/+6 | |
directory to specify its own unqiue config.h file). | |||||
1997-09-12 | Generate instruction profile call with each instruction. | Andrew Cagney | 1 | -0/+6 | |
1997-09-10 | (gen_itable_h): Output an enum defining the max size of the itable | Andrew Cagney | 1 | -0/+7 | |
string members. | |||||
1997-09-08 | Add multi-sim support to simulator. | Andrew Cagney | 6 | -799/+3243 | |