]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2018-10-15  GCC AdministratorDaily bump.
2018-10-14  H.J. Lui386: Add register source to movddup
2018-10-14  H.J. Lui386: Also disable AVX512IFMA/AVX5124FMAPS/AVX5124VNNIW
2018-10-14  Bin Cheng* MAINTAINERS: Update my email address.
2018-10-14  Paul Thomasre PR fortran/83146 (ICE on SELECT CASE statement with...
2018-10-14  Anthony GreenThis patch adjusts one of the c-torture tests to accoun...
2018-10-14  GCC AdministratorDaily bump.
2018-10-13  Eric Botcazoudwarf2cfi.c (struct dw_trace_info): Add args_size_defin...
2018-10-13  Jonathan WakelyFix compilation failure with C++98 compilers
2018-10-13  GCC AdministratorDaily bump.
2018-10-12  Olivier Hainquetighten the toplevel guard on ibm-ldouble.c
2018-10-12  Paul Koningpdp11.md (doloop_end): New expander.
2018-10-12  Yury GribovAdd pattern to remove useless float casts in comparisons.
2018-10-12  Alexandre Olivaintroduce --enable-large-address-aware
2018-10-12  Alexandre Olivadefine HAVE_GAS_ALIGNED_COMM
2018-10-12  Nathan Sidwell[C++ PATCH] more TU parsing refactoring
2018-10-12  Tobias BurnusFix off-by-one issue with inline matmul
2018-10-12  Tobias BurnusFix error-recovery ICE in check_proc_interface
2018-10-12  Peter Bergnerre PR rtl-optimization/87600 (Fix for PRs 86939 and...
2018-10-12  Paul Koningmd.texi (doloop_end): Document that the pattern code...
2018-10-12  Jonathan WakelyInitial commit of Networking TS implementation
2018-10-12  Wilco Dijkstra[AArch64] Support zero-extended move to FP register
2018-10-12  Christophe... Fix typo in previous commit.
2018-10-12  Will Wrayre PR c++/87364 (Pretty print of enumerator never print...
2018-10-12  Martin Seborextend.texi (attribute packed): Correct typos.
2018-10-12  Martin Seborextend.texi (attribute flatten): Mention interaction...
2018-10-12  Jan Hubickare PR target/87156 (ICE building libstdc++ for mips64)
2018-10-12  Martin SeborPR middle-end/87593 - conflicting format_arg attributes...
2018-10-12  GCC AdministratorDaily bump.
2018-10-11  Jonathan WakelyPR libstdc++/77691 increase allocation size to at least...
2018-10-11  Will Schmidtfold-vec-insert-char-p8.c: New.
2018-10-11  Will Schmidtfold-vec-extract-char.p7.c: New.
2018-10-11  Will Schmidtfold-vec-select-char.c: New.
2018-10-11  Giuliano Belinassire PR tree-optimization/86829 (Missing sin(atan(x)...
2018-10-11  Will Schmidtrs6000.c (map_to_integral_tree_type): New helper function.
2018-10-11  Will Schmidtfold-vec-mergeeo-floatdouble.c: New.
2018-10-11  François Dumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11  François Dumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11  Tobias Burnusrevert: re PR fortran/83522 (ICE on allocatable string...
2018-10-11  Wilco Dijkstra[AArch64] Fix PR87511
2018-10-11  David MalcolmC++: suggestions for misspelled private members (PR...
2018-10-11  Nathan Sidwell[C++ PATCH] parser simplification
2018-10-11  Doug Ruppleverage linker relaxation on ppc vxworks RTPs
2018-10-11  Jakub Jelinekre PR c++/85070 (ICE on C++ code: in lazily_declare_fn...
2018-10-11  David Malcolmmultiline.exp: complain about mismatched dg-{begin...
2018-10-11  Jonathan WakelyPR libstdc++/80538 Only call sleep for non-zero values
2018-10-11  Andrew StubbsElide repeated RTL elements.
2018-10-11  Jakub Jelinekre PR c++/87582 (Returning a reference to a data member...
2018-10-11  David Malcolmlibcpp: show macro definition when used with wrong...
2018-10-11  Richard Bienerx86-tune-costs.h (bdver?_memcpy, [...]): Unify to ...
2018-10-11  Nathan Sidwell[PATCH] A couple of line map fixes
2018-10-11  Jonathan WakelyMake ext allocators support heterogeneous equality...
2018-10-11  Martin Jambor[testsuite] Further fixes to warn-abs-1.c
2018-10-11  Jakub Jelinekc-lex.c (c_common_has_attribute): Return 201803 instead...
2018-10-11  Jakub Jelinekre PR c++/87547 (G++ reports bad type names for bit...
2018-10-11  GCC AdministratorDaily bump.
2018-10-10  Eric Botcazoure PR middle-end/87574 (ICE in add_data_member_location...
2018-10-10  Marek PolacekPR c++/87567 - constexpr rejects call to non-constexpr...
2018-10-10  Paul A. ClarkeFat-fingered my recent patch adding the SSE3 testcases...
2018-10-10  Bernd Edlingervarasm.c (mergeable_string_section): Don't try to move...
2018-10-10  Martin SeborPR c/54391 - transparent_union typedef'ing inconsistent
2018-10-10  Jonathan WakelyPR libstdc++/87544 limit max_size() to PTRDIFF_MAX...
2018-10-10  Martin Sebormemchr-1.c: Avoid assuming 4-byte wchar_t.
2018-10-10  Uros Bizjakre PR target/87573 (error: could not split insn since...
2018-10-10  Jakub Jelinekre PR target/87550 (Intrinsics for rdpmc (__rdpmc,...
2018-10-10  Jakub Jelinekre PR c/87286 (ICE on vectors of enums)
2018-10-10  Richard Bienersse.md (reduc_plus_scal_v8df, [...]): Merge into patter...
2018-10-10  GCC AdministratorDaily bump.
2018-10-09  David MalcolmCleanup of libcpp diagnostic callbacks
2018-10-09  Paolo Carlinire PR c++/84423 ([concepts] ICE with invalid using...
2018-10-09  François Dumont2018-10-09 François Dumont <fdumont@gcc.gnu.org>
2018-10-09  Paul A. ClarkeThis is part 2/2 for contributing PPC64LE support for...
2018-10-09  Paul A. ClarkeThis is a follow-on to earlier commits for adding compa...
2018-10-09  Tobias Burnusre PR fortran/83522 (ICE on allocatable string referenc...
2018-10-09  Eric Botcazoure PR tree-optimization/86659 (gnat.dg/sso/q[23].adb...
2018-10-09  Ian Lance Taylorruntime: skip testSetPanicOnFault for gollvm
2018-10-09  Eric Botcazou[Ada] Fix spurious -Wuninitialized warnings for small...
2018-10-09  Eric Botcazou[Ada] Fix incorrect computation of Component_Size in...
2018-10-09  Eric Botcazou[Ada] Minor tweaks to suppress warnings
2018-10-09  Yannick Moy[Ada] Ignore pragmas Compile_Time_Error/Warning in...
2018-10-09  Eric Botcazou[Ada] Fix spurious error on derived record passed as...
2018-10-09  Maroua Maalej[Ada] SPARK: fix bug related to non access object permi...
2018-10-09  Doug Rupp[Ada] Minor copyright header fix
2018-10-09  Eric Botcazou[Ada] Fix strange warning when using Ada.Iterator_Interface
2018-10-09  Eric Botcazou[Ada] Einfo: minor comment fix
2018-10-09  Eric Botcazou[Ada] Internal error on inlined renaming of subprogram...
2018-10-09  Ed Schonberg[Ada] Unnesting: fix handling of private types that...
2018-10-09  Ed Schonberg[Ada] Fix expansion of operations on nonbinary modular...
2018-10-09  Ed Schonberg[Ada] Unnesting: fix handling of uplevel refs to uncons...
2018-10-09  Eric Botcazou[Ada] Remove spurious -Wuninitialized warning for small...
2018-10-09  Arnaud Charlet[Ada] Bounded_Holders: fix a typo
2018-10-09  Claire Dross[Ada] Functional_Vectors: remove default value for...
2018-10-09  Ed Schonberg[Ada] Reset Is_True_Constant on entites used as OUT...
2018-10-09  Ed Schonberg[Ada] Unnesting: avoid unnecessary loads of System
2018-10-09  Ed Schonberg[Ada] Spurious error message on visibiliy change in...
2018-10-09  Eric Botcazou[Ada] Repinfo: list the mechanism of functions only
2018-10-09  Bob Duff[Ada] Various User Manual updates for GNATpp
2018-10-09  Vasiliy Fofanov[Ada] System.Os_Lib.Normalize_Pathname: fix incorrect...
2018-10-09  Arnaud Charlet[Ada] Remove CodePeer annotation
2018-10-09  Ed Schonberg[Ada] Preserve Do_Range_Check flags in SPARK mode
next