aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29re PR middle-end/49545 (New C++ test failures)Richard Sandiford1-4/+0
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek1-0/+67
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek1-1/+17
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+2
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-0/+5
2011-04-18gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther1-12/+0
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-1/+1
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-603/+5
2011-03-16gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther1-0/+11
2011-01-31re PR tree-optimization/47538 (GNU Scientific Library miscompiled by gcc 4.6)Jakub Jelinek1-2/+17
2011-01-11re PR tree-optimization/47239 ((int)&func & 3 is always optimized to 0 on som...Richard Guenther1-0/+4
2011-01-03re PR tree-optimization/47155 (ccp caused miscompilation)Jakub Jelinek1-2/+2
2011-01-02Bump Copyright years.Jakub Jelinek1-1/+1
2011-01-02re PR tree-optimization/47140 (error: conversion of register to a different s...Jakub Jelinek1-1/+2
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-10/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-22tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.Richard Guenther1-4/+0
2010-10-20re PR tree-optimization/45919 (ICE: SIGSEGV in fold_ctor_reference (tree-ssa-...Jakub Jelinek1-6/+13
2010-10-13re PR objc/45878 (Can't compile even a trivial ObjC program with -fexceptions...Richard Guenther1-9/+18
2010-10-04re PR middle-end/45871 (lto bootstrap miscompiles expmed.c)Jan Hubicka1-19/+18
2010-10-02tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when call destination ...Jan Hubicka1-0/+11
2010-09-28tree-ssa-ccp.c (fold_ctor_reference): New function.Jan Hubicka1-152/+285
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-3/+1
2010-09-13tree.c (build_zero_cst): New.Jan Hubicka1-99/+89
2010-09-10* tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.Jan Hubicka1-6/+3
2010-09-10Check that result of string folding is of integral type.H.J. Lu1-2/+3
2010-09-09tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of string foldin...Jan Hubicka1-3/+4
2010-09-07tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of array_ref_low_boun...Jan Hubicka1-3/+16
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-3/+1
2010-09-04foldconst-2.c: New testcase.Jan Hubicka1-27/+7
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-3/+6
2010-08-12tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther1-0/+60
2010-08-10tree.h (get_object_alignment): Adjust prototype.Richard Guenther1-2/+1
2010-08-06tree-ssa-ccp.c (struct prop_value_d): Add mask member.Richard Guenther1-55/+699
2010-08-04tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther1-1/+12
2010-08-04tree-ssa-ccp.c (get_constant_value): New function.Richard Guenther1-110/+62
2010-07-28tree-ssa-ccp.c: Remove comment regarding STORE-CCP.Richard Guenther1-87/+28
2010-07-23Fix violations of self-assignment check in GCC source.Le-Chun Wu1-3/+2
2010-07-14tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF as base of ARRAY_REFs.Richard Guenther1-0/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka1-1/+2
2010-07-02re PR tree-optimization/44748 (ICE: in fold_convert_const_int_from_real, at f...Richard Guenther1-1/+8
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-38/+119
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-26/+31
2010-06-14re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
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-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-15Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther1-1553/+1