| Commit message (Expand) | Author | Age | Files | Lines |
* | * function.c (free_after_compilation): Do not free computed_goto_common*. | hubicka | 2004-06-19 | 1 | -17/+2 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -9/+9 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -142/+0 |
* | * stmt.c (expand_decl): Be more selective about calling | law | 2004-06-01 | 1 | -5/+14 |
* | * gimplify.c (compare_case_labels): New function. | steven | 2004-05-26 | 1 | -2/+2 |
* | 2004-05-19 Steven Bosscher <stevenb@suse.de> | steven | 2004-05-19 | 1 | -395/+6 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -600/+215 |
* | * c-decl.c (finish_decl): Make a decl_stmt for a variable-sized | kenner | 2004-04-12 | 1 | -7/+2 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -5/+5 |
* | PR optimization/9707. | kazu | 2004-03-25 | 1 | -0/+36 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -12/+12 |
* | * hooks.c (hook_tree_tree_identity): New. | kazu | 2004-03-03 | 1 | -3/+1 |
* | PR middle-end/14327 | rth | 2004-03-03 | 1 | -1/+1 |
* | * stmt.c (expand_start_case_dummy): Remove. | kazu | 2004-02-26 | 1 | -28/+1 |
* | PR middle-end/13750 | ro | 2004-02-05 | 1 | -9/+6 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -1/+2 |
* | * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. | kazu | 2004-01-19 | 1 | -5/+0 |
* | * stmt.c (HAVE_casesi): Define it not already defined. | kazu | 2004-01-18 | 1 | -1/+12 |
* | Index: ChangeLog | geoffk | 2004-01-16 | 1 | -7/+10 |
* | * expr.h (expand_expr): Make it a macro, not a function. | mmitchel | 2004-01-09 | 1 | -2/+11 |
* | * tree.c (get_unwidened): Decide whether to narrow a bitfield | jason | 2003-12-20 | 1 | -0/+9 |
* | * stmt.c (expand_nl_goto_receiver): Copy hard register clobbers | rth | 2003-12-05 | 1 | -0/+15 |
* | PR middle-end/11151 | ebotcazou | 2003-12-05 | 1 | -0/+20 |
* | * stmt.c (expand_asm_operands): Check whether force_const_mem | rsandifo | 2003-11-29 | 1 | -6/+9 |
* | 2003-11-19 Andreas Krebbel <krebbel1@de.ibm.com> | uweigand | 2003-11-20 | 1 | -0/+7 |
* | * Makefile.in (expr.o): Depend on $(TARGET_H). | rsandifo | 2003-11-16 | 1 | -26/+67 |
* | * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names | jason | 2003-10-09 | 1 | -6/+3 |
* | * stmt.c (expand_asm_operands): Take a location_t, instead of | rth | 2003-09-28 | 1 | -3/+3 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | rth | 2003-09-22 | 1 | -1/+1 |
* | * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | rth | 2003-09-21 | 1 | -1/+1 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -5/+5 |
* | PR target/11184 | mmitchel | 2003-09-18 | 1 | -4/+1 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -10/+12 |
* | PR middle-end/11823 | sayle | 2003-08-31 | 1 | -1/+2 |
* | * function.c (allocate_struct_function): New, split out of ... | rth | 2003-08-29 | 1 | -19/+1 |
* | PR c++/11512 | nathan | 2003-08-16 | 1 | -9/+5 |
* | * Makefile.in (bubblestrap): Don't require a previous full | jason | 2003-08-01 | 1 | -19/+37 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl | gdr | 2003-07-25 | 1 | -5/+5 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -18/+15 |
* | 2003-07-17 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-07-17 | 1 | -1/+0 |
* | * expr.c (expand_assignment): Remove an unused argument | kazu | 2003-07-15 | 1 | -2/+2 |
* | * doc/tm.texi (BLOCK_REG_PADDING): Describe. | amodra | 2003-07-14 | 1 | -1/+1 |
* | * rtl.h (emit_line_note): Take a location_t. | nathan | 2003-07-07 | 1 | -6/+4 |
* | * stmt.c: Convert remaining prototypes to ISO C90. | aj | 2003-07-06 | 1 | -4/+4 |
* | * sbitmap.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -282/+148 |
* | * stmt.c (any_pending_cleanups): Further simplification. | law | 2003-07-01 | 1 | -2/+2 |
* | * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it | law | 2003-07-01 | 1 | -5/+4 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X, | kazu | 2003-06-29 | 1 | -1/+1 |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -16/+16 |