aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-24[Ada] Minor reformattingHristian Kirtchev4-17/+27
2018-05-24[Ada] Add warning on redundant others_clause in array aggregateEd Schonberg4-0/+29
2018-05-24[Ada] Update Ada.Containers.Hashed_Maps documentation with Ada RM doc.Raphael Amiard2-82/+175
2018-05-24[Ada] Add documentation from the Ada RM to Ada.Containers.VectorRaphael Amiard2-0/+310
2018-05-24[Ada] Crash on return of raise expressionJustin Squirek5-4/+53
2018-05-24[Ada] Crash on function in Ghost subunitHristian Kirtchev2-15/+39
2018-05-24[Ada] Ineffective use warning is suppressed when performing verificationJustin Squirek2-1/+13
2018-05-24[Ada] Fix typos in documentationCyrille Comar3-11/+16
2018-05-24[Ada] Memory leak mixing limited and nonlimited functionsBob Duff2-5/+64
2018-05-24[Ada] Spurious error on pragma Independent_ComponentsHristian Kirtchev2-0/+37
2018-05-24[Ada] Fix crash on formal containersHristian Kirtchev24-195/+451
2018-05-24[Ada] Fix inconsistent documentation for the Contract_Cases pragmaPiotr Trojanek3-13/+20
2018-05-24[Ada] Expansion of discrete choicesHristian Kirtchev2-0/+8
2018-05-24[Ada] Spurious error on imported subprogram with preconditionHristian Kirtchev2-3/+21
2018-05-24[Ada] Spurious error on private task derivationJavier Miranda3-6/+14
2018-05-24[Ada] Crash on compilation unit instanceHristian Kirtchev2-0/+51
2018-05-24[Ada] Fix references to Backend_Layout configuration parameterPiotr Trojanek3-8/+13
2018-05-24[Ada] Initial port of x86-lynx178elf runtimesDoug Rupp3-0/+244
2018-05-24Require ifunc support in gcc.target/i386/pr85345.cRainer Orth2-0/+5
2018-05-24Use canonicalize_math_after_vectorization_p for FMA foldsRichard Sandiford4-47/+114
2018-05-24Fix dumpfile name in gcc.dg/tree-prof/update-loopch.cRainer Orth2-4/+9
2018-05-24PR target/83009: Relax strict address checking for store pair lanesAndre Vieira4-4/+37
2018-05-24Add a class to represent a gimple match resultRichard Sandiford7-385/+522
2018-05-24Daily bump.GCC Administrator1-1/+1
2018-05-23Fix bootstrap breakage on i686Luis Machado2-2/+7
2018-05-23re PR target/78849 (ICE on initialization of global struct containing __int20...Jeff Law5-7/+73
2018-05-23range-for8.C: New test.Marek Polacek4-0/+97
2018-05-23testsuite: Introduce be/le selectorsSegher Boessenkool4-0/+35
2018-05-23Fix cast to rvalue reference from prvalue.Jason Merrill6-9/+39
2018-05-23CWG 616, 1213 - value category of subobject references.Jason Merrill10-37/+47
2018-05-23Implement P0614R1, Range-based for statements with initializer.Marek Polacek10-6/+285
2018-05-23[Patch 02/02] Introduce prefetch-dynamic-strides optionLuis Machado7-0/+65
2018-05-23[Patch 01/02] Introduce prefetch-minimum stride optionLuis Machado7-1/+78
2018-05-23[arm] Remove mode26 feature bitKyrylo Tkachov3-16/+9
2018-05-23i386.md (*floatuns<SWI48:mode><MODEF:mode>2_avx512): New insn pattern.Uros Bizjak5-28/+149
2018-05-23df-scan: remove ad-hoc handling of global regs in asmsAlexander Monakov4-11/+22
2018-05-23extend.texi: update Global Register Variables sectionAlexander Monakov2-10/+26
2018-05-23tree-ssa-sccvn.c (vn_reference_lookup_3): Remove restriction of fixed offset ...Richard Biener4-1/+20
2018-05-23gimple-ssa-strength-reduction.c (struct slsr_cand_d): Add first_interp field.Bill Schmidt2-27/+65
2018-05-23[AArch64] Simplify frame pointer logicWilco Dijkstra2-17/+36
2018-05-23[AArch64][PR target/84882] Add mno-strict-alignSudakshina Das9-15/+95
2018-05-23Fix SLP def type when computing masks (PR85853)Richard Sandiford4-41/+93
2018-05-23[Ada] Minor reformattingsHristian Kirtchev6-38/+47
2018-05-23[Ada] Fix memory leak in win32_wait error handlingPascal Obry2-0/+7
2018-05-23[Ada] Fix computation of handle/pid lists in win32_waitPascal Obry2-2/+6
2018-05-23[Ada] Spurious Storage_Error on imported arrayHristian Kirtchev6-104/+160
2018-05-23[Ada] Spurious error on instantiation with type with unknown discriminantsEd Schonberg8-12/+176
2018-05-23[Ada] Fix faulty preconditions for trigonometric functionsBoris Yakobowski2-2/+6
2018-05-23[Ada] Fix various defects found by static analysisArnaud Charlet3-8/+21
2018-05-23[Ada] gnatbind: do not list No_Implementation_RestrictionsBob Duff2-20/+34