Age | Commit message (Expand) | Author | Files | Lines |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 36 | -36/+36 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 3 | -2877/+3042 |
2009-08-22 | Fixup readline and sim including of override.m4 | Ralf Wildenhues | 2 | -16/+47 |
2009-07-30 | sim/ | Ralf Wildenhues | 2 | -0/+5 |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 36 | -36/+36 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 36 | -36/+36 |
2007-08-28 | * compare_igen_models: Change license to GPL version 3. | Joel Brobecker | 2 | -7/+10 |
2007-08-28 | * lf.c (lf_print__gnu_copyleft): Change license to GPL version 3. | Joel Brobecker | 2 | -6/+8 |
2007-08-24 | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 35 | -141/+72 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 36 | -36/+36 |
2006-12-21 | * acconfig.h: Remove. | Hans-Peter Nilsson | 3 | -28/+48 |
2005-03-15 | sim/common/ChangeLog: | Jim Blandy | 1 | -1/+12 |
2005-01-12 | Index: m32r/ChangeLog | Andrew Cagney | 3 | -26/+5 |
2005-01-10 | Index: arm/ChangeLog | Andrew Cagney | 3 | -1169/+4226 |
2003-05-02 | [igen/ChangeLog] | Chris Demetriou | 2 | -1/+5 |
2002-11-22 | 2002-11-22 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2 | -14/+52 |
2002-11-22 | 2002-11-21 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 34 | -3113/+2750 |
2002-11-22 | 2002-11-21 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 36 | -661/+790 |
2002-11-06 | 2002-11-06 Richard Sandiford <rsandifo@redhat.com> | Chris Demetriou | 2 | -8/+10 |
2002-08-28 | 2002-08-28 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -4/+19 |
2002-08-23 | 2002-08-22 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 2 | -0/+117 |
2002-06-17 | * gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and | Andrew Cagney | 4 | -2/+13 |
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 |
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 |