| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tree-ssa-coalesce.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -7/+16 |
* | tree-ssa-ccp.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -17/+31 |
* | tree-ssa-alias.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -16/+31 |
* | tree-nested: Use gassign | David Malcolm | 2014-11-03 | 2 | -1/+6 |
* | tree-eh.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -3/+10 |
* | tree-if-conv.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -12/+30 |
* | tree-data-ref.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -5/+14 |
* | tree-call-cdce.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -4/+11 |
* | tree-affine.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -3/+8 |
* | tree-object-size.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -21/+36 |
* | graphite-sese-to-poly.c: Use gasssign | David Malcolm | 2014-11-03 | 2 | -16/+40 |
* | gimple-match-head.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -12/+19 |
* | rewrite_to_defined_overflow takes a gassign * | David Malcolm | 2014-11-03 | 5 | -10/+24 |
* | gimple-fold.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -76/+123 |
* | gimple-ssa-isolate-paths.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -5/+14 |
* | gimplify-me.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -5/+13 |
* | auto-profile.c: Use gassign | David Malcolm | 2014-11-03 | 2 | -4/+21 |
* | tree-ssa-forwprop.c: Use gassign * in various places | David Malcolm | 2014-10-31 | 2 | -40/+65 |
* | Add casting variants of various gimple_assign_*_p functions | David Malcolm | 2014-10-31 | 14 | -72/+177 |
* | Yet more gcall * | David Malcolm | 2014-10-31 | 4 | -13/+31 |
* | More gcall * | David Malcolm | 2014-10-31 | 7 | -16/+34 |
* | Use gcall * in more places | David Malcolm | 2014-10-31 | 8 | -7/+21 |
* | gimple-low.c: Use gcall * in a few places | David Malcolm | 2014-10-31 | 2 | -16/+29 |
* | Make replace_call_with_call_and_fold work on a gcall * | David Malcolm | 2014-10-30 | 2 | -17/+32 |
* | Use gassign * rather than gimple in various places | David Malcolm | 2014-10-30 | 38 | -105/+228 |
* | Introduce gpredict subclass and use it for all gimple_predict_ accessors | David Malcolm | 2014-10-29 | 7 | -21/+69 |
* | Make remaining gimple_eh_filter_ accessors typesafe | David Malcolm | 2014-10-29 | 8 | -29/+67 |
* | Make remainging gimple_omp_parallel_ accessors typesafe | David Malcolm | 2014-10-29 | 3 | -31/+58 |
* | Make remaining gimple_omp_target_ accessors typesafe | David Malcolm | 2014-10-29 | 6 | -125/+184 |
* | Convert remaining gimple_omp_single_ accessors to be typesafe | David Malcolm | 2014-10-29 | 5 | -23/+49 |
* | Make all gimple_omp_return_ accessors typesafe | David Malcolm | 2014-10-29 | 6 | -43/+78 |
* | Make all gimple_omp_sections_ accessors typesafe | David Malcolm | 2014-10-29 | 7 | -56/+91 |
* | Make remaining gimple_omp_teams_ accessors typesafe | David Malcolm | 2014-10-29 | 5 | -23/+49 |
* | Make all gimple_omp_for_ accessors typesafe | David Malcolm | 2014-10-29 | 7 | -236/+330 |
* | Make all of gimple_omp_task_ accessors typesafe | David Malcolm | 2014-10-29 | 7 | -126/+145 |
* | Strengthen remaining gimple_try_ accessors to require a gtry * | David Malcolm | 2014-10-28 | 8 | -94/+161 |
* | Make gimple_goto_dest require a const ggoto * | David Malcolm | 2014-10-28 | 16 | -39/+87 |
* | Strengthen params of all gimple_wce_ accessors | David Malcolm | 2014-10-28 | 8 | -26/+57 |
* | Fix the build after the merge from trunk | David Malcolm | 2014-10-28 | 9 | -63/+136 |
* | Merge branch 'master' r216157-r216746 into 'gimple-classes' | David Malcolm | 2014-10-28 | 1048 | -12673/+49659 |
|\ |
|
| * | [AArch64] Restore gimple_folding of reduction intrinsics | alalaw01 | 2014-10-27 | 3 | -23/+17 |
| * | [AArch64] Use new reduc_[us](min|max)_scal optabs, inc. for builtins | alalaw01 | 2014-10-27 | 4 | -90/+108 |
| * | [AArch64] Use new reduc_plus_scal optabs, inc. for __builtins | alalaw01 | 2014-10-27 | 5 | -53/+90 |
| * | Add new optabs for reducing vectors to scalars | alalaw01 | 2014-10-27 | 7 | -23/+118 |
| * | [Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar result | alalaw01 | 2014-10-27 | 6 | -20/+70 |
| * | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 359 | -389/+3178 |
| * | [AArch64] Temporarily remove aarch64_gimple_fold_builtin code for reduction o... | alalaw01 | 2014-10-27 | 3 | -2/+12 |
| * | * gcc-interface/utils.c (create_subprog_decl): Adjust condition. | ebotcazou | 2014-10-27 | 2 | -1/+5 |
| * | 2014-10-27 Richard Biener <rguenther@suse.de> | rguenth | 2014-10-27 | 2 | -2/+8 |
| * | * gcc-interface/misc.c (gnat_init_options_struct): Parameterize errno | ebotcazou | 2014-10-27 | 2 | -16/+25 |