| Commit message (Expand) | Author | Age | Files | Lines |
* | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 2005-03-05 | 1 | -1/+1 |
* | * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) | Richard Sandiford | 2005-03-04 | 1 | -11/+6 |
* | Makefile.in (MD_DEPS, s-mddeps): New. | Richard Henderson | 2004-12-16 | 1 | -0/+7 |
* | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 2004-09-09 | 1 | -5/+4 |
* | rtl.h (read_rtx): Change prototype. | Richard Sandiford | 2004-08-27 | 1 | -28/+6 |
* | genpreds.c: Add capability to generate predicate bodies as well as function p... | Zack Weinberg | 2004-08-12 | 1 | -3/+165 |
* | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 2004-08-03 | 1 | -25/+32 |
* | c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil... | Bernardo Innocenti | 2004-07-26 | 1 | -6/+6 |
* | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 2004-07-25 | 1 | -5/+5 |
* | c-common.c: Rename all identifiers named `new'. | Bernardo Innocenti | 2004-07-25 | 1 | -10/+10 |
* | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 2004-07-25 | 1 | -1/+1 |
* | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | re PR target/14040 (ARM cross compiler: error: could not split insn) | Mark Mitchell | 2004-04-01 | 1 | -7/+54 |
* | genattrtab.c: Don't handle MATCH_INSN. | Kazu Hirata | 2004-03-02 | 1 | -2/+0 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -3/+3 |
* | dwarfout.c: Remove uses of "register" specifier in declarations of arguments ... | Kazu Hirata | 2003-12-19 | 1 | -1/+1 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -1/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -5/+4 |
* | system.h: Include filenames.h. | Zack Weinberg | 2003-07-03 | 1 | -1/+1 |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -2/+2 |
* | genrecog.c: Use ISO C90 prototypes. | Andreas Jaeger | 2003-06-01 | 1 | -86/+55 |
* | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 2003-05-17 | 1 | -5/+5 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -1/+3 |
* | adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy. | Kaveh R. Ghazi | 2002-07-30 | 1 | -27/+3 |
* | gensupport.c: Include hashtab.h. | Zack Weinberg | 2002-07-29 | 1 | -1/+99 |
* | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 2002-07-23 | 1 | -3/+0 |
* | * gensupport.c: Fix misspelling. | Matt Kraai | 2002-06-07 | 1 | -1/+1 |
* | genemit.c (gen_insn): Print file:lineno comment before function. | Richard Henderson | 2002-05-23 | 1 | -10/+18 |
* | gensupport.c (init_include_reader): Merge into ... | Richard Henderson | 2002-05-19 | 1 | -123/+56 |
* | gensupport.c (n_comma_elts): Moved here from genattrtab.c. | Zack Weinberg | 2002-05-12 | 1 | -1/+49 |
* | gensupport.c (first_dir_md_include): Renamed from include; change all referen... | Matt Hiller | 2002-03-08 | 1 | -13/+10 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -9/+9 |
* | gencheck.c, [...]: Don't define xmalloc. | Zack Weinberg | 2001-12-01 | 1 | -52/+0 |
* | gensupport.c (process_rtx): Don't assume filename is the first argument of an... | Alexandre Oliva | 2001-11-16 | 1 | -3/+5 |
* | gensupport.c [...]: Change call to alloca to xmalloc. | Alan Matsuoka | 2001-11-15 | 1 | -2/+4 |
* | rtl.def (INCLUDE): Define. | Alan Matsuoka | 2001-11-14 | 1 | -1/+242 |
* | alias.c (can_address_p): No longer static. | Richard Kenner | 2001-10-25 | 1 | -0/+14 |
* | * gensupport.c (target_flags): Add. | Richard Kenner | 2001-10-23 | 1 | -0/+3 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -2/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -6/+6 |
* | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 2001-08-27 | 1 | -13/+4 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -10/+10 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -1/+1 |
* | gensupport.c (alter_output_for_insn): Correct enable checking failure change ... | Graham Stott | 2001-07-26 | 1 | -2/+2 |
* | rtl.c (copy_rtx): Handle 'T' format letter. | Zack Weinberg | 2001-07-03 | 1 | -1/+1 |
* | server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m... | Kaveh R. Ghazi | 2001-03-10 | 1 | -4/+4 |
* | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 2001-03-02 | 1 | -11/+11 |
* | rtl.h (traverse_md_constants): Declare. | J"orn Rennecke | 2000-11-22 | 1 | -0/+15 |
* | Warning fixes: | Kaveh R. Ghazi | 2000-07-12 | 1 | -1/+2 |