aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-1/+1
2009-05-06re PR middle-end/40021 (Revision 146817 miscompiled DAXPY in BLAS)Michael Matz1-15/+48
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz1-3/+4
2009-04-26Expand from SSA.Michael Matz1-71/+245
2009-03-27re PR middle-end/39315 (Unaligned move used on aligned stack variable)H.J. Lu1-2/+5
2009-03-11re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)Jakub Jelinek1-2/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-27re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther1-1/+1
2009-01-15re PR middle-end/37843 (unaligned stack in main due to tail call optimization)H.J. Lu1-13/+19
2009-01-04re PR middle-end/38584 (Inline heuristics run even at -O0)Steven Bosscher1-18/+15
2008-10-08cfgexpand.c (expand_gimple_cond): Convert also goto_block and goto_locus of t...Jakub Jelinek1-0/+8
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-16/+32
2008-09-18re PR debug/34037 (Bounds for VLAs not emitted into debuginfo)Jakub Jelinek1-4/+24
2008-09-09function.h (struct function): Add function_start_locus.Aldy Hernandez1-1/+8
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-14/+4
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-5/+5
2008-08-06re PR middle-end/37009 (No need to align stack when incoming stack is aligned)H.J. Lu1-2/+9
2008-08-01cfgexpand.c (expand_stack_alignment): Assert that stack_realign_drap and drap...H.J. Lu1-0/+3
2008-07-31re PR debug/36977 (Incorrect debug info for stack variables with stack alignm...H.J. Lu1-0/+1
2008-07-30[multiple changes]H.J. Lu1-2/+107
2008-07-29predict.c (always_optimize_for_size_p): New function.Jan Hubicka1-0/+9
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-79/+423
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-32/+2
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-7/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-26re PR middle-end/36253 (Caller-save stack slot may not have proper alignment)H.J. Lu1-4/+0
2008-05-21cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table once finished.Eric Botcazou1-2/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-4/+4
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-13/+17
2008-04-02expr.c (expand_var): Delete it.Paolo Bonzini1-9/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-2/+4
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-9/+5
2008-01-26re PR target/34814 (SDmode function args not passed according to ABI specific...Peter Bergner1-0/+3
2007-10-17cfgexpand.c (expand_stack_vars): Add checking to make sure that the offset of...Andrew Pinski1-2/+5
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-2/+4
2007-09-19cfgexpand.c (dump_stack_var_partition): Use the correct index for the offset.Andrew Pinski1-1/+1
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-4/+4
2007-08-19re PR middle-end/32940 (REG_POINTER attribute on DECL_ARTIFICIAL pointers)Andrew Pinski1-10/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-3/+3
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-10/+33
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-11/+35
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-16/+82
2007-04-24Revert:Jan Hubicka1-34/+10
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-6/+9
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-10/+34
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-2/+2
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-3/+6
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-0/+7