summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/54684 (bootstrap broken with --disable-checking)Richard Guenther2012-09-241-0/+1
* re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther2012-09-141-0/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-89/+67
* hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther2012-08-171-4/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-7/+14
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+3
* re PR tree-optimization/54031 (Revision 189607 miscompiles Linux kernel)Richard Guenther2012-07-201-1/+1
* tree-ssa-ccp.c (valid_lattice_transition): Clarify comment about transition f...Richard Guenther2012-07-191-1/+7
* tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p before calling gsi_stmt.Ulrich Weigand2012-07-161-2/+4
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* tree-ssa-ccp.c (optimize_unreachable): New function.Tom de Vries2012-07-091-0/+71
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor2012-05-031-8/+4
* tree.c (valid_constant_size_p): New function.Richard Guenther2012-05-021-19/+4
* tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there is a built...Martin Jambor2012-03-301-5/+6
* re PR middle-end/52691 (va_start to builtin_next_arg optimization lost)Jakub Jelinek2012-03-281-1/+1
* re PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456)Richard Guenther2012-01-051-2/+17
* re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek2012-01-011-2/+6
* re PR tree-optimization/51491 (ccp when converting from alloca should add a C...Tom de Vries2011-12-171-3/+97
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-2/+2
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-18/+21
* tree-ssa-alias.h (pt_solution_singleton_p): Declare.Tom de Vries2011-09-261-0/+11
* cfgexpand.c (add_stack_var): Assert that the alignment is not zero.Eric Botcazou2011-09-031-2/+2
* tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).Richard Guenther2011-09-021-7/+11
* re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries2011-08-311-0/+60
* re PR tree-optimization/49937 (g++.dg/tree-ssa/fwprop-align.C)Richard Guenther2011-08-101-63/+14
* re PR middle-end/49545 (New C++ test failures)Richard Sandiford2011-06-291-4/+0
* builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2011-06-271-0/+67
* tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek2011-06-221-1/+17
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+2
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-0/+5
* gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther2011-04-181-12/+0
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-1/+1
* re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2011-03-241-603/+5
* gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.Richard Guenther2011-03-161-0/+11
* re PR tree-optimization/47538 (GNU Scientific Library miscompiled by gcc 4.6)Jakub Jelinek2011-01-311-2/+17
* re PR tree-optimization/47239 ((int)&func & 3 is always optimized to 0 on som...Richard Guenther2011-01-111-0/+4
* re PR tree-optimization/47155 (ccp caused miscompilation)Jakub Jelinek2011-01-031-2/+2
* Bump Copyright years.Jakub Jelinek2011-01-021-1/+1
* re PR tree-optimization/47140 (error: conversion of register to a different s...Jakub Jelinek2011-01-021-1/+2
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-10/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.Richard Guenther2010-11-221-4/+0
* re PR tree-optimization/45919 (ICE: SIGSEGV in fold_ctor_reference (tree-ssa-...Jakub Jelinek2010-10-201-6/+13
* re PR objc/45878 (Can't compile even a trivial ObjC program with -fexceptions...Richard Guenther2010-10-131-9/+18
* re PR middle-end/45871 (lto bootstrap miscompiles expmed.c)Jan Hubicka2010-10-041-19/+18
* tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when call destination ...Jan Hubicka2010-10-021-0/+11
* tree-ssa-ccp.c (fold_ctor_reference): New function.Jan Hubicka2010-09-281-152/+285
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-3/+1
* tree.c (build_zero_cst): New.Jan Hubicka2010-09-131-99/+89