aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-30extend.texi (PowerPC AltiVec Built-in Functions): Remove descriptions of vari...Kelvin Nilsen2-20/+5
2018-05-30Fixing ChangeLog entry for earlier commit.Andre Vieira2-0/+11
2018-05-30Reverting r260635Andre Vieira2-26/+4
2018-05-30re PR tree-optimization/85964 (compile time hog w/ -O3 -ftracer -fno-guess-br...Richard Biener2-10/+27
2018-05-30[AArch64] Improve LDP/STP generation that requires a base registerJackson Woodruff7-97/+290
2018-05-30[AArch64] Fix aarch64_ira_change_pseudo_allocno_classWilco Dijkstra3-13/+23
2018-05-30[Ada] Update documentation of Sinfo.Package_Instantiation fieldPiotr Trojanek2-1/+6
2018-05-30[Ada] Unnesting: always transform local Raise statementsEd Schonberg2-3/+10
2018-05-30[Ada] Minor reformattingHristian Kirtchev5-23/+30
2018-05-30[Ada] Unnesting: handle the semantic of Procedure_To_Call fieldEd Schonberg2-0/+25
2018-05-30[Ada] Unnesting: skip unanalyzed Component_AssocationEd Schonberg2-2/+17
2018-05-30[Ada] Implement pragma Max_Entry_Queue_DepthJustin Squirek8-3/+47
2018-05-30[Ada] Extend the applicability of Thread_Local_Storage to composite typesEd Schonberg8-15/+138
2018-05-30[Ada] Correctly ignore Assertion_Policy in modes CodePeer and GNATproveYannick Moy2-0/+15
2018-05-30[Ada] ACATS 4.1G - CXAG003 - Name_Case_Equivalence doesn't existJustin Squirek4-2/+176
2018-05-30[Ada] Minor reformattingHristian Kirtchev6-47/+65
2018-05-30[Ada] Add support for Define_Switch with a callback in GNAT.Command_LinePascal Obry3-2/+51
2018-05-30[Ada] Fix several typosGary Dismukes3-5/+9
2018-05-30[Ada] Craft .ctors/.dtors sections manually for VxWorks EH registrationOlivier Hainque2-5/+18
2018-05-30[Ada] Spell preanalysis, preanalyze correctlyBob Duff22-38/+46
2018-05-30[Ada] Minor comment rework in GNAT.Secondary_Stack_InfoBob Duff2-7/+5
2018-05-30[Ada] Reuse Is_Rewrite_Substitution where possiblePiotr Trojanek10-9/+15
2018-05-30[Ada] Simplify conditions by removing always true conjunctsPiotr Trojanek2-3/+5
2018-05-30[Ada] Spurious error on legal synchronized constituentHristian Kirtchev6-59/+100
2018-05-30[Ada] Refine logic to set Needs_Activation_Record on subprogram typesEd Schonberg3-4/+23
2018-05-30[Ada] Minor comment additionEric Botcazou2-1/+8
2018-05-30[Ada] Secondary stack leak in "for X of ..." loopsBob Duff6-16/+59
2018-05-30[Ada] Ignore out of range values for System.Priority in CodePeer modeArnaud Charlet3-5/+31
2018-05-30[Ada] Unnesting: look for specification of main unitEd Schonberg2-0/+16
2018-05-30[Ada] Unnesting: properly handle local subprogram in declare blocksEd Schonberg2-0/+90
2018-05-30[Ada] Minor comment fixBob Duff2-6/+10
2018-05-30[Ada] Unnesting: properly handle subprogram instantiationsEd Schonberg2-254/+293
2018-05-30[Ada] Secondary stack implementation clean upHristian Kirtchev3-541/+1108
2018-05-30[Ada] Minor reformattingHristian Kirtchev16-125/+137
2018-05-30[Ada] Move special flags for Ada runtime files from Makefile.in to Makefile.rtlArnaud Charlet3-62/+73
2018-05-30[Ada] Move target pair settings in MakefilesArnaud Charlet3-1791/+1970
2018-05-30Replace dead store with early returnJonathan Wakely2-9/+13
2018-05-30Use poly_int tree accessorsRichard Sandiford10-44/+69
2018-05-30cmd/go, cmd/vet: make vet work with gccgoIan Lance Taylor1-1/+1
2018-05-30Daily bump.GCC Administrator1-1/+1
2018-05-30crypto/x509: specify path to AIX certificate fileIan Lance Taylor1-1/+1
2018-05-29RISC-V: Fix a comment typo.Jim Wilson2-1/+5
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill17-56/+288
2018-05-29re PR target/85950 (Unsafe-math-optimizations regresses optimization using SS...Uros Bizjak4-5/+42
2018-05-29PR middle-end/85888 - New test case c-c++-common/attr-nonstring-6.c from r260...Martin Sebor4-3/+71
2018-05-29re PR c++/85883 (class template argument deduction fails in new-expression)Marek Polacek6-1/+75
2018-05-29re PR c++/85952 (Bogus -Wunused-but-set-variable warning with array structure...Jakub Jelinek4-0/+47
2018-05-29tree-vect-data-refs.c (vect_preserves_scalar_order_p): Make sure to use non-p...Richard Biener3-4/+24
2018-05-29libgcov: report about a different timestamp (PR gcov-profile/85759).Martin Liska2-0/+14
2018-05-29tree-cfg.c (verify_gimple_assign_unary): Add checking for VEC_UNPACK_*_EXPR.Jakub Jelinek2-3/+42