summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
...
* tree-ssa-coalesce.c: Use gassignDavid Malcolm2014-11-032-7/+16
* tree-ssa-ccp.c: Use gassignDavid Malcolm2014-11-032-17/+31
* tree-ssa-alias.c: Use gassignDavid Malcolm2014-11-032-16/+31
* tree-nested: Use gassignDavid Malcolm2014-11-032-1/+6
* tree-eh.c: Use gassignDavid Malcolm2014-11-032-3/+10
* tree-if-conv.c: Use gassignDavid Malcolm2014-11-032-12/+30
* tree-data-ref.c: Use gassignDavid Malcolm2014-11-032-5/+14
* tree-call-cdce.c: Use gassignDavid Malcolm2014-11-032-4/+11
* tree-affine.c: Use gassignDavid Malcolm2014-11-032-3/+8
* tree-object-size.c: Use gassignDavid Malcolm2014-11-032-21/+36
* graphite-sese-to-poly.c: Use gasssignDavid Malcolm2014-11-032-16/+40
* gimple-match-head.c: Use gassignDavid Malcolm2014-11-032-12/+19
* rewrite_to_defined_overflow takes a gassign *David Malcolm2014-11-035-10/+24
* gimple-fold.c: Use gassignDavid Malcolm2014-11-032-76/+123
* gimple-ssa-isolate-paths.c: Use gassignDavid Malcolm2014-11-032-5/+14
* gimplify-me.c: Use gassignDavid Malcolm2014-11-032-5/+13
* auto-profile.c: Use gassignDavid Malcolm2014-11-032-4/+21
* tree-ssa-forwprop.c: Use gassign * in various placesDavid Malcolm2014-10-312-40/+65
* Add casting variants of various gimple_assign_*_p functionsDavid Malcolm2014-10-3114-72/+177
* Yet more gcall *David Malcolm2014-10-314-13/+31
* More gcall *David Malcolm2014-10-317-16/+34
* Use gcall * in more placesDavid Malcolm2014-10-318-7/+21
* gimple-low.c: Use gcall * in a few placesDavid Malcolm2014-10-312-16/+29
* Make replace_call_with_call_and_fold work on a gcall *David Malcolm2014-10-302-17/+32
* Use gassign * rather than gimple in various placesDavid Malcolm2014-10-3038-105/+228
* Introduce gpredict subclass and use it for all gimple_predict_ accessorsDavid Malcolm2014-10-297-21/+69
* Make remaining gimple_eh_filter_ accessors typesafeDavid Malcolm2014-10-298-29/+67
* Make remainging gimple_omp_parallel_ accessors typesafeDavid Malcolm2014-10-293-31/+58
* Make remaining gimple_omp_target_ accessors typesafeDavid Malcolm2014-10-296-125/+184
* Convert remaining gimple_omp_single_ accessors to be typesafeDavid Malcolm2014-10-295-23/+49
* Make all gimple_omp_return_ accessors typesafeDavid Malcolm2014-10-296-43/+78
* Make all gimple_omp_sections_ accessors typesafeDavid Malcolm2014-10-297-56/+91
* Make remaining gimple_omp_teams_ accessors typesafeDavid Malcolm2014-10-295-23/+49
* Make all gimple_omp_for_ accessors typesafeDavid Malcolm2014-10-297-236/+330
* Make all of gimple_omp_task_ accessors typesafeDavid Malcolm2014-10-297-126/+145
* Strengthen remaining gimple_try_ accessors to require a gtry *David Malcolm2014-10-288-94/+161
* Make gimple_goto_dest require a const ggoto *David Malcolm2014-10-2816-39/+87
* Strengthen params of all gimple_wce_ accessorsDavid Malcolm2014-10-288-26/+57
* Fix the build after the merge from trunkDavid Malcolm2014-10-289-63/+136
* Merge branch 'master' r216157-r216746 into 'gimple-classes'David Malcolm2014-10-281048-12673/+49659
|\
| * [AArch64] Restore gimple_folding of reduction intrinsicsalalaw012014-10-273-23/+17
| * [AArch64] Use new reduc_[us](min|max)_scal optabs, inc. for builtinsalalaw012014-10-274-90/+108
| * [AArch64] Use new reduc_plus_scal optabs, inc. for __builtinsalalaw012014-10-275-53/+90
| * Add new optabs for reducing vectors to scalarsalalaw012014-10-277-23/+118
| * [Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultalalaw012014-10-276-20/+70
| * 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-27359-389/+3178
| * [AArch64] Temporarily remove aarch64_gimple_fold_builtin code for reduction o...alalaw012014-10-273-2/+12
| * * gcc-interface/utils.c (create_subprog_decl): Adjust condition.ebotcazou2014-10-272-1/+5
| * 2014-10-27 Richard Biener <rguenther@suse.de>rguenth2014-10-272-2/+8
| * * gcc-interface/misc.c (gnat_init_options_struct): Parameterize errnoebotcazou2014-10-272-16/+25