summaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
Commit message (Expand)AuthorAgeFilesLines
* re PR objc/45878 (Can't compile even a trivial ObjC program with -fexceptions...Richard Guenther2010-10-131-2/+2
* re PR middle-end/45699 (Incorrect copy constructor generated with -O)Martin Jambor2010-10-111-1/+20
* re PR middle-end/45877 (invalid write in gimplify_and_update_call_from_tree)Richard Guenther2010-10-051-1/+15
* gimple-fold.c (static_object_in_other_unit_p): Rename to...Jan Hubicka2010-10-041-22/+41
* tree-ssa-ccp.c (fold_ctor_reference): New function.Jan Hubicka2010-09-281-3/+4
* gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold builtins...Martin Jambor2010-09-221-6/+3
* re PR tree-optimization/45580 (Building WebKit fails with compiler catching S...Richard Guenther2010-09-211-0/+3
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-3/+1
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-181-5/+64
* gimple.c (maybe_fold_reference): Verify that operand is gimple_min_invariant.Jan Hubicka2010-09-071-1/+2
* foldconst-2.c: New testcase.Jan Hubicka2010-09-041-21/+30
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-5/+3
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-3/+12
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* re PR tree-optimization/45073 (gfortran.dg/assumed_charlen_function_3.f90 ICE...Richard Guenther2010-07-261-3/+6
* re PR tree-optimization/45056 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther2010-07-261-0/+17
* lto-streamer.c (write_symbol_vec): Rename to ...Jan Hubicka2010-07-061-1/+1
* gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that function is ...Jan Hubicka2010-07-061-1/+10
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-369/+124
* re PR bootstrap/44699 (Bootstrap failure for x86_64-apple-darwin10: ICE while...Michael Matz2010-06-301-5/+19
* re PR c++/44535 (g++ -O[ 23] generates undefined symbol)Martin Jambor2010-06-281-2/+18
* re PR middle-end/44592 (wrong code at -O3)Michael Matz2010-06-281-4/+50
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+27
* re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore2010-06-081-0/+1049
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-10/+0
* re PR middle-end/44069 (optimization bug initializing from cast array)Richard Guenther2010-05-251-0/+12
* gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-f...Martin Jambor2010-05-131-13/+133
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-1/+1
* Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther2010-04-151-0/+1596