aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-05compiler: inline call expressions and function referencesIan Lance Taylor7-49/+330
2019-06-05gcc_diag-11.c: Skip until -Wformat-diag has been committed.Martin Sebor2-1/+7
2019-06-05decl.c (smallest_type_location): New.Paolo Carlini9-16/+80
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor124-270/+960
2019-06-05alpha.c (direct_return): Move down after struct machine_function definition...Richard Henderson3-187/+128
2019-06-05ChangeLog for PR c++/63149Nina Dinka Ranns1-0/+6
2019-06-05PR c++/63149 - wrong auto deduction from braced-init-listNina Dinka Ranns2-1/+9
2019-06-05rs6000: Fix new testcaseSegher Boessenkool2-1/+5
2019-06-05c-pragma.c (handle_pragma_weak): Adjust quoting in a diagnostic.Martin Sebor5-2/+19
2019-06-05fold-const.c (extract_muldiv_1): Do not distribute a multiplication by a powe...Eric Botcazou4-8/+46
2019-06-05[PATCH][GCC][AARCH64] Add tests for pointer authentication B-keySam Tebbs7-0/+164
2019-06-05re PR debug/90733 (ICE in simplify_subreg, at simplify-rtx.c:6440)Jakub Jelinek4-1/+34
2019-06-05re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener4-9/+45
2019-06-05omp-expand.c (struct omp_region): Add has_lastprivate_conditional member.Jakub Jelinek2-6/+26
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek2-2/+19
2019-06-05omp-low.c (lower_rec_input_clauses): Force max_vf if is_simd and on privatiza...Jakub Jelinek4-4/+224
2019-06-05re PR target/89803 (Missing AVX512 intrinsics)Hongtao Liu14-20/+234
2019-06-05compiler: statically allocate constant interface dataIan Lance Taylor2-4/+21
2019-06-05Daily bump.GCC Administrator1-1/+1
2019-06-05rs6000: Update direct-move* testcasesSegher Boessenkool7-6/+9
2019-06-05rs6000: Remove wp and wqSegher Boessenkool6-88/+72
2019-06-05rs6000: Add p9kf and p9tf isa valuesSegher Boessenkool2-1/+14
2019-06-05rs6000: More simplificationSegher Boessenkool2-42/+38
2019-06-05rs6000: <VSs> -> <sd>pSegher Boessenkool3-60/+54
2019-06-05rs6000: ww->wa in testsuiteSegher Boessenkool2-1/+6
2019-06-05rs6000: VSa->wa for some more casesSegher Boessenkool2-3/+8
2019-06-05rs6000: Simplify <VSa> for VSX_TISegher Boessenkool2-4/+9
2019-06-05rs6000: ww -> waSegher Boessenkool7-33/+30
2019-06-05rs6000: Remove Ftrad, Fvsx, Fs; add s and sdSegher Boessenkool3-49/+56
2019-06-05rs6000: Simplify <VSa> for VSX_WSegher Boessenkool2-16/+21
2019-06-05rs6000: Simplify VS[ra]* for VSX_[BDF]Segher Boessenkool2-110/+103
2019-06-04decl.c (grokdeclarator): Use declarator->id_loc in two additional places.Paolo Carlini12-27/+43
2019-06-04re PR target/78263 (Compile failure with AltiVec library on PPC64le and -std=...Bill Schmidt5-3/+75
2019-06-04Simplify loop size when step=1Marc Glisse2-2/+14
2019-06-04rs6000: wf -> waSegher Boessenkool7-55/+50
2019-06-04AARCH64: ILP32: Fix aarch64_asan_shadow_offsetAndrew Pinski2-1/+9
2019-06-04rs6000: wd -> waSegher Boessenkool7-50/+47
2019-06-04rs6000: Delete Fv2Segher Boessenkool2-41/+41
2019-06-04rs6000: Delete VS_64regSegher Boessenkool2-7/+8
2019-06-04rs6000: ws -> waSegher Boessenkool7-42/+43
2019-06-04rs6000: wv -> v+p7vSegher Boessenkool7-32/+33
2019-06-04rs6000: wi->wa, wt->waSegher Boessenkool7-73/+62
2019-06-04aarch64: fix asm visibility for extern symbolsSzabolcs Nagy3-2/+10
2019-06-04[C++ PATCH] structure tag lookupNathan Sidwell2-70/+60
2019-06-04PR c++/60531 - Wrong error about unresolved overloaded functionHarald van Dijk3-5/+19
2019-06-04Reduce accumulated garbage in constexpr evaluation.Jason Merrill2-0/+33
2019-06-04Remove dead code in IPA ICF.Martin Liska3-13/+6
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek8-70/+123
2019-06-04Fix typo in tests.Martin Liska3-2/+7
2019-06-04re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener6-139/+206