aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-04-17re PR c++/64527 (Constructor for empty struct not called in some situations)Patrick Palka1-3/+8
2015-04-17Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries1-1/+9
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-30/+81
2015-03-20re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Richard Biener1-17/+0
2015-02-21re PR debug/58123 (debug line not tracked for last autovariable dtor)Aldy Hernandez1-3/+3
2015-01-21gimplify.c (gimplify_function_tree): Check the no_sanitize_thread decl attrib...Bernd Edlinger1-1/+2
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-0/+8
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-36/+218
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-6/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+11
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-0/+16
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-8/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-71/+76
2014-11-19Allow the front-end to create calls with a static chainRichard Henderson1-1/+16
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-14/+36
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-2/+11
2014-11-03tree-eh.c (operation_could_trap_helper_p): Handle conversions like ordinary o...Richard Biener1-0/+4