aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-4/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+14
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+3
2012-07-20re PR tree-optimization/54031 (Revision 189607 miscompiles Linux kernel)Richard Guenther1-1/+1
2012-07-19tree-ssa-ccp.c (valid_lattice_transition): Clarify comment about transition f...Richard Guenther1-1/+7
2012-07-16tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p before calling gsi_stmt.Ulrich Weigand1-2/+4
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-09tree-ssa-ccp.c (optimize_unreachable): New function.Tom de Vries1-0/+71
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-8/+4
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-19/+4
2012-03-30tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there is a built...Martin Jambor1-5/+6
2012-03-28re PR middle-end/52691 (va_start to builtin_next_arg optimization lost)Jakub Jelinek1-1/+1
2012-01-05re PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456)Richard Guenther1-2/+17
2012-01-01re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek1-2/+6
2011-12-17re PR tree-optimization/51491 (ccp when converting from alloca should add a C...Tom de Vries1-3/+97
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-2/+2
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-18/+21
2011-09-26tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries1-0/+11
2011-09-03cfgexpand.c (add_stack_var): Assert that the alignment is not zero.Eric Botcazou1-2/+2
2011-09-02tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).Richard Guenther1-7/+11
2011-08-31re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries1-0/+60
2011-08-10re PR tree-optimization/49937 (g++.dg/tree-ssa/fwprop-align.C)Richard Guenther1-63/+14
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