aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-05-12[PR middle-end/69921] Use "oacc kernels parallelized" attribute for paralleli...Thomas Schwinge28-60/+89
2017-05-12Use "oacc kernels" attribute for OpenACC kernelsThomas Schwinge16-64/+74
2017-05-12Test cases to check OpenACC offloaded function's attributes and classificationThomas Schwinge9-0/+280
2017-05-12mksigtab.sh: recurse once when adding signals to SIGLISTIan Lance Taylor1-1/+1
2017-05-12os: use opendir64 and closedir64 on AIXIan Lance Taylor1-1/+1
2017-05-12* lib/gcc-dg.exp (schedule-cleanups): Add lang dump capability.Nathan Sidwell2-3/+5
2017-05-12Daily bump.GCC Administrator1-1/+1
2017-05-11re PR go/64238 (ICE in get_partitioning_class, at symtab.c:1775)Ian Lance Taylor2-2/+8
2017-05-11rs6000-c: Add support for built-in functions vector unsigned char vec_popcnt ...Carl Love8-7/+190
2017-05-11attribs.h (sorted_attr_string): Move machine independent functions for target...Michael Meissner4-240/+271
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor1-1/+1
2017-05-11re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist...Jerry DeLisle8-55/+169
2017-05-11re PR target/80695 (gratuitous use of stxvx to store multiple pointers)Bill Schmidt5-1/+62
2017-05-11cp-lang.c (get_global_decls, [...]): Move to ...Nathan Sidwell4-21/+29
2017-05-11re PR target/80706 (peephole2 uses uninitialized stack variables on i686)Uros Bizjak4-17/+104
2017-05-11* config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)Julia Koval8-4/+109
2017-05-11* graphite-poly.c: Include dumpfile.h.Nathan Sidwell2-0/+3
2017-05-11name-lookup.h (pushdecl): Add default friend parm.Nathan Sidwell5-44/+30
2017-05-11re PR c++/70538 (ICE on a deprecated access declaration in instantiate_templa...Paolo Carlini2-0/+20
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell15-26/+44
2017-05-11Revert pushdecl_top_level_and_finish name change.Nathan Sidwell6-7/+14
2017-05-11pr22152.c: Fix undefined testcase.Uros Bizjak2-7/+14
2017-05-11name-lookup.c (pushdecl_outermost_localscope): Always conditionally stop timer.Nathan Sidwell2-10/+11
2017-05-11decl.c (xref_tag_1): Don't frob ts_lambda scope here.Nathan Sidwell3-19/+17
2017-05-11dumpfile.h (TDF_FLAGS): New.Nathan Sidwell3-3/+10
2017-05-11cmpb-1.c: New test.Kelvin Nilsen12-11/+298
2017-05-11re PR tree-optimization/80705 (Incorrect code generated for profile counter u...Richard Biener4-0/+76
2017-05-11scanlang.exp: New.Nathan Sidwell4-8/+58
2017-05-11GIMPLEFE: Handle invalid SSA namesMikhail Maltsev4-0/+26
2017-05-11cp-tree.h (pushdecl, [...]): Move declarations to ...Nathan Sidwell10-26/+42
2017-05-11name-lookup.h (pop_binding): Rename to pop_local_binding.Nathan Sidwell5-38/+42
2017-05-11GIMPLEFE: handle invalid __MEMMikhail Maltsev4-0/+28
2017-05-11GIMPLEFE: Handle invalid unary "*" operand typeMikhail Maltsev4-0/+23
2017-05-11tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger when counting...Bin Cheng2-0/+9
2017-05-11tree-ssa-loop-ivopts.c (compare_cost_pair): New.Bin Cheng2-11/+39
2017-05-11tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump to ...Bin Cheng2-20/+43
2017-05-11tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.Bin Cheng2-7/+12
2017-05-11tree-ssa-address.c: Include header file.Bin Cheng2-55/+136
2017-05-11re PR tree-optimization/53090 (suboptimal ivopt)Bin Cheng2-13/+30
2017-05-11tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.Bin Cheng2-25/+55
2017-05-11tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate nonlinear i...Bin Cheng2-7/+50
2017-05-11tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.Bin Cheng2-0/+24
2017-05-11tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.Bin Cheng2-6/+44
2017-05-11tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move from ...Bin Cheng4-59/+66
2017-05-11* tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.Bin Cheng2-10/+7
2017-05-11tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more operators...Bin Cheng2-0/+29
2017-05-11tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.Bin Cheng2-799/+354
2017-05-11tree-ssa-address.c (struct mem_address): Move to header file.Bin Cheng3-9/+19
2017-05-11tree-affine.h (aff_combination_type): New interface.Bin Cheng2-1/+31
2017-05-11tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Skip unreachable ...Richard Biener3-31/+58