summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Add casting variants of various gimple_assign_*_p functionsDavid Malcolm2014-10-311-7/+13
* More gcall *David Malcolm2014-10-311-2/+2
* Introduce gpredict subclass and use it for all gimple_predict_ accessorsDavid Malcolm2014-10-291-2/+2
* Make all gimple_omp_return_ accessors typesafeDavid Malcolm2014-10-291-2/+2
* Make all gimple_omp_sections_ accessors typesafeDavid Malcolm2014-10-291-4/+8
* Make all gimple_omp_for_ accessors typesafeDavid Malcolm2014-10-291-19/+20
* Make all of gimple_omp_task_ accessors typesafeDavid Malcolm2014-10-291-12/+16
* Strengthen params of all gimple_wce_ accessorsDavid Malcolm2014-10-281-4/+4
* Merge branch 'master' r216157-r216746 into 'gimple-classes'David Malcolm2014-10-281-8/+45
|\
| * 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+9
| * PR tree-optimization/63464jakub2014-10-171-0/+18
| * * machmode.h (int_n_data_t): New.dj2014-10-141-8/+18
* | Automated renaming of gimple subclassesDavid Malcolm2014-10-271-141/+141
* | Concretize gimple_call_arg_flagsDavid Malcolm2014-10-241-2/+2
* | Concretize three gimple_return_ accessorsDavid Malcolm2014-10-241-7/+7
* | Concretize three gimple_try_set_ accessorsDavid Malcolm2014-10-241-4/+8
* | Concretize gimple_eh_filter_set_types and gimple_eh_filter_set_failureDavid Malcolm2014-10-241-4/+9
* | Concretize gimple_label_labelDavid Malcolm2014-10-241-1/+1
* | Concretize parameter to gimple_call_copy_skip_argsDavid Malcolm2014-10-241-1/+1
* | Introduce gimple_omp_sectionsDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_teamsDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_targetDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_singleDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_taskDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_parallelDavid Malcolm2014-10-241-8/+15
* | Introduce gimple_omp_forDavid Malcolm2014-10-241-5/+3
* | Introduce gimple_omp_criticalDavid Malcolm2014-10-241-4/+6
* | Introduce gimple_omp_continueDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_atomic_storeDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_omp_atomic_loadDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_eh_dispatchDavid Malcolm2014-10-241-3/+3
* | Introduce gimple_resxDavid Malcolm2014-10-241-4/+3
* | Introduce gimple_eh_elseDavid Malcolm2014-10-241-6/+10
* | Introduce gimple_eh_must_not_throwDavid Malcolm2014-10-241-2/+4
* | Introduce gimple_eh_filterDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_catchDavid Malcolm2014-10-241-6/+10
* | Introduce gimple_transactionDavid Malcolm2014-10-241-4/+7
* | Introduce gimple_asmDavid Malcolm2014-10-241-7/+7
* | Introduce gimple_gotoDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_returnDavid Malcolm2014-10-241-2/+4
* | Introduce gimple_callDavid Malcolm2014-10-241-20/+24
* | Introduce gimple_debug and use it in a few placesDavid Malcolm2014-10-241-9/+11
* | Introduce gimple_label and use it in a few placesDavid Malcolm2014-10-241-2/+3
* | Introduce gimple_assign and use it in various placesDavid Malcolm2014-10-241-6/+7
* | Introduce gimple_cond and use it in various placesDavid Malcolm2014-10-241-5/+5
* | Introduce gimple_bind and use it for accessors.David Malcolm2014-10-241-8/+13
* | Introduce gimple_switch and use it in various placesDavid Malcolm2014-10-241-5/+6
|/
* Added fnspec to internal functions.ygribov2014-08-111-3/+6
* 2014-08-08 Richard Biener <rguenther@suse.de>rguenth2014-08-081-0/+15
* 2014-06-24 Cong Hou <congh@google.com>congh2014-06-251-0/+1