aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-06Improve documentation of for statement.Martin Liska2-2/+6
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska45-1855/+112
2019-09-06Daily bump.GCC Administrator1-1/+1
2019-09-05RISC-V: Fix bad insn splits with paradoxical subregs.Jakub Jelinek6-9/+125
2019-09-05re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf4-5/+17
2019-09-05re PR fortran/91660 (Missing error on invalid type declaration)Steven G. Kargl6-7/+53
2019-09-05PR c++/91644 - ICE with constinit in function template.Marek Polacek5-3/+63
2019-09-05Global GCN instructions need nops too.Andrew Stubbs2-2/+7
2019-09-05Improve precondition checks for std::spanJonathan Wakely26-123/+733
2019-09-05re PR target/91615 ([armeb] ICEs since r274986)Bernd Edlinger2-14/+25
2019-09-05re PR middle-end/91001 (internal compiler error: in extract_insn, at recog.c:...Jakub Jelinek4-4/+55
2019-09-05re PR rtl-optimization/91656 (wrong code with -fgcse-after-reload)Richard Biener6-3/+89
2019-09-05[C++ PATCH] vtable decl markingNathan Sidwell2-3/+8
2019-09-05Implement std::span for C++20JeanHeyd Meneide15-3/+1052
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell10-22/+58
2019-09-05re PR middle-end/90501 (ICE: address taken, but ADDRESSABLE bit not set)Richard Biener2-0/+7
2019-09-05install.texi: Update and clarify requirements to build GNAT.Arnaud Charlet2-25/+32
2019-09-05Force IFN_LOAD/STORE_LANES operands to be memory (PR91577)Richard Sandiford4-4/+63
2019-09-05Remove broken URL from libstdc++ manualJonathan Wakely3-9/+10
2019-09-05Improve PRNG jumping when using threadsJanne Blomqvist2-27/+32
2019-09-05re PR tree-optimization/91663 (split function can be re-inlined, leaving bad ...Ian Lance Taylor2-0/+11
2019-09-05Daily bump.GCC Administrator1-1/+1
2019-09-04re PR fortran/91650 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl5-0/+41
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe6-11/+191
2019-09-04Add user-defined clock to libstdc++ condition_variable testsMike Crowe3-8/+69
2019-09-04Disallow -fvtable-verify and -flto to be used together.Caroline Tice2-0/+9
2019-09-04Remove -fdeduce-init-list.Marek Polacek9-70/+23
2019-09-04re PR target/32413 (internal compiler error: in reload_cse_simplify_operands,...Uros Bizjak2-0/+7
2019-09-04Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni8-1/+68
2019-09-04mklog: Do not print changed functions in testsuiteMartin Liska2-1/+7
2019-09-04mklog: parse PR references from new test filesMartin Liska2-2/+25
2019-09-04Use argparse.ArgumentParser for mklog.Martin Liska2-48/+29
2019-09-04re PR middle-end/36262 (Extreme memory usage of VRP compared to older versions)Richard Biener2-32/+44
2019-09-04gfortran.texi: Update documentation to catch up with BOZ changes.Steven G. Kargl3-35/+24
2019-09-04Daily bump.GCC Administrator1-1/+1
2019-09-03compiler: only import variable into . if same packageIan Lance Taylor2-2/+2
2019-09-03MSP430: Use default_elf_select_section to determine sections for dataJozef Lawrynowicz2-31/+61
2019-09-03MSP430: Setup exclusion tables for function and data attributesJozef Lawrynowicz6-95/+222
2019-09-03Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz9-10/+114
2019-09-03re PR tree-optimization/91504 (Inlining misses some logical operation folding)Kamlesh Kumar4-0/+33
2019-09-03rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu3-147/+148
2019-09-03c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand when using -...Ian Lance Taylor2-0/+6
2019-09-03re PR target/91604 (ICE in extract_insn at recog.c:2310 since r272323)Jakub Jelinek4-2/+38
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand273-34017/+299
2019-09-03re PR middle-end/91603 (Unaligned access in expand_assignment)Bernd Edlinger4-4/+77
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang15-22/+57
2019-09-03tree-ssa-sccvn.h (vn_nary_op_lookup): Remove.Richard Biener3-47/+8
2019-09-03S/390: Commit forgotten test for r275336Ilya Leoshkevich1-0/+10
2019-09-03S/390: Fix failing RTL check in s390_canonicalize_comparisonIlya Leoshkevich3-1/+10
2019-09-03[AArch64] Add support for __jcvt intrinsicKyrylo Tkachov8-0/+74