aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Daily bump.GCC Administrator1-1/+1
2018-05-17line-map.c (linemap_init): Use placement new.Jason Merrill3-1/+10
2018-05-17RISC-V: Optimize switch with sign-extended index.Jim Wilson6-4/+74
2018-05-17thunderx2t99.md (thunderx2t99_ls_both): Delete.Steve Ellcey2-50/+95
2018-05-17arm_cmse.h (cmse_nsfptr_create, [...]): Remove #include <stdint.h>.Jerome Lambourg4-5/+15
2018-05-17re PR tree-optimization/85698 (CPU2017 525.x264_r fails starting with r257581)Pat Haugen4-1/+92
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely3-1/+40
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely3-9/+27
2018-05-17tree-ssa-dse.c (dse_classify_store): Fix iterator increment for pruning loop ...Richard Biener2-3/+15
2018-05-17tree-ssa-sccvn.c (vn_reference_lookup_3): Improve memset handling.Richard Biener4-10/+81
2018-05-17re PR tree-optimization/85793 ([AARCH64] ICE in verify_gimple during GIMPLE p...Bin Cheng4-0/+28
2018-05-17Gimple FE support for internal functionsRichard Sandiford13-15/+141
2018-05-17Allow gimple_build with internal functionsRichard Sandiford5-63/+79
2018-05-17Fix GNU coding style for G_.Martin Liska6-18/+33
2018-05-17re PR target/85323 (SSE/AVX/AVX512 shift by 0 not optimized away)Jakub Jelinek6-11/+559
2018-05-17re PR target/85323 (SSE/AVX/AVX512 shift by 0 not optimized away)Jakub Jelinek6-8/+382
2018-05-17re PR target/85323 (SSE/AVX/AVX512 shift by 0 not optimized away)Jakub Jelinek6-0/+653
2018-05-17avx512fintrin.h (_mm512_set_epi16, [...]): New intrinsics.Jakub Jelinek14-1/+1333
2018-05-17[patch AArch64] Do not perform a vector splat for vector initialisation if it...James Greenhalgh5-3/+136
2018-05-17re PR c++/85713 (ICE in dependent_type_p, at cp/pt.c:24582 on valid code)Paolo Carlini2-1/+13
2018-05-17config.gcc: Support "goldmont-plus".Olga Makhotina14-31/+112
2018-05-17re PR tree-optimization/85757 (tree optimizers fail to fully clean up fixed-s...Richard Biener4-8/+54
2018-05-17Daily bump.GCC Administrator1-1/+1
2018-05-16re PR c++/85363 (Throwing exception from member constructor (brace initialize...Marek Polacek6-7/+85
2018-05-16RISC-V: Minor pattern name cleanup.Jim Wilson2-4/+10
2018-05-16DWARF: Add header for .debug_str_offsets table for dwarf_version 5.Mark Wielaard2-0/+46
2018-05-16DWARF: Emit DWARF5 forms for indirect addresses and string offsets.Mark Wielaard2-15/+52
2018-05-16rs6000.md (prefetch): Generate ISA 2.06 instructions dcbt and dcbtstt with TH...Carl Love2-6/+16
2018-05-16Remove unused function ipa_free_edge_args_substructuresMartin Jambor3-11/+5
2018-05-16vsx-vector-6-be.c: Remove file.Carl Love3-32/+16
2018-05-16[AArch64] Improve register allocation of fmaWilco Dijkstra2-26/+75
2018-05-16* tree.c (warn_deprecated_use): Return bool. Simplify logic.Jason Merrill3-40/+26
2018-05-16tree-vectorizer.h (struct stmt_info_for_cost): Add where member.Richard Biener6-558/+611
2018-05-16params.def (PARAM_DSE_MAX_ALIAS_QUERIES_PER_STORE): New param.Richard Biener8-51/+118
2018-05-16Handle vector boolean types when calculating the SLP unroll factorRichard Sandiford10-473/+637
2018-05-16tree-cfg.c (verify_gimple_assign_ternary): Properly verify the [VEC_]COND_EXP...Richard Biener2-0/+11
2018-05-15PR tree-optimization/85753 - missing -Wrestrict on memcpy into a member arrayMartin Sebor5-20/+122
2018-05-15cp-tree.h (cp_expr): Remove copy constructor.Jason Merrill3-3/+7
2018-05-16Daily bump.GCC Administrator1-1/+1
2018-05-15* constexpr.c (cxx_eval_vec_init_1): Pass tf_none if ctx->quiet.Jason Merrill2-7/+8
2018-05-15PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conversion in ?:Jason Merrill3-37/+36
2018-05-15PR middle-end/85643 - attribute nonstring fails to squash -Wstringop-truncati...Martin Sebor4-1/+105
2018-05-15re PR lto/85583 (lto1: internal compiler error: in lto_balanced_map, at lto/l...Jan Hubicka2-4/+26
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini9-19/+27
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely13-37/+704
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely6-23/+135
2018-05-15Remove unused headers from testsJonathan Wakely23-22/+35
2018-05-15PR libstdc++/84159 fix appending strings to pathsJonathan Wakely6-50/+268
2018-05-15Qualify std::__invoke in <variant> to prevent ADLJonathan Wakely2-3/+7
2018-05-15tree-ssa-dse.c (dse_classify_store): Remove use_stmt parameter, add by_clobbe...Richard Biener4-42/+94