]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2018-05-21  Jerome Lambourg[Ada] Add g-soliop__qnx.ads to the runtime build
2018-05-21  Hristian Kirtchev[Ada] Spurious error on early call region of tagged...
2018-05-21  Ed Schonberg[Ada] Error message on invalid conversion involving...
2018-05-21  Ed Schonberg[Ada] Exit statement in loops over iterable objects
2018-05-21  Javier Miranda[Ada] Avoid compiler crash for body in non Ada 2012...
2018-05-21  Doug Rupp[Ada] Enhance stack unwinding on VxWorks for AArch64
2018-05-21  Jose Ruiz[Ada] Minor typo fixes
2018-05-21  Ed Schonberg[Ada] Spurious error on indexed call as prefix of a...
2018-05-21  Piotr Trojanek[Ada] Clarify code for accessing full view of a type
2018-05-21  Hristian Kirtchev[Ada] Minor reformatting
2018-05-21  Yannick Moy[Ada] Use type conversion when inlining may trigger...
2018-05-21  Hristian Kirtchev[Ada] Placement of pragma Elaboration_Checks
2018-05-21  Olivier Hainque[Ada] Robustify traceback caching for executable in...
2018-05-21  Piotr Trojanek[Ada] Remove External aspect from predefined abstract...
2018-05-21  Yannick Moy[Ada] Spurious error in inlining for GNATprove on prefi...
2018-05-21  Hristian Kirtchev[Ada] Spurious error on synchronous refinement
2018-05-21  Yannick Moy[Ada] Crash on incorrect frontend inlining in GNATprove...
2018-05-21  Olivier Hainque[Ada] Tighten Object_Reader.Get_Memory_Bounds
2018-05-21  Olivier Hainque[Ada] Robustify traceback symbolization from dwarf...
2018-05-21  Olivier Hainque[Ada] Rename Load_Slide internal runtime component...
2018-05-21  Olivier Hainque[Ada] Propagate load addresses for traceback cache...
2018-05-21  Piotr Trojanek[Ada] Only allow Has_Discriminants on type entities
2018-05-21  Arnaud Charlet[Ada] Unnest all subprograms relevant for code generation
2018-05-21  Piotr Trojanek[Ada] Typo in lib.ads comment
2018-05-21  Ed Schonberg[Ada] Extend legality of Scalar_Storage_Order to formal...
2018-05-21  Hristian Kirtchev[Ada] Premature secondary stack reclamation
2018-05-21  Piotr Trojanek[Ada] Fix inconstent subprogram body headers
2018-05-21  Jonathan WakelyFix std::filesystem::absolute for empty paths
2018-05-21  Jonathan WakelyPR libstdc++/85818 make new test require Filesystem...
2018-05-21  Kyrylo Tkachovsvn rm files missed out from "[arm][2/2] Remove support...
2018-05-21  Kyrylo Tkachov[AArch64] Implement usadv16qi and ssadv16qi standard...
2018-05-21  Alexander Nesterovskiyi386.md (*movsf_internal): AVX falsedep fix.
2018-05-21  Tamar ChristinaAdd missing AArch64 NEON instrinctics for Armv8.2-a...
2018-05-21  Alexey Brodkin[ARC] Add multilib support for linux targets
2018-05-21  Janus Weilre PR fortran/85841 ([F2018] reject deleted features)
2018-05-21  Jason MerrillPR libstdc++/85843 - warning in logic_error copy constr...
2018-05-21  GCC AdministratorDaily bump.
2018-05-20  Jonathan WakelyPR libstdc++/85843 fix "should be explicitly initialize...
2018-05-20  Chung-Ju Wu[NDS32] Set call address constraint.
2018-05-20  Paul Thomasre PR fortran/82275 (gfortran rejects valid & accepts...
2018-05-20  Paul Thomasre PR fortran/80657 (Loop in character function declara...
2018-05-20  Paul Thomasre PR fortran/49636 ([F03] ASSOCIATE construct confused...
2018-05-20  Paul Thomasre PR fortran/82923 (Automatic allocation of deferred...
2018-05-20  Kito Cheng[NDS32] Adjust register move cost for graywolf cpu.
2018-05-20  Kito Cheng[NDS32] Rewrite cost model.
2018-05-20  Chung-Ju Wu[NDS32] Fix date in gcc/ChangeLog file.
2018-05-20  Chung-Ju Wu[NDS32] Print pipeline model in asm header.
2018-05-20  GCC AdministratorDaily bump.
2018-05-19  Jason MerrillAvoid ICE on unsupported use of __integer_pack.
2018-05-19  Monk Chiang[NDS32] Update copyright year in nds32-fpu.md.
2018-05-19  Chung-Ju Wu[NDS32] Adjust ASM spec.
2018-05-19  Chung-Ju Wu[NDS32] New option -minline-asm-r15.
2018-05-19  Chung-Ju Wu[NDS32] Add abssi2 pattern.
2018-05-19  Uros Bizjaki386.md (rex64namesuffix): New mode attribute.
2018-05-19  Chung-Ju Wu[NDS32] Refine functions that deal with lwm and smw...
2018-05-19  Chung-Ju Wu[NDS32] Refine nds32-md-auxiliary.c.
2018-05-19  Kuan-Lin Chen[NDS32] Support PIC and TLS.
2018-05-19  Paul Thomasre PR fortran/82923 (Automatic allocation of deferred...
2018-05-19  Chung-Ju Wu[NDS32] Use machine mode with E_ prefix.
2018-05-19  Kuan-Lin Chen[NDS32] Implment indirect funciton call attribute.
2018-05-19  Jonathan WakelyFix std::codecvt_utf8<wchar_t> for Mingw
2018-05-19  GCC AdministratorDaily bump.
2018-05-18  Kito ChengRISC-V: Add RV32E support.
2018-05-18  Marc GlisseAliasing 'this' in a C++ constructor
2018-05-18  François Dumont2018-05-18 François Dumont <fdumont@gcc.gnu.org>
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-18  Jason MerrillSome libstdc++ fixes for -Wdeprecated-copy.
2018-05-18  Martin LiskaFix typo in test-case.
2018-05-18  Martin LiskaRemove redundand pass pass_lower_switch.
2018-05-18  Eric Botcazoure PR bootstrap/85838 (-Wmaybe-uninitialized warning...
2018-05-18  Jonathan WakelyPR libstdc++/85098 add missing definitions for static...
2018-05-18  Cesar Philippidisre PR c++/85782 (acc loops with continue statements...
2018-05-18  Sudakshina Das[AARCH64, SVE] Remove a couple of xfail from slp_5.c
2018-05-18  Kyrylo Tkachov[arm][2/2] Remove support for -march=armv3 and older
2018-05-18  Kyrylo Tkachov[arm][1/2] Remove support for deprecated -march=armv5...
2018-05-18  Martin Liskagcov: add new option -t that prints output to stdout...
2018-05-18  Martin LiskaPrint working directory to gcov files (PR gcov-profile...
2018-05-18  Prathamesh... re PR middle-end/85817 (ICE in expand_call at gcc/calls...
2018-05-18  Richard Bienergimple-ssa-evrp.c (class evrp_folder): Add simplify_stm...
2018-05-18  Richard Bienertree-dfa.c (get_ref_base_and_extent): Use range-info...
2018-05-18  Toon Moeneinvoke.texi: Move -floop-unroll-and-jam documentation...
2018-05-18  Kyrylo Tkachov[AArch64] Unify vec_set patterns, support floating...
2018-05-18  Martin LiskaRadically simplify emission of balanced tree for switch...
2018-05-18  Martin LiskaSupport lower and upper limit for -fdbg-cnt flag.
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-18  GCC AdministratorDaily bump.
2018-05-17  Jason Merrillline-map.c (linemap_init): Use placement new.
2018-05-17  Jim WilsonRISC-V: Optimize switch with sign-extended index.
2018-05-17  Steve Ellceythunderx2t99.md (thunderx2t99_ls_both): Delete.
2018-05-17  Jerome Lambourgarm_cmse.h (cmse_nsfptr_create, [...]): Remove #include...
2018-05-17  Pat Haugenre PR tree-optimization/85698 (CPU2017 525.x264_r fails...
2018-05-17  Jonathan WakelyPR libstdc++/85818 ensure path::preferred_separator...
2018-05-17  Jonathan WakelyPR libstdc++/85812 fix memory leak in std::make_excepti...
2018-05-17  Richard Bienertree-ssa-dse.c (dse_classify_store): Fix iterator incre...
2018-05-17  Richard Bienertree-ssa-sccvn.c (vn_reference_lookup_3): Improve memse...
2018-05-17  Bin Chengre PR tree-optimization/85793 ([AARCH64] ICE in verify_...
2018-05-17  Richard SandifordGimple FE support for internal functions
2018-05-17  Richard SandifordAllow gimple_build with internal functions
2018-05-17  Martin LiskaFix GNU coding style for G_.
2018-05-17  Jakub Jelinekre PR target/85323 (SSE/AVX/AVX512 shift by 0 not optim...
next