Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-06-10 | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 1 | -121/+90 |
2010-06-10 | Makefile.in (READ_MD_H): Add $(HASHTAB_H). | Richard Sandiford | 1 | -167/+6 |
2010-06-10 | read-rtl.c (md_name): New structure. | Richard Sandiford | 1 | -78/+95 |
2010-06-10 | read-md.h (read_md_file): Declare. | Richard Sandiford | 1 | -163/+147 |
2010-06-10 | read-md.h (read_rtx_lineno): Rename to... | Richard Sandiford | 1 | -5/+5 |
2010-06-10 | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 1 | -425/+2 |
2010-04-02 | read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'. | Joseph Myers | 1 | -0/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -2/+2 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-05-08 | read-rtl.c (join_c_conditions): Return the first string if the two strings ar... | Richard Sandiford | 1 | -0/+3 |
2007-11-20 | read-rtl.c (fatal_expected_char): Print EOF as text rather that its binary re... | Rask Ingemann Lambertsen | 1 | -2/+6 |
2007-08-22 | md.texi (Iterators): Renamed from Macros. | Hans-Peter Nilsson | 1 | -124/+125 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2006-02-18 | re PR target/9703 ([arm] Accessing data through constant pool more times coul... | Richard Sandiford | 1 | -1/+1 |
2006-02-06 | * read-rtl.c (read_name): Terminate reading on EOF. | Ben Elliston | 1 | -1/+1 |
2006-01-23 | r110130@banpei: zack | 2006-01-22 14:52:43 -0800 | Zack Weinberg | 1 | -1/+44 |
2006-01-23 | r110123@banpei: zack | 2006-01-22 14:44:34 -0800 | Zack Weinberg | 1 | -2/+72 |
2005-08-04 | read-rtl.c (read_quoted_string): Break if EOF. | Paul Brook | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-11 | rtl.h (to_rtx_code): Remove. | Gabriel Dos Reis | 1 | -6/+6 |
2005-06-09 | machmode.h (to_machine_mode): New. | Gabriel Dos Reis | 1 | -7/+7 |
2005-06-06 | libiberty.h (XOBFINISH): New. | Gabriel Dos Reis | 1 | -6/+6 |
2005-05-18 | read-rtl.c (mode_attr_index): Use obstack_grow0, not obstack_grow. | Ian Lance Taylor | 1 | -1/+1 |
2005-05-17 | read-rtl.c (struct macro_traverse_data): Add unknown_mode_attr field. | Ian Lance Taylor | 1 | -30/+42 |
2005-05-10 | read-rtl.c (struct macro_traverse_data): Define. | Ian Lance Taylor | 1 | -38/+160 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -6/+2 |
2005-03-04 | * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) | Richard Sandiford | 1 | -11/+151 |
2005-02-13 | * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-11 | read-rtl.c (read_rtx_1): Give fatal error if we see a vector with no elements. | Ian Lance Taylor | 1 | -0/+3 |
2004-09-29 | * read-rtl.c (apply_macro_to_string): Replace index with strchr. | Aaron W. LaFramboise | 1 | -2/+2 |
2004-08-31 | read-rtl.c: Disable RTL checking. | Richard Sandiford | 1 | -1/+8 |
2004-08-27 | rtl.h (read_rtx): Change prototype. | Richard Sandiford | 1 | -8/+18 |
2004-08-23 | read-rtl.c (map_value, [...]): New structures. | Richard Sandiford | 1 | -55/+643 |
2004-08-23 | * read-rtl.c (read_rtx): Tidy use of format_ptr. | Richard Sandiford | 1 | -5/+5 |
2004-08-23 | read-rtl.c (string_obstack): New file-scope variable. | Richard Sandiford | 1 | -37/+39 |
2004-08-18 | rtl.def (NIL): Delete. | Zack Weinberg | 1 | -15/+17 |
2004-07-26 | basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | Bernardo Innocenti | 1 | -4/+4 |
2004-07-25 | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 1 | -2/+2 |
2004-05-10 | read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted, treating miss... | Richard Sandiford | 1 | -11/+13 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-27 | c-decl.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -52/+29 |
2003-06-23 | (read_braced_string): Check for EOF. If encountered issue an error message. | Nick Clifton | 1 | -0/+6 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-06-16 | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 1 | -1/+1 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -5/+4 |
2003-01-19 | collect2.c (ldgetname): Expand declaration to prototype. | David Edelsohn | 1 | -0/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+3 |
2002-10-09 | conflict.c (arc_hash): Change return type to hashval_t. | Kaveh R. Ghazi | 1 | -2/+2 |