summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* * gimplify.c (omp_default_clause): New function. Reorganize flownathan2015-07-241-79/+91
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* PR middle-end/66820jakub2015-07-101-4/+5
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-15/+5
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* Don't dump low gimple functions in gimple dumpvries2015-06-081-0/+3
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR ifebotcazou2015-06-021-2/+4
* * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.ebotcazou2015-06-011-1/+2
* * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.mpolacek2015-05-201-1/+1
* PR middle-end/66199jakub2015-05-191-53/+209
* Move array-type va_list handling to build_va_argvries2015-05-181-32/+5
* Gimplify va_arg ap based on do_derefvries2015-05-131-26/+0
* Don't take address of ap unless necessaryvries2015-05-121-18/+35
* Canonicalize asm volatility earlierrth2015-05-111-1/+1
* Add OMP_STANDALONE_CLAUSES.tschwinge2015-04-291-8/+5
* Remove ifn_va_arg ap fixupvries2015-04-281-16/+0
* Fix va_arg ap_copy nop detectionvries2015-04-221-1/+1
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* Fix PR c++/64527ppalka2015-04-171-3/+8
* Set PROP_gimple_lva for functions without IFN_VA_ARGvries2015-04-171-1/+9
* Postpone expanding va_arg until pass_stdargvries2015-04-171-30/+81
* 2015-03-20 Richard Biener <rguenther@suse.de>rguenth2015-03-201-17/+0
* PR debug/58123aldyh2015-02-211-3/+3
* gcc/ChangeLog:edlinger2015-01-211-1/+2
* 2015-01-21 Richard Biener <rguenther@suse.de>rguenth2015-01-211-0/+8
* Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge2015-01-151-36/+218
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-6/+16
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-5/+11
* PR sanitizer/64265jakub2015-01-051-0/+16
* Update copyright years.jakub2015-01-051-1/+1
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-8/+8
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-71/+76
* Allow the front-end to create calls with a static chainrth2014-11-191-1/+16
* PR c/59708jakub2014-11-121-14/+36
* gcc/ienkovich2014-11-051-2/+11
* 2014-11-03 Richard Biener <rguenther@suse.de>rguenth2014-11-031-0/+4
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+3
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+8
* gcc/ChangeLog:manu2014-10-031-4/+4
* 2014-09-22 Richard Biener <rguenther@suse.de>rguenth2014-09-221-6/+0
* gcc/kyukhin2014-09-021-0/+4
* PR middle-end/62092jakub2014-08-151-1/+1
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* add a hash_set based on hash_tabletbsaunde2014-08-021-13/+13
* IPA C++ refactoring 1/Nmarxin2014-07-241-3/+3