summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-1/+2
* re PR tree-optimization/44748 (ICE: in fold_convert_const_int_from_real, at f...Richard Guenther2010-07-021-1/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-38/+119
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-26/+31
* re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek2010-06-141-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther2010-04-151-1553/+1
* gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou2010-04-131-3/+3
* ipa-reference.c (mark_load): Use get_base_address.Richard Guenther2010-04-071-8/+18
* re PR tree-optimization/43629 (Struct to register optimization fails)Richard Guenther2010-04-021-2/+5
* re PR tree-optimization/43220 (Paritially optimized __builtin_save_stack/__bu...Richard Guenther2010-03-011-1/+4
* tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.Richard Guenther2010-02-051-7/+35
* tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.Richard Guenther2010-01-291-3/+5
* tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate into call arguments.Richard Guenther2010-01-281-15/+69
* re PR tree-optimization/42730 (ice: verify_stmts failed)Richard Guenther2010-01-131-0/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-27/+27
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-3/+8
* tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under which we ...Richard Henderson2009-09-271-23/+39
* re PR tree-optimization/41428 (CCP doesn't fold all comparisons it could)Richard Guenther2009-09-221-1/+30
* tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.Richard Guenther2009-09-221-1/+1
* re PR middle-end/41317 (folding causes strict aliasing violation)Richard Guenther2009-09-091-67/+37
* re PR tree-optimization/41181 (internal compiler error when using x86_64-w64-...Richard Guenther2009-09-051-4/+4
* Force block enders to be simulated once.Richard Henderson2009-09-011-1/+9
* re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing)Richard Guenther2009-08-131-2/+1
* re PR tree-optimization/40999 (ICE in extract_component, at tree-complex.c:625)Richard Guenther2009-08-071-2/+23
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-33/+43
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-29/+65
* re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail...Richard Guenther2009-05-261-0/+43
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-9/+2
* re PR middle-end/39824 (ice in fold-const.c)Richard Guenther2009-04-221-1/+3
* re PR tree-optimization/39804 (internal compiler error: in propagate_necessit...Richard Guenther2009-04-181-57/+66
* tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.Richard Guenther2009-04-171-215/+130
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-1/+1
* re PR tree-optimization/39764 (ICE in set_lattice_value, at tree-ssa-ccp.c:46...Richard Guenther2009-04-151-0/+4
* tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant indices into an ...Richard Guenther2009-04-091-3/+36
* re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther2009-04-081-1/+21
* re PR tree-optimization/39643 (cris-elf gcc.dg/torture/builtin-math-3.c -O1 ...Richard Guenther2009-04-061-3/+8
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-11/+14
* Add dbg count support for ccpXinliang David Li2009-03-281-1/+23
* re PR tree-optimization/38180 (CCP does not propagate through constant initia...Richard Guenther2009-03-281-75/+69
* re PR tree-optimization/39343 (Wrong result for __builtin_object_size (x, 1))Jakub Jelinek2009-03-031-2/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill2009-02-181-1/+2
* re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini2009-01-231-15/+2
* re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek2008-12-311-0/+4
* re PR tree-optimization/38645 (ICE with volatile)Richard Guenther2008-12-301-4/+13