summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek2011-03-161-1/+25
* re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Jakub Jelinek2011-03-031-0/+12
* re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Jakub Jelinek2011-02-281-7/+66
* re PR debug/47780 (-fcompare-debug failure with -O -fgcse -fgcse-las -fstack-...Jakub Jelinek2011-02-181-1/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-171-37/+7
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-10/+11
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-021-1/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-01-211-2/+3
* re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)Jakub Jelinek2011-01-201-0/+8
* Bump Copyright years.Jakub Jelinek2011-01-021-1/+1
* re PR rtl-optimization/47028 (gcc.dg/tree-ssa/tailrecursion-[57].c FAIL with ...Jakub Jelinek2011-01-021-1/+13
* re PR debug/46893 (ICE: in trunc_int_for_mode, at explow.c:56 with -O -g)Jakub Jelinek2010-12-161-2/+3
* re PR middle-end/46667 (-freorder-blocks-and-partition -g failed and libstdc+...Jan Hubicka2010-12-141-0/+4
* re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l...Jakub Jelinek2010-12-071-0/+2
* re PR middle-end/46629 (Failed to build 200.sixtrack in SPEC CPU 2000)Jakub Jelinek2010-11-241-1/+1
* re PR middle-end/46499 (gcc.c-torture/execute/20051021-1.c FAILs with -fno-tr...Jakub Jelinek2010-11-231-1/+8
* re PR target/43808 (-fipa-reference -fschedule-insns -fstrict-aliasing causes...Jakub Jelinek2010-11-091-4/+5
* cfgexpand.c (expand_debug_expr): Handle MEM_REF with non-zero offset.Jakub Jelinek2010-11-051-4/+9
* re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)Jakub Jelinek2010-11-051-0/+4
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* re PR middle-end/45962 (many c/c++ failures on cris-elf, in r165236:165242)Richard Henderson2010-10-121-7/+16
* re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson2010-10-091-80/+187
* re PR rtl-optimization/45678 (crash on vector code with -m32 -msse)Jakub Jelinek2010-09-201-3/+1
* Update stack alignment when increasing local variable alignment.H.J. Lu2010-09-171-11/+20
* rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek2010-09-091-1/+26
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-1/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-2/+2
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-1/+2
* re PR target/44542 (expand_one_stack_var_at may set DECL_ALIGN to a too high ...Jakub Jelinek2010-07-271-5/+12
* re PR debug/45006 (Failed to bootstrap)Jakub Jelinek2010-07-201-1/+3
* re PR debug/45003 (VTA issues with sign/zero extension and debug temporaries)Jakub Jelinek2010-07-201-1/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-4/+4
* Fix PR44768Ramana Radhakrishnan2010-07-081-4/+8
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-40/+34
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-16/+2
* timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka2010-07-031-0/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+5
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-2/+21
* Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).Jakub Jelinek2010-06-211-0/+5
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-1/+2
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* re PR debug/44136 (ICE in expand_debug_expr with -mno-sse)Jakub Jelinek2010-05-141-2/+3
* re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt2010-04-221-4/+5
* cfgexpand.c (expand_debug_expr): Check for mismatched modes in POINTER_PLUS_E...DJ Delorie2010-04-191-0/+16
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-3/+3
* cfgexpand.c (gimple_expand_cfg): Clarify warning message text.Simon Baldwin2010-04-131-2/+4
* gsstruct.def (GSS_CALL): New.Richard Biener2010-04-121-2/+0
* re PR debug/43670 ("-fcompare-debug failure (length)" with -O -ftree-vrp)Jakub Jelinek2010-04-081-2/+4