summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
Commit message (Expand)AuthorAgeFilesLines
* tree-nested: Use gassignDavid Malcolm2014-11-031-1/+1
* Use gassign * rather than gimple in various placesDavid Malcolm2014-10-301-2/+2
* Make remaining gimple_omp_target_ accessors typesafeDavid Malcolm2014-10-291-98/+126
* Convert remaining gimple_omp_single_ accessors to be typesafeDavid Malcolm2014-10-291-10/+21
* Make all gimple_omp_sections_ accessors typesafeDavid Malcolm2014-10-291-10/+21
* Make remaining gimple_omp_teams_ accessors typesafeDavid Malcolm2014-10-291-10/+21
* Make all gimple_omp_for_ accessors typesafeDavid Malcolm2014-10-291-17/+25
* Make gimple_goto_dest require a const ggoto *David Malcolm2014-10-281-2/+2
* Merge branch 'master' r216157-r216746 into 'gimple-classes'David Malcolm2014-10-281-0/+7
|\
| * 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+1
| * 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* | Automated renaming of gimple subclassesDavid Malcolm2014-10-271-15/+15
* | Concretize gimple_label_labelDavid Malcolm2014-10-241-2/+2
* | Introduce gimple_omp_targetDavid Malcolm2014-10-241-3/+4
* | Introduce gimple_omp_forDavid Malcolm2014-10-241-3/+5
* | Introduce gimple_callDavid Malcolm2014-10-241-5/+6
* | Introduce gimple_bind and use it for accessors.David Malcolm2014-10-241-9/+13
|/
* gcc/kyukhin2014-09-021-0/+2
* Fix invalid gimple made by finalize_nesting_tree_1.bernds2014-08-251-5/+5
* IPA C++ refactoring 4/Nmarxin2014-08-251-1/+1
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-40/+30
* add a hash_set based on hash_tabletbsaunde2014-08-021-7/+7
* IPA C++ refactoring 1/Nmarxin2014-07-241-4/+4
* * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,jakub2014-06-241-10/+157
* * gimplify.c (omp_notice_variable): If n is non-NULLjakub2014-06-181-1/+76
* PR debug/53927ebotcazou2014-06-061-2/+12
* * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.jakub2014-05-111-0/+2
* * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.jakub2014-04-241-0/+22
* PR fortran/59440jakub2014-01-171-0/+49
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+6
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-5/+5
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+1
* libgomp/jakub2013-10-111-0/+37
* gcc/rsandifo2013-09-281-1/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* * tree.h (DECL_NONLOCAL_FRAME): New macro.ebotcazou2012-10-021-0/+1
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-0/+14
* * expr.c (expand_expr_real_1): Do not expand operand #1 and #2ebotcazou2012-07-251-14/+0
* * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple.matz2012-05-021-32/+33
* * cgraph.h: Update copyrights;hubicka2012-04-141-5/+6
* PR middle-end/52547jakub2012-03-221-3/+21