aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-1/+3
2015-12-04re PR middle-end/65958 (-fstack-check breaks alloca on architectures using ge...Eric Botcazou1-10/+28
2015-12-02Fix oacc kernels default mapping for scalarsTom de Vries1-5/+14
2015-12-01OpenACC host_data support.Julian Brown1-6/+32
2015-11-26re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP...Jakub Jelinek1-10/+180
2015-11-13gimplify.c (oacc_default_clause): Use inform for enclosing scope.Nathan Sidwell1-1/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-2/+182
2015-11-12missed error format change in previous commitNathan Sidwell1-2/+2
2015-11-12gimplify.c (oacc_default_clause): New.Nathan Sidwell1-1/+60
2015-11-11gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE...Nathan Sidwell1-42/+99
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+6
2015-11-06gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.Jakub Jelinek1-3/+3
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-1/+12
2015-11-05gcc/Jakub Jelinek1-87/+553
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+10
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-15/+1
2015-10-14* gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.Eric Botcazou1-0/+6
2015-10-14re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-3/+4
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-98/+1110
2015-09-20switch from gimple to gimple*Trevor Saunders1-22/+22
2015-09-10re PR c++/67523 (ICE with invalid combined simd inside of a template)Jakub Jelinek1-5/+15
2015-09-10re PR middle-end/67521 (ICE when OpenMP loop expressions mention the IV)Jakub Jelinek1-8/+20
2015-09-10re PR middle-end/67517 (ICE in gimplify_scan_omp_clauses)Jakub Jelinek1-3/+6
2015-09-10re PR c++/67514 (ICE in omp_add_variable)Jakub Jelinek1-6/+27
2015-09-07re PR inline-asm/67448 (compiler crash#inline assembly#rvalue operand with co...Marek Polacek1-1/+2
2015-07-24gimplify.c (omp_default_clause): New function.Nathan Sidwell1-79/+91
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10re PR middle-end/66820 (internal compiler error: in get_expr_operands, at tre...Jakub Jelinek1-4/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-08Don't dump low gimple functions in gimple dumpTom de Vries1-0/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-02gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if the tar...Eric Botcazou1-2/+4
2015-06-01gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou1-1/+2
2015-05-20gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek1-1/+1
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-53/+209
2015-05-18Move array-type va_list handling to build_va_argTom de Vries1-32/+5
2015-05-13Gimplify va_arg ap based on do_derefTom de Vries1-26/+0
2015-05-12Don't take address of ap unless necessaryTom de Vries1-18/+35
2015-05-11Canonicalize asm volatility earlierRichard Henderson1-1/+1
2015-04-29Add OMP_STANDALONE_CLAUSES.Thomas Schwinge1-8/+5
2015-04-28Remove ifn_va_arg ap fixupTom de Vries1-16/+0
2015-04-22Fix va_arg ap_copy nop detectionTom de Vries1-1/+1