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