aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-23re PR debug/43077 (VTA issues caused by SSA expand)Michael Matz1-6/+126
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-46/+6
2010-02-11re PR lto/41664 (FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr4072...Richard Guenther1-0/+3
2010-01-18re PR middle-end/39954 (Revision 146817 caused unaligned access in gcc.dg/tor...Richard Guenther1-1/+17
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther1-1/+2
2010-01-05re PR other/42611 (ICE in tree_low_cst, at tree.c:5014)Jakub Jelinek1-1/+9
2009-12-20re PR tree-optimization/42027 (Performance regression in convolution loop opt...Michael Matz1-6/+28
2009-12-14cfgexpand.c (expand_debug_expr): Remove overzealous assertion and useless code.Eric Botcazou1-20/+9
2009-12-03re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Michael Matz1-88/+33
2009-11-27re PR rtl-optimization/42084 (Wrong result with -Os -fno-delete-null-pointer-...Michael Matz1-6/+6
2009-11-26cfgexpand (n_stack_vars_conflict): New static variable.Bernd Schmidt1-2/+12
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz1-10/+7
2009-11-12re PR middle-end/41440 (SEG FAULT in CSE.C caused by bad RTL expansion)Andy Hutchinson1-0/+12
2009-11-02re PR debug/41893 (ICE with -combine and debug)Jakub Jelinek1-1/+2
2009-10-30Optimize -mstackrealign.H.J. Lu1-20/+16
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-5/+12
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+10
2009-10-23re PR middle-end/41805 (possible LTO termination bug)Richard Guenther1-2/+2
2009-10-20rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford1-42/+0
2009-10-19cfgexpand.c (expand_debug_expr): Fail if bitpos < 0 for non-MEM op0.Jakub Jelinek1-0/+3
2009-10-16re PR debug/41717 (internal compiler error: in expand_debug_expr)Jakub Jelinek1-0/+40
2009-10-14tree-parloops.c (separate_decls_in_region_debug_bind): Drop debug stmts setti...Jakub Jelinek1-1/+8
2009-10-13re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek1-1/+1
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-0/+12
2009-10-02re PR bootstrap/41404 (expr.c undefined reference while linking jc1)Jakub Jelinek1-3/+20
2009-09-23re PR debug/41248 (VTA: Assertion at 2910 of cfgexpand.c (expand_debug_locati...Alexandre Oliva1-2/+57
2009-09-14Squash commit of EH in gimpleRichard Henderson1-21/+6
2009-09-09re PR middle-end/41268 (bootstrap is broken after r151350 (expand from tuples))Michael Matz1-4/+4
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-342/+301
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-3/+870
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-3/+1
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