]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2018-04-08  Kito Cheng[NDS32] Implement n7 pipeline.
2018-04-08  Kito Cheng[NDS32] Implement e8 pipeline.
2018-04-08  Kito Cheng[NDS32] Implement n8 pipeline.
2018-04-08  Kito Cheng[NDS32] Implment n9 pipeline.
2018-04-08  Chung-Ju Wu[NDS32] New option -malways-align and -malign-functions.
2018-04-08  Monk Chiang[NDS32] Add intrinsic functions for TLB operation and...
2018-04-08  GCC AdministratorDaily bump.
2018-04-07  Thomas Koenigre PR middle-end/82976 (Error: non-trivial conversion...
2018-04-07  Jakub Jelinekre PR tree-optimization/80021 (untranslateable diagnost...
2018-04-07  Chung-Ju Wu[NDS32] Support dwarf exception handling.
2018-04-07  Chung-Ju Wu[NDS32] Clean up nds32.h.
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for particular instruct...
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for atomic load/store...
2018-04-07  Jakub Jelinekre PR tree-optimization/85257 (wrong code with -O ...
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for cache control.
2018-04-07  Chung-Ju Wu[NDS32] Remove unused insn type: call.
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for FPU.
2018-04-07  Monk Chiang[NDS32] Add more intrinsic register names.
2018-04-07  Chung-Ju Wu[NDS32] Support [$ra + $rb << 3] form for load/store...
2018-04-07  GCC AdministratorDaily bump.
2018-04-06  Eric Botcazoure PR middle-end/85196 (ICE in extract_insn, at recog...
2018-04-06  Joel SherrillFix ChangeLog
2018-04-06  Amaan Chevalconfig.gcc (x86_64-*-rtems*): Add rtems.h to tm_file...
2018-04-06  Ruslan BukinRISC-V: Support for FreeBSD.
2018-04-06  Thomas Koenigre PR libfortran/85253 (asan detects heap-buffer-overfl...
2018-04-06  Chung-Ju Wu[NDS32] Refine ADJUST_INSN_LENGTH implementation.
2018-04-06  Chung-Ju Wu[NDS32] Refine call and return patterns.
2018-04-06  Jason MerrillPR c++/85214 - ICE with alias, generic lambda, constexp...
2018-04-06  David MalcolmC++: more std header hints; filter on C++ dialect ...
2018-04-06  Jakub Jelinekre PR debug/85252 (ICE with -g for static zero-length...
2018-04-06  Jakub Jelinekre PR rtl-optimization/84872 (ICE in create_preheader...
2018-04-06  Jakub Jelinekre PR c++/85210 (ICE with broken structured binding...
2018-04-06  David MalcolmC++: suggest missing headers for implicit use of "std...
2018-04-06  Jason MerrillPR c++/85242 - ICE with class definition in template...
2018-04-06  Jason MerrillPR c++/85240 - LTO ICE with using of undeduced auto fn.
2018-04-06  Tamar ChristinaReverted commit r254862
2018-04-06  Richard Bienerre PR tree-optimization/85244 (Bad optimisation with...
2018-04-06  Jakub Jelinekre PR sanitizer/85213 (-fsanitize=undefined internal...
2018-04-06  Richard Bienerre PR rtl-optimization/85180 (Infinite loop in RTL...
2018-04-06  Andreas KrebbelIBM Z: Fix vcond-shift testcase.
2018-04-06  Andreas KrebbelIBM Z: Use the dedicated NOP instructions for "nop"
2018-04-06  Andreas KrebbelWattributes.c testcase: Disable warning check for IBM Z.
2018-04-06  Chung-Ju Wu[NDS32] Refine condition of stack_push and stack_pop...
2018-04-06  Monk Chiang[NDS32] Add hard float support.
2018-04-06  Kuan-Lin Chen[NDS32] Enable relax hint by default.
2018-04-06  GCC AdministratorDaily bump.
2018-04-05  Jakub Jelinekre PR c++/85209 (ICE with lambda and structured binding)
2018-04-05  Jakub Jelinekre PR c++/85208 (ICE with #pragma weak and structured...
2018-04-05  Jason MerrillPR c++/85136 - ICE with designated init in template.
2018-04-05  Jakub Jelinekre PR middle-end/85195 (ICE: verify_gimple failed:...
2018-04-05  H.J. LuUse dlsym to check if libdl is needed for plugin
2018-04-05  Jason MerrillPR c++/83808 - ICE with VLA initialization.
2018-04-05  Paolo Carlinire PR c++/80956 (ICE with abstract class vector)
2018-04-05  Paolo Carlinire PR c++/84792 (ICE with broken typedef of a struct)
2018-04-05  Jonathan WakelyAdd another workaround to std::variant for Clang bug...
2018-04-05  Uros Bizjakre PR target/85193 (ICE: SIGSEGV in memory_operand...
2018-04-05  Jason MerrillPR c++/82152 - ICE with class deduction and inherited...
2018-04-05  Jason MerrillPR c++/84665 - ICE with array of empty class.
2018-04-05  Jason MerrillPR c++/85228 - ICE with lambda in enumerator.
2018-04-05  Ville VoutilainenImplement P0969
2018-04-05  Ville VoutilainenImplement P0961
2018-04-05  Jason MerrillPR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-05  Tom de Vries[nvptx] Fix neutering of bb with only cond jump
2018-04-05  Alexandre Oliva[PR c++/84979] reject auto in explicit tmpl args for...
2018-04-05  Jason MerrillPR c++/85215 - ICE with copy-init from conversion.
2018-04-05  Shiva Chen[NDS32] Fine-tune memory address type.
2018-04-05  Shiva Chen[NDS32] Add constraint for lwi45.fe instruction.
2018-04-05  Chung-Ju Wu[NDS32] Generate alu-shift instructions only for -Os.
2018-04-05  Chung-Ju Wu[NDS32] Add divsi4 and udivsi4 patterns.
2018-04-05  Chung-Ju Wu[NDS32] Refine negsi2 pattern.
2018-04-05  Kito Cheng[NDS32] Refine bit-wise operation and shift patterns.
2018-04-05  Chung-Ju Wu[NDS32] The add and sub pattens should only accept...
2018-04-05  Chung-Ju Wu[NDS32] Fine-tune predicator for alu-shift patterns.
2018-04-05  Chung-Ju Wu[NDS32] Adjust asm patterns indention.
2018-04-05  Kito Cheng[NDS32] Add new instruction attribute: feature.
2018-04-05  Chung-Ju Wu[NDS32] Add subtype attribute for instructions.
2018-04-05  GCC AdministratorDaily bump.
2018-04-05  Jason MerrillPR c++/84938 - ICE with division by ~-1.
2018-04-05  Jason MerrillPR c++/84936 - ICE with unexpanded pack in mem-initializer.
2018-04-04  Jason Merrillre PR c++/84221 (spurious -Wunused warning on a variabl...
2018-04-04  Paolo Carlinire PR c++/80026 ([pending testcase installation] passin...
2018-04-04  Jakub Jelinekre PR inline-asm/85172 (internal compiler error: unexpe...
2018-04-04  Jakub Jelinekre PR c++/85146 (ICE with __direct_bases for declared...
2018-04-04  Jason MerrillPR c++/85006 - -fconcepts ICE with A<auto...> return...
2018-04-04  Jason MerrillPR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-04  Jason MerrillPR c++/84221 - bogus -Wunused with attribute and template.
2018-04-04  Thomas Preud... [ARM] Fix PR85203: cmse_nonsecure_caller returns wrong...
2018-04-04  Jakub Jelinekre PR other/85161 (Test case failures in libbacktrace...
2018-04-04  Jason MerrillPR c++/85135 - ICE with omitted template arguments.
2018-04-04  Jason MerrillPR c++/85133 - ICE with missing concept initializer.
2018-04-04  Jason MerrillPR c++/85118 - wrong error with generic lambda and...
2018-04-04  Jason MerrillPR c++/85141 - ICE with compound assignment and static...
2018-04-04  Jason MerrillPR c++/85148 - ICE with 'this' in array NSDMI.
2018-04-04  Ville Voutilainenre PR c++/65923 (False positive for warning about liter...
2018-04-04  Peter Bergnerre PR rtl-optimization/84878 (ICE: Segmentation fault...
2018-04-04  Michael MatzFix -Wstringop-overflow regression
2018-04-04  Jakub Jelinekre PR testsuite/85189 (g++.dg/inherit/override-attribs...
2018-04-04  Richard Bienerre PR debug/85176 (ICE in force_decl_die, at dwarf2out...
2018-04-04  Kito Cheng[NDS32] Restrict mov pattern that has at least one...
2018-04-04  Richard Bienerre PR tree-optimization/85191 (gcc.dg/vect/slp-perm...
next