Age | Commit message (Expand) | Author | Files | Lines |
2005-03-14 | function.c (get_func_frame_size): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -4/+4 |
2005-03-10 | re PR target/20375 (C++ ICE in assign_parm_find_entry_rtl) | Nathan Sidwell | 1 | -29/+10 |
2005-03-09 | function.c (thread_prologue_and_epilogue_insns): Remove i and newinsn. | Kazu Hirata | 1 | -4/+1 |
2005-01-26 | function.c (expand_function_end): If current_function_calls_alloca... | Bernd Schmidt | 1 | -12/+12 |
2005-01-23 | function.c (assign_parm_setup_block): When creating a new stack slot for a pa... | Richard Sandiford | 1 | -1/+2 |
2005-01-13 | function.c (assign_parm_setup_block): Look inside original entry_parm when in... | Aldy Hernandez | 1 | -1/+2 |
2005-01-12 | function.c (assign_parm_setup_block): Relax condition on multi-register optim... | Aldy Hernandez | 1 | -28/+33 |
2005-01-11 | re PR target/18916 (mis-aligned vector code with copy memory (-maltivec)) | Alan Modra | 1 | -32/+65 |
2005-01-01 | re PR middle-end/19221 (ICE: rtl_verify_flow_info, at cfgrtl.c:2240) | Andrew Pinski | 1 | -1/+1 |
2004-12-31 | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 1 | -2/+4 |
2004-12-29 | target.h (targetm.calls.arg_partial_bytes): New. | Richard Henderson | 1 | -12/+11 |
2004-12-23 | re PR target/18896 (addressing split complex parm) | Alan Modra | 1 | -3/+33 |
2004-12-22 | [multiple changes] | Richard Henderson | 1 | -1/+2 |
2004-12-21 | re PR middle-end/18683 (seg fault in local allocate) | Roger Sayle | 1 | -1/+0 |
2004-12-18 | re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a... | Richard Henderson | 1 | -63/+110 |
2004-12-01 | re PR rtl-optimization/15289 (reload error with non-lowpart subregs) | Richard Henderson | 1 | -4/+5 |
2004-11-24 | optabs.h (force_expand_binop): Declare. | Richard Sandiford | 1 | -15/+36 |
2004-11-23 | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 1 | -8/+0 |
2004-11-22 | function.c (assign_parm_setup_block): Revert 11-13 change to forcably re-mode... | Richard Henderson | 1 | -1/+1 |
2004-11-13 | calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg... | Richard Henderson | 1 | -7/+22 |
2004-11-11 | function.c (expand_function_end): Remove an "if" statement that always trigger. | Kazu Hirata | 1 | -7/+2 |
2004-11-09 | function.c (combine_temp_slots, [...]): Make them static. | Kazu Hirata | 1 | -3/+3 |
2004-10-28 | * function.c (assign_parm_setup_block): Handle parallels correctly. | Aldy Hernandez | 1 | -2/+22 |
2004-10-19 | expr.c (expand_assignment): Remove the last argument. | Kazu Hirata | 1 | -1/+1 |
2004-10-13 | re PR debug/13841 (missing debug info for _Complex function arguments) | Richard Henderson | 1 | -2/+12 |
2004-10-11 | re PR middle-end/16266 (gcc.dg/c99-intconst-1.c compilation is very slow) | Andrew Pinski | 1 | -1/+0 |
2004-10-08 | emit-rtl.c (last_label_num, [...]): Remove. | Kazu Hirata | 1 | -2/+0 |
2004-10-07 | re PR middle-end/16815 (MIPS n32/n64 inefficient code for float arguments) | Richard Sandiford | 1 | -2/+6 |
2004-10-01 | revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_... | Jakub Jelinek | 1 | -4/+0 |
2004-09-29 | tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR... | Jakub Jelinek | 1 | -0/+4 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -17/+36 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -5/+6 |
2004-09-09 | re PR middle-end/17367 (expand_expr_addr_expr with parallels (-O1 -mcpu=G5)) | Richard Henderson | 1 | -1/+1 |
2004-09-08 | re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065) | Richard Henderson | 1 | -6/+5 |
2004-09-08 | function.c (reference_callee_copied): New. | Richard Henderson | 1 | -3/+14 |
2004-09-08 | final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -69/+66 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-23 | cfg.c (check_bb_profile): Fix typos. | Diego Novillo | 1 | -1/+1 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -7/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -1/+2 |
2004-08-10 | function.c (expand_function_start): Handle DECL_BY_REFERENCE on the RESULT_DECL. | Jason Merrill | 1 | -2/+6 |
2004-08-09 | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 1 | -24/+9 |
2004-08-07 | Make return in memory explicit. | Jason Merrill | 1 | -20/+26 |
2004-07-27 | function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INT before ro... | Richard Henderson | 1 | -2/+4 |
2004-07-27 | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 1 | -74/+0 |
2004-07-26 | calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac... | Richard Henderson | 1 | -1/+1 |
2004-07-26 | re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi... | Richard Sandiford | 1 | -1/+1 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -2/+3 |
2004-07-23 | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 1 | -45/+0 |