Age | Commit message (Expand) | Author | Files | Lines |
2006-07-26 | function.c (reorder_fix_fragments): Delete. | Daniel Jacobowitz | 1 | -64/+9 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -2/+3 |
2006-06-26 | function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on a CALL_EXPR target... | Olivier Hainque | 1 | -3/+21 |
2006-06-23 | tree.c (max_int_size_in_bytes): New function, inspired from code in function.... | Olivier Hainque | 1 | -15/+4 |
2006-06-16 | function.h (enum function_frequency): Move declaration out of struct function. | Richard Guenther | 1 | -2/+0 |
2006-05-05 | c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p... | Aldy Hernandez | 1 | -7/+18 |
2006-04-18 | function.c (temp_slots_at_level, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -7/+11 |
2006-04-12 | Makefile.in (GTFILES): Move functions.h after tree.h. | Kazu Hirata | 1 | -10/+9 |
2006-04-11 | 20060410.c: New. | Aldy Hernandez | 1 | -0/+17 |
2006-04-10 | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 1 | -3/+1 |
2006-04-04 | tm.texi (TARGET_STRUCT_VALUE_RTX): Document new value 2 for incoming. | Carlos O'Donell | 1 | -1/+1 |
2006-03-20 | function.h (struct function): Rename to x_stack_check_probe_note. | Steven Bosscher | 1 | -8/+8 |
2006-03-11 | function.h (frame_offset_overflow): Declare. | Eric Botcazou | 1 | -14/+23 |
2006-03-05 | function.c (use_return_register): Make it static. | Kazu Hirata | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -3/+6 |
2006-02-13 | re PR rtl-optimization/26222 (build failuring in libjava) | Zdenek Dvorak | 1 | -12/+20 |
2006-02-01 | function.c (assign_parm_setup_reg): Use function argument promotion rules. | Paul Brook | 1 | -1/+3 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-18 | function.c (instantiate_virtual_regs): Make it static. | Kazu Hirata | 1 | -1/+1 |
2006-01-04 | re PR debug/25562 (cannot debug VLA local) | Jakub Jelinek | 1 | -2/+30 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -1/+2 |
2005-12-02 | re PR middle-end/25176 ([4.0 only] FAIL: Array_3 -O3 execution - bytecode->na... | Alan Modra | 1 | -12/+17 |
2005-11-17 | dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int. | Richard Henderson | 1 | -1/+12 |
2005-11-12 | function.c (assign_stack_local_1): Restrict sanity check on frame size overfl... | Eric Botcazou | 1 | -1/+3 |
2005-11-09 | function.c (assign_stack_local_1): Issue an error message if the frame size o... | Eric Botcazou | 1 | -0/+13 |
2005-11-02 | re PR target/9350 (-fomit-frame-pointer does not work for main) | Richard Henderson | 1 | -51/+2 |
2005-10-20 | re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2) | Eric Botcazou | 1 | -4/+3 |
2005-10-12 | re PR c/24255 (__transparent_union__ mishandled) | Richard Henderson | 1 | -3/+2 |
2005-09-17 | expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c... | Richard Henderson | 1 | -4/+22 |
2005-09-07 | function.c (ARG_POINTER_CFA_OFFSET): Move ... | Richard Henderson | 1 | -6/+0 |
2005-08-31 | re PR rtl-optimization/23601 (reload may drop non-call exception information) | Richard Henderson | 1 | -3/+4 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -2/+2 |
2005-08-04 | function.c (assign_stack_local_1): Do not correct stack slot address if alloc... | David Edelsohn | 1 | -1/+1 |
2005-08-03 | re PR middle-end/23221 (-fstack-protector does not protect tail call functions) | Richard Henderson | 1 | -1/+1 |
2005-08-03 | function.c (assign_parms): Round current_function_args_size to PARM_BOUNDARY,... | Paul Brook | 1 | -3/+2 |
2005-07-22 | re PR tree-optimization/22336 (ICE Segfault in record_block_change at functio... | Richard Kenner | 1 | -0/+3 |
2005-07-19 | toplev.h: Add comment about the first parameter for warning(). | DJ Delorie | 1 | -1/+1 |
2005-07-14 | Makefile.in (explow.o, [...]): Depend on target.h. | Richard Guenther | 1 | -16/+6 |
2005-07-07 | function.c (locate_and_pad_parm): Record parameter alignment in stack_alignme... | Richard Henderson | 1 | -1/+8 |
2005-07-06 | function.c (expand_function_end): Revert part of 2005-06-27 patch. | Kaz Kojima | 1 | -5/+5 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -1/+65 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -6/+6 |
2005-06-30 | * function.c (gen_stack_protect_test): Add third argument. | Jakub Jelinek | 1 | -2/+2 |
2005-06-30 | function.c (stack_protect_epilogue): Pass label to stack_protect_test, assume... | Jakub Jelinek | 1 | -2/+1 |
2005-06-27 | basic-block.h (basic_block_def): Kill rbi. | Jan Hubicka | 1 | -1/+1 |
2005-06-27 | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 1 | -5/+110 |
2005-06-26 | defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined. | Jakub Jelinek | 1 | -34/+32 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -2/+2 |
2005-06-04 | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 1 | -1/+2 |