aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-27gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther1-1/+1
2010-11-22gimple-fold.c (maybe_fold_reference): When canonicalizing MEM_REFs, preserve ...Richard Guenther1-3/+3
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-11-02re PR tree-optimization/45875 (ice in gimple_fold_obj_type_ref_known_binfo wi...Martin Jambor1-20/+5
2010-10-22re PR tree-optimization/46137 (g++.dg/torture/pr45877.C FAILs with -fno-tree-...Richard Guenther1-0/+2
2010-10-13re PR objc/45878 (Can't compile even a trivial ObjC program with -fexceptions...Richard Guenther1-2/+2
2010-10-11re PR middle-end/45699 (Incorrect copy constructor generated with -O)Martin Jambor1-1/+20
2010-10-05re PR middle-end/45877 (invalid write in gimplify_and_update_call_from_tree)Richard Guenther1-1/+15
2010-10-04gimple-fold.c (static_object_in_other_unit_p): Rename to...Jan Hubicka1-22/+41
2010-09-28tree-ssa-ccp.c (fold_ctor_reference): New function.Jan Hubicka1-3/+4
2010-09-22gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold builtins...Martin Jambor1-6/+3
2010-09-21re PR tree-optimization/45580 (Building WebKit fails with compiler catching S...Richard Guenther1-0/+3
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-3/+1
2010-09-18re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-5/+64
2010-09-07gimple.c (maybe_fold_reference): Verify that operand is gimple_min_invariant.Jan Hubicka1-1/+2
2010-09-04foldconst-2.c: New testcase.Jan Hubicka1-21/+30
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-5/+3
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-3/+12
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-26re PR tree-optimization/45073 (gfortran.dg/assumed_charlen_function_3.f90 ICE...Richard Guenther1-3/+6
2010-07-26re PR tree-optimization/45056 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther1-0/+17
2010-07-06lto-streamer.c (write_symbol_vec): Rename to ...Jan Hubicka1-1/+1
2010-07-06gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that function is ...Jan Hubicka1-1/+10
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-369/+124
2010-06-30re PR bootstrap/44699 (Bootstrap failure for x86_64-apple-darwin10: ICE while...Michael Matz1-5/+19
2010-06-28re PR c++/44535 (g++ -O[ 23] generates undefined symbol)Martin Jambor1-2/+18
2010-06-28re PR middle-end/44592 (wrong code at -O3)Michael Matz1-4/+50
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+27
2010-06-08re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore1-0/+1049
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-10/+0
2010-05-25re PR middle-end/44069 (optimization bug initializing from cast array)Richard Guenther1-0/+12
2010-05-13gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor1-13/+133
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2010-04-15Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther1-0/+1596