aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek21-59/+970
2018-05-29tree-vectorizer.h (struct vec_info): Add stmt_vec_infos member.Richard Biener6-32/+63
2018-05-29dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.Richard Biener2-0/+8
2018-05-29Add vec::reverse.Martin Liska3-0/+59
2018-05-29[Ada] Adjust documentation of -gnatn switchEric Botcazou4-19/+27
2018-05-29[Ada] Fix typos in Makefile.inArnaud Charlet2-4/+8
2018-05-29[Ada] Attach reference to finalizers to treeEd Schonberg2-0/+9
2018-05-29[Ada] Wrong equality on untagged private typeJavier Miranda6-29/+160
2018-05-29[Ada] Unnesting: handle statement sequences that include an At_End handlerEd Schonberg2-2/+18
2018-05-29[Ada] Plug small hole in -gnatR outputEric Botcazou2-1/+10
2018-05-29[Ada] Unnesting: do not generate push/pop for exceptionsEd Schonberg2-1/+11
2018-05-29[Ada] Improper behavior of floating-point attributesEd Schonberg4-16/+47
2018-05-29[Ada] Clarify use of Activation_Record_ComponentEd Schonberg3-11/+12
2018-05-29[Ada] Set scope of component of subtypeEd Schonberg2-1/+8
2018-05-29[Ada] Unnesting: exclude selected components whose prefix carry no typeEd Schonberg2-1/+14
2018-05-29[Ada] Turn Ada.Calendar.Epoch_Offset into a functionArnaud Charlet3-2/+17
2018-05-29[Ada] Add system-vxworks7 variants of system.ads files for Vx7Olivier Hainque7-1/+857
2018-05-29[Ada] Tighten crtbegin files for VxWorksOlivier Hainque14-40/+95
2018-05-29[Ada] Minor reformattingPiotr Trojanek2-1/+5
2018-05-29[Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linuxJoel Brobecker3-8/+14
2018-05-29[Ada] Adjustment of behavior of new -gnatRj switchEric Botcazou7-39/+49
2018-05-29[Ada] Fix constraint error in Normalize_PathnamePascal Obry4-6/+31
2018-05-29[Ada] System.Os_Lib: minor reformattingPascal Obry2-3/+7
2018-05-29[Ada] New function to return nanoseconds from Unix EpochDoug Rupp5-4/+34
2018-05-29[Ada] Enhance output of discriminants with -gnatR in JSON modeEric Botcazou3-21/+108
2018-05-29[Ada] Implement machine parsable format for -gnatR outputEric Botcazou9-186/+798
2018-05-29[Ada] Factor out worker procedure for -gnatREric Botcazou2-117/+134