aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-06RISC-V: Support for FreeBSD.Ruslan Bukin5-1/+80
2018-04-06re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig28-92/+124
2018-04-06[NDS32] Refine ADJUST_INSN_LENGTH implementation.Chung-Ju Wu3-35/+38
2018-04-06[NDS32] Refine call and return patterns.Chung-Ju Wu4-53/+211
2018-04-06PR c++/85214 - ICE with alias, generic lambda, constexpr if.Jason Merrill3-0/+27
2018-04-06C++: more std header hints; filter on C++ dialect (PR c++/84269)David Malcolm6-78/+279
2018-04-06re PR debug/85252 (ICE with -g for static zero-length array initialization)Jakub Jelinek4-0/+20
2018-04-06re PR rtl-optimization/84872 (ICE in create_preheader, at cfgloopmanip.c:1536)Jakub Jelinek4-1/+32
2018-04-06re PR c++/85210 (ICE with broken structured binding in template)Jakub Jelinek4-0/+35
2018-04-06C++: suggest missing headers for implicit use of "std" (PR c++/85021)David Malcolm4-14/+197
2018-04-06PR c++/85242 - ICE with class definition in template parm.Jason Merrill3-1/+14
2018-04-06PR c++/85240 - LTO ICE with using of undeduced auto fn.Jason Merrill3-8/+26
2018-04-06Reverted commit r254862Tamar Christina6-87/+12
2018-04-06re PR tree-optimization/85244 (Bad optimisation with flexible array member (m...Richard Biener5-3/+51
2018-04-06re PR sanitizer/85213 (-fsanitize=undefined internal compiler error: in fold_...Jakub Jelinek4-34/+33
2018-04-06re PR rtl-optimization/85180 (Infinite loop in RTL DSE optimizer)Richard Biener4-11/+59
2018-04-06IBM Z: Fix vcond-shift testcase.Andreas Krebbel2-30/+139
2018-04-06IBM Z: Use the dedicated NOP instructions for "nop"Andreas Krebbel24-5/+77
2018-04-06Wattributes.c testcase: Disable warning check for IBM Z.Andreas Krebbel3-2/+10
2018-04-06[NDS32] Refine condition of stack_push and stack_pop patterns.Chung-Ju Wu2-6/+7
2018-04-06[NDS32] Add hard float support.Monk Chiang17-316/+2826
2018-04-06[NDS32] Enable relax hint by default.Kuan-Lin Chen2-1/+8
2018-04-06Daily bump.GCC Administrator1-1/+1
2018-04-05re PR c++/85209 (ICE with lambda and structured binding)Jakub Jelinek5-1/+44
2018-04-05re PR c++/85208 (ICE with #pragma weak and structured binding)Jakub Jelinek4-1/+21
2018-04-05PR c++/85136 - ICE with designated init in template.Jason Merrill3-4/+32
2018-04-05re PR middle-end/85195 (ICE: verify_gimple failed: non-trivial conversion at ...Jakub Jelinek4-2/+32
2018-04-05Use dlsym to check if libdl is needed for pluginH.J. Lu2-1/+6
2018-04-05PR c++/83808 - ICE with VLA initialization.Jason Merrill3-3/+27
2018-04-05re PR c++/80956 (ICE with abstract class vector)Paolo Carlini6-4/+40
2018-04-05re PR c++/84792 (ICE with broken typedef of a struct)Paolo Carlini5-5/+30
2018-04-05Add another workaround to std::variant for Clang bug 31852Jonathan Wakely2-3/+8
2018-04-05re PR target/85193 (ICE: SIGSEGV in memory_operand at recog.c:1361 with -O2 -...Uros Bizjak4-2/+29
2018-04-05PR c++/82152 - ICE with class deduction and inherited ctor.Jason Merrill3-0/+22
2018-04-05PR c++/84665 - ICE with array of empty class.Jason Merrill3-1/+14
2018-04-05PR c++/85228 - ICE with lambda in enumerator.Jason Merrill3-0/+16
2018-04-05Implement P0969Ville Voutilainen4-4/+58
2018-04-05Implement P0961Ville Voutilainen4-2/+90
2018-04-05PR c++/85200 - ICE with constexpr if in generic lambda.Jason Merrill3-2/+34
2018-04-05[nvptx] Fix neutering of bb with only cond jumpTom de Vries4-1/+65
2018-04-05[PR c++/84979] reject auto in explicit tmpl args for tmpl-fnAlexandre Oliva9-2/+177
2018-04-05PR c++/85215 - ICE with copy-init from conversion.Jason Merrill3-0/+25
2018-04-05[NDS32] Fine-tune memory address type.Shiva Chen4-6/+26
2018-04-05[NDS32] Add constraint for lwi45.fe instruction.Shiva Chen6-9/+44
2018-04-05[NDS32] Generate alu-shift instructions only for -Os.Chung-Ju Wu2-10/+15
2018-04-05[NDS32] Add divsi4 and udivsi4 patterns.Chung-Ju Wu2-0/+24
2018-04-05[NDS32] Refine negsi2 pattern.Chung-Ju Wu2-5/+9
2018-04-05[NDS32] Refine bit-wise operation and shift patterns.Kito Cheng7-111/+242
2018-04-05[NDS32] The add and sub pattens should only accept si mode.Chung-Ju Wu2-8/+13
2018-04-05[NDS32] Fine-tune predicator for alu-shift patterns.Chung-Ju Wu2-12/+16