aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-01-21re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+3
2011-01-20re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Jakub Jelinek1-0/+8
2011-01-02Bump Copyright years.Jakub Jelinek1-1/+1
2011-01-02re PR rtl-optimization/47028 (gcc.dg/tree-ssa/tailrecursion-[57].c FAIL with ...Jakub Jelinek1-1/+13
2010-12-16re PR debug/46893 (ICE: in trunc_int_for_mode, at explow.c:56 with -O -g)Jakub Jelinek1-2/+3
2010-12-14re PR middle-end/46667 (-freorder-blocks-and-partition -g failed and libstdc+...Jan Hubicka1-0/+4
2010-12-07re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l...Jakub Jelinek1-0/+2
2010-11-24re PR middle-end/46629 (Failed to build 200.sixtrack in SPEC CPU 2000)Jakub Jelinek1-1/+1
2010-11-23re PR middle-end/46499 (gcc.c-torture/execute/20051021-1.c FAILs with -fno-tr...Jakub Jelinek1-1/+8
2010-11-09re PR target/43808 (-fipa-reference -fschedule-insns -fstrict-aliasing causes...Jakub Jelinek1-4/+5
2010-11-05cfgexpand.c (expand_debug_expr): Handle MEM_REF with non-zero offset.Jakub Jelinek1-4/+9
2010-11-05re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)Jakub Jelinek1-0/+4
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-10-12re PR middle-end/45962 (many c/c++ failures on cris-elf, in r165236:165242)Richard Henderson1-7/+16
2010-10-09re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson1-80/+187
2010-09-20re PR rtl-optimization/45678 (crash on vector code with -m32 -msse)Jakub Jelinek1-3/+1
2010-09-17Update stack alignment when increasing local variable alignment.H.J. Lu1-11/+20
2010-09-09rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek1-1/+26
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-1/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-2/+2
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-1/+2
2010-07-27re PR target/44542 (expand_one_stack_var_at may set DECL_ALIGN to a too high ...Jakub Jelinek1-5/+12
2010-07-20re PR debug/45006 (Failed to bootstrap)Jakub Jelinek1-1/+3
2010-07-20re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries)Jakub Jelinek1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-08Fix PR44768Ramana Radhakrishnan1-4/+8
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-40/+34
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-16/+2
2010-07-03timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka1-0/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+5
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-2/+21
2010-06-21Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).Jakub Jelinek1-0/+5
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-14re PR debug/44136 (ICE in expand_debug_expr with -mno-sse)Jakub Jelinek1-2/+3
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-4/+5
2010-04-19cfgexpand.c (expand_debug_expr): Check for mismatched modes in POINTER_PLUS_E...DJ Delorie1-0/+16
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-3/+3
2010-04-13cfgexpand.c (gimple_expand_cfg): Clarify warning message text.Simon Baldwin1-2/+4
2010-04-12gsstruct.def (GSS_CALL): New.Richard Biener1-2/+0
2010-04-08re PR debug/43670 ("-fcompare-debug failure (length)" with -O -ftree-vrp)Jakub Jelinek1-2/+4
2010-03-31re PR debug/43557 (ICE with -combine and -g)Jakub Jelinek1-1/+2
2010-03-24re PR debug/19192 (Current development gcc generates inaccurate line info for...Jakub Jelinek1-2/+8
2010-03-18tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez1-2/+1
2010-03-03re PR debug/43229 (ice expand_debug_expr, at cfgexpand.c:2957)Jakub Jelinek1-0/+76
2010-03-01cfgexpand.c (expand_used_vars): If an artificial non-ignored var has no rtl y...Jakub Jelinek1-0/+32
2010-02-25re PR debug/43166 (ICE in simplify_subreg on fortran code)Jakub Jelinek1-1/+5
2010-02-25re PR debug/43165 (ice in simplify_subreg, at simplify-rtx.c:5146)Jakub Jelinek1-2/+3