Age | Commit message (Expand) | Author | Files | Lines |
2002-06-03 | * gen-engine.c (print_run_body): Avoid multi-line strings. | Richard Henderson | 3 | -44/+49 |
2002-05-01 | [ common/ChangeLog ] | Chris Demetriou | 2 | -4/+8 |
2002-03-24 | * gen.c (format_name_cmp): New function. | Andrew Cagney | 2 | -1/+31 |
2002-03-08 | 2002-03-07 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -0/+15 |
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 |
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 |
1998-04-26 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -0/+17 |
1998-04-24 | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 3 | -32/+81 |
1998-04-24 | * ld-insn.c (load_insn_table): Terminate error with NL. | Andrew Cagney | 1 | -0/+12 |
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 |
1998-04-14 | Broke parsing of !<val>!<val> when adding support for =<field>. Fix. | Andrew Cagney | 3 | -13/+43 |
1998-04-14 | Add support for instruction word conditionals of the form `XXX!YYY' | Andrew Cagney | 5 | -79/+428 |
1998-04-04 | Cleanup INLINE support for simulators using common framework. | Andrew Cagney | 3 | -97/+170 |
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 |
1998-03-24 | * Makefile.in: Get SHELL from configure. | Stu Grossman | 1 | -0/+16 |
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 |
1998-01-31 | mips - for r5900 generate igen simulator. | Andrew Cagney | 2 | -3/+12 |
1998-01-31 | igen: Fix SMP simulator generator support. | Andrew Cagney | 4 | -34/+931 |
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 |
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 |
1997-10-28 | Add support for 16 byte quantities to sim-endian macro H2T. | Andrew Cagney | 2 | -27/+78 |
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 |
1997-10-14 | Output line-ref to original igen source file when generating trace | Andrew Cagney | 3 | -15/+54 |
1997-10-09 | Add -Wnodiscard option so that warning about discarded instructions | Andrew Cagney | 4 | -928/+1555 |
1997-09-23 | * configure.in: i386-windows is a cross, so don't expect | Felix Lee | 1 | -1/+1 |
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 |
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 |
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 |
1997-09-08 | Add multi-sim support to simulator. | Andrew Cagney | 6 | -799/+3243 |
1997-09-01 | Passify cross compilation and GCC -Wall | Andrew Cagney | 3 | -4/+25 |
1997-06-06 | Clean up formatting of instruction traces. | Andrew Cagney | 1 | -0/+33 |
1997-05-29 | Add a simple dissasembler to igen | Andrew Cagney | 4 | -38/+740 |