]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2017-12-01 Than McIntoshcompiler: introduce size threshold for nil checks
2017-12-01 Jason Merrill* doc/extend.texi: Mention C++14 library complex suffix.
2017-12-01 Jason MerrillGive #include hints for <complex>.
2017-12-01 Jason MerrillPR c++/79228 - extensions hide C++14 complex literal...
2017-12-01 Jason Merrill* Makefile.in (TAGS): Add c-family/*.cc.
2017-12-01 Wilco Dijkstra[AArch64] Fix address printing on ILP32
2017-12-01 Qing ZhaoFix an undefined behavior in fortran/decl.c
2017-12-01 Thomas Koenigre PR fortran/83224 (creating character array from...
2017-12-01 Jonathan WakelyFix narrowing conversions in string_view types
2017-12-01 Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-12-01 Andreas KrebbelS/390: Split MVC instruction for better forwarding
2017-12-01 Jonathan WakelyAdd comment to fix -Wfallthrough warning
2017-12-01 Jonathan WakelyFix -Wempty-body warnings for debug assertions
2017-12-01 Jonathan WakelyUse const char* to fix -Wwrite-strings warning
2017-12-01 Jonathan WakelyAdd [[noreturn]] attributes to fix warning
2017-12-01 Jonathan WakelyRemove stray semi-colons at namespace scope
2017-12-01 Jonathan WakelyUse value-init syntax in std::__detail::__airy
2017-12-01 Jonathan WakelyAdd noexcept to std::integral_constant members
2017-12-01 Paul Thomasre PR fortran/82605 ([PDT] ICE in insert_parameter_expr...
2017-12-01 Cesar PhilippidisFix bug in an OpenACC async test case
2017-12-01 Richard Bienerre PR tree-optimization/83232 (fma3d spec2000 regressio...
2017-12-01 Jonathan WakelyFix "central flowgraph" typo in machine desc docs
2017-12-01 Sebastian HuberRTEMS/Ada: Fix some POSIX types
2017-12-01 Sudakshina DasFix wrong code by arm_final_prescan with fp16 move...
2017-12-01 Jakub Jelinekfunction.h (struct function): Remove cilk_frame_decl...
2017-12-01 Jakub Jelinekre PR tree-optimization/83233 (gimple-ssa-store-merging...
2017-12-01 Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-12-01 Jakub Jelinekre PR tree-optimization/83221 (qsort comparator not...
2017-12-01 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-12-01 Jakub Jelinekre PR sanitizer/83219 (c-c++-common/ubsan/unreachable...
2017-12-01 Thomas Koenigre PR fortran/83224 (creating character array from...
2017-12-01 Sergey ShalnovFix movdi_internal to return MODE_TI with AVX512
2017-12-01 Kirill YukhinReplace __popcntq with two _popcnt32.
2017-12-01 Sergey ShalnovFix wrong instruction vpcmpeqd generation
2017-12-01 Sergey ShalnovFix registers type for MODE_TI
2017-12-01 Michael Meissner_mulkc3.c (__mulkc3): Add forward declaration.
2017-12-01 GCC AdministratorDaily bump.
2017-11-30 Jakub Jelinekre PR c/83222 (Inconsistent "initializer element is...
2017-11-30 Jakub Jelinekspellcheck-tree.c (test_find_closest_identifier): Use...
2017-11-30 Maxim Ostapenkore PR sanitizer/81697 (Incorrect ASan global variables...
2017-11-30 Michael Meissnerre PR libgcc/83112 (Silence warnings from PowerPC libgc...
2017-11-30 Jim WilsonCleanup riscv option docs.
2017-11-30 Jason MerrillPR c++/82219 - bogus -Wignored-qualifiers with template
2017-11-30 Jonathan WakelyPR libstdc++/65927 Fix -Wunused-but-set-parameter warning
2017-11-30 Glen Joseph... Move assertion from to_address to __to_address
2017-11-30 Claudiu Zissulescu[ARC] Add trap instruction.
2017-11-30 Claudiu Zissulescu[ARC] Don't allow the last ZOL insn to be in a delay...
2017-11-30 Claudiu Zissulescu[ARC] Update uses for hw-loop labels.
2017-11-30 Claudiu Zissulescu[ARC] Use TARGET_CANNOT_SUBSTITUTE_MEM_EQUIV.
2017-11-30 Will Schmidtfold-vec-abs-char-fwrapv.c: Add xxspltib insn to expect...
2017-11-30 Jonathan WakelyPR libstdc++/83226 avoid forming pointer-to-reference...
2017-11-30 Julia KovalRemove inv_list.
2017-11-30 Jakub Jelinekre PR target/83210 (__builtin_mul_overflow() generates...
2017-11-30 Jan Hubickare PR target/81616 (Update -mtune=generic for the curre...
2017-11-30 Richard Bienerre PR tree-optimization/83202 (Try joining operations...
2017-11-30 Ian Lance Taylorcompiler: don't make map zero value constant
2017-11-30 John David... baseline_symbols.txt: Update.
2017-11-30 GCC AdministratorDaily bump.
2017-11-29 Segher Boessenkoolcombine: Print to dump if some insn cannot be combined...
2017-11-29 Segher Boessenkoolcombine: Do not throw away unneeded arms of parallels...
2017-11-29 Segher Boessenkoolrs6000: Add second variant of adde
2017-11-29 Vladimir Makarovre PR rtl-optimization/80818 (LRA clobbers live hard...
2017-11-29 Jim WilsonRiscv patterns to optimize away some redundant zero...
2017-11-29 David MalcolmC++: improve location of static_assert errors
2017-11-29 Paolo Carlinire PR c++/82293 (ICE in nonlambda_method_basetype at...
2017-11-29 Jason MerrillPR c++/82760 - memory corruption with aligned new.
2017-11-29 Will Schmidtfold-vec-ld-char.c: Add lxv insn to expected output.
2017-11-29 Will Schmidtfold-vec-splat-8.c: Add vspltisb to expected output.
2017-11-29 Julia Kovalnable VBMI2 support [7/7]
2017-11-29 Julia KovalEnable VBMI2 support [6/7]
2017-11-29 Qing ZhaoAdd myself as GCC maintainer
2017-11-29 Jakub Jelinekre PR tree-optimization/83195 (pr82929.c scan for ...
2017-11-29 Daniel Cederman[SPARC] Recognize the load when accessing the GOT
2017-11-29 Martin Aberg[SPARC] Prevent -mfix-ut699 from generating b2bst errat...
2017-11-29 Daniel Cederman[SPARC] Errata workaround for GRLIB-TN-0013
2017-11-29 Daniel Cederman[SPARC] Errata workaround for GRLIB-TN-0010
2017-11-29 Daniel Cederman[SPARC] Errata workaround for GRLIB-TN-0011
2017-11-29 Daniel Cederman[SPARC] Errata workaround for GRLIB-TN-0012
2017-11-29 Richard Bienerre PR tree-optimization/83202 (Try joining operations...
2017-11-29 Nathan SidwellFix PR number 83817->83187
2017-11-29 Nathan Sidwell[PATCH] complex type canonicalization
2017-11-29 Wilco Dijkstra[AArch64] Fix ICE due to store_pair_lanes
2017-11-29 Jakub Jelinekre PR middle-end/83185 (ICE with -fsanitize=address...
2017-11-29 Jakub Jelinekre PR middle-end/80929 (Division with constant no more...
2017-11-29 Janne Blomqvistfix merge conflict in libgfortran/ChangeLog
2017-11-29 Jakub Jelinekre PR target/80819 (Useless store to the stack in...
2017-11-29 Jerry DeLislere PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2...
2017-11-29 GCC AdministratorDaily bump.
2017-11-28 Jim WilsonFix some incorrectly formatted ChangeLog entries.
2017-11-28 David MalcolmHandle very long lines when printing fix-it hints
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Janne BlomqvistPR 53796 Improve INQUIRE(RECL=...) handling
2017-11-28 David MalcolmReject fix-it hints for various awkward boundary cases...
2017-11-28 Prathamesh... [PR 82808] Use proper result types for arithmetic jump...
2017-11-28 Jeff Law* gimple-ssa-evrp-analyze.c
2017-11-28 Jason Merrill* g++.dg/cpp0x/fntmpdefarg2a.C: Move expected warning.
2017-11-28 Julia KovalEnable VBMI2 support [5/7]
2017-11-28 Julia KovalEnable VBMI2 support [4/7]
2017-11-28 Paul Thomasre PR fortran/83021 (gfortran segfault in polymorphic...
next
This page took 0.08192 seconds and 5 git commands to generate.