aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-0/+3
2009-07-14re PR middle-end/40745 (Revision 149624 caused x86-64 failures)Richard Guenther1-1/+2
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-0/+129
2009-07-11re PR target/40667 (stack frames are generated even with -fomit-frame-pointer)Jakub Jelinek1-2/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+2
2009-06-12re PR target/39146 (Unnecessary stack alignment)Joey Ye1-2/+2
2009-06-08re PR debug/40012 (Revision 146817 generated bad debug info for local variables)Michael Matz1-3/+34
2009-06-03cfgexpand.c (discover_nonconstant_array_refs_r): Make only non-BLKmode arrays...Richard Guenther1-1/+2
2009-06-02cfgexpand.c (gimple_expand_cfg): Discard the source location only for builtin...Alexandre Oliva1-1/+1
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