Age | Commit message (Expand) | Author | Files | Lines |
2007-05-01 | tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels. | Zdenek Dvorak | 1 | -10/+33 |
2007-04-28 | alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_... | Jan Hubicka | 1 | -11/+35 |
2007-04-27 | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 1 | -16/+82 |
2007-04-24 | Revert: | Jan Hubicka | 1 | -34/+10 |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -6/+9 |
2007-04-23 | function.c (init_function_start): Don't init line number info. | Jan Hubicka | 1 | -10/+34 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -2/+2 |
2007-01-28 | expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ... | Jan Hubicka | 1 | -3/+6 |
2007-01-14 | tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. | Jan Hubicka | 1 | -0/+7 |
2006-12-13 | Makefile.in: Add dependencies. | Jan Hubicka | 1 | -0/+2 |
2006-12-05 | cfgexpand.c (expand_one_var): Guard expand_one_stack_var by really_expand. | Jan Hubicka | 1 | -1/+2 |
2006-11-28 | invoke.texi (large-stack-frame, [...]): New params. | Jan Hubicka | 1 | -29/+174 |
2006-11-27 | cfgexpand.c (construct_exit_block): Don't disturb end of last BB. | Jan Hubicka | 1 | -0/+4 |
2006-11-11 | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 1 | -1/+1 |
2006-10-18 | re PR middle-end/29299 (gcc "used" attribute has no effect on local-scope sta... | Jan Hubicka | 1 | -1/+6 |
2006-09-22 | re PR middle-end/28964 (partition_stack_vars uses unstable sort) | Richard Guenther | 1 | -0/+8 |
2006-08-26 | re PR middle-end/28683 (ICE (segfault in add_reg_br_prob_note) when comparing... | Jakub Jelinek | 1 | -0/+2 |
2006-06-30 | cfgexpand.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-06-22 | re PR rtl-optimization/28121 (verify_flow_info failed (wrong amount of branch... | Zdenek Dvorak | 1 | -0/+7 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -24/+24 |
2006-03-11 | function.h (frame_offset_overflow): Declare. | Eric Botcazou | 1 | -0/+3 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-08 | passes.c (register_one_dump_file): Accept the current properties instead of p... | Paolo Bonzini | 1 | -1/+1 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -6/+6 |
2006-01-23 | re PR rtl-optimization/25654 (RTL alias analysis unprepared to handle stack s... | Steven Bosscher | 1 | -4/+43 |
2005-10-19 | cfgexpand.c (discover_nonconstant_array_refs_r, [...]): Move here from tree-o... | Ulrich Weigand | 1 | -0/+64 |
2005-10-12 | re PR rtl-optimization/23324 (unsigned bitfield in struct not accessed correc... | Richard Henderson | 1 | -5/+5 |
2005-10-06 | re PR middle-end/22216 (ICE during GC) | Andrew Pinski | 1 | -0/+4 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -2/+2 |
2005-07-12 | cfgexpand.c (expand_one_stack_var): Do not expand variables when we do unit-a... | Jan Hubicka | 1 | -0/+4 |
2005-07-11 | cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type) instead ... | Jakub Jelinek | 1 | -7/+6 |
2005-07-08 | cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC. | Kazu Hirata | 1 | -5/+0 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -2/+26 |
2005-06-27 | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 1 | -3/+214 |
2005-06-26 | defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined. | Jakub Jelinek | 1 | -7/+0 |
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 | -0/+7 |
2005-06-04 | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 1 | -1/+1 |
2005-05-28 | re PR tree-optimization/21562 (Quiet bad codegen (unrolling + tail call inter... | Jan Hubicka | 1 | -13/+16 |
2005-05-19 | cfgexpand.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -5/+5 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -5/+3 |
2005-04-15 | cfgrtl.c (purge_all_dead_edge): Remove an unused argument. | Kazu Hirata | 1 | -1/+1 |
2005-03-07 | cfgbuild.c (find_sub_basic_blocks): Remove. | Kazu Hirata | 1 | -2/+2 |
2005-03-03 | cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of EDGE_I. | Kazu Hirata | 1 | -1/+1 |
2005-02-24 | ChangeLog.5: Fix log message typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-01-27 | c-common.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-24 | * cfgexpand.c (expand_gimple_tailcall): Fix typo. | Steven Bosscher | 1 | -1/+1 |
2004-11-24 | cfgrtl.c (rtl_delete_block): Fix comment. | Steven Bosscher | 1 | -2/+2 |