summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/67653jakub2016-01-201-3/+29
* gcc/cesar2016-01-151-7/+5
* PR tree-optimization/69162jakub2016-01-081-5/+8
* Update copyright years.jakub2016-01-041-1/+1
* Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRtschwinge2015-12-231-2/+0
* PR ipa/67811rth2015-12-221-1/+1
* gcc/c-family/iverbin2015-12-151-1/+3
* PR middle-end/65958ebotcazou2015-12-041-10/+28
* Fix oacc kernels default mapping for scalarsvries2015-12-021-5/+14
* OpenACC host_data support.jules2015-12-011-6/+32
* PR tree-optimization/68128jakub2015-11-261-10/+180
* gcc/nathan2015-11-131-1/+1
* 2015-11-12 James Norris <jnorris@codesourcery.com>jnorris2015-11-121-2/+182
* missed error format change in previous commitnathan2015-11-121-2/+2
* gcc/nathan2015-11-121-1/+60
* gcc/nathan2015-11-111-42/+99
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-3/+6
* * gimplify.c (gimplify_omp_ordered): Fix up diagnosticsjakub2015-11-061-3/+3
* gcc/cesar2015-11-061-1/+12
* gcc/jakub2015-11-051-87/+553
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-8/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-11/+10
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-6/+2
* [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++tschwinge2015-10-271-15/+1
* * gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.ebotcazou2015-10-141-0/+6
* 2015-10-14 Richard Biener <rguenther@suse.de>rguenth2015-10-141-3/+4
* gcc/jakub2015-10-131-98/+1110
* switch from gimple to gimple*tbsaunde2015-09-201-22/+22
* PR c++/67523jakub2015-09-101-5/+15
* PR middle-end/67521jakub2015-09-101-8/+20
* PR middle-end/67517jakub2015-09-101-3/+6
* PR c++/67514jakub2015-09-101-6/+27
* PR inline-asm/67448mpolacek2015-09-071-1/+2
* * 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