aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-03tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez1-4/+4
2014-09-22gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constr...Richard Biener1-6/+0
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+4
2014-08-15re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenM...Jakub Jelinek1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-13/+13
2014-07-24IPA C++ refactoring 1/NMartin Liska1-3/+3
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-6/+13
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+6
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-2/+30
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-9/+30
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+18
2014-06-18improve sloc assignment on bind_expr entry/exit codeOlivier Hainque1-3/+22
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-12/+34