aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-12re PR target/69175 (ICE in haifa_luid_for_non_insn, at haifa-sched.c:7895)Jakub Jelinek4-1/+41
2016-01-12Define STDINT_LONG32 and add predefined integer types for IAMCUH.J. Lu2-0/+26
2016-01-12Cleanup vect testsuite includesAlan Lawrence51-53/+72
2016-01-12re PR testsuite/68913 (gcc.dg/lto/pr61886 FAILs)Nick Clifton2-7/+16
2016-01-12re PR target/69053 (ICE in build_vector_from_val)Richard Biener4-12/+33
2016-01-12re PR testsuite/69007 (test cases gcc.dg/vect/vect-reduc-dot-s8a.c fails star...Richard Biener2-1/+11
2016-01-12re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop....Richard Biener5-6/+36
2016-01-12re PR tree-optimization/69157 (ICE in vect_transform_stmt, at tree-vect-stmts...Richard Biener5-14/+103
2016-01-12re PR c++/66808 (tree check fail in symbol_table::decl_assembler_name_hash)Jakub Jelinek5-2/+49
2016-01-12[PATCH 5/6] [DJGPP] Update DJGPP configuration related filesAndris Pavenis7-70/+178
2016-01-12rs6000.c (v2df_reduction_p): New function.Bill Schmidt5-0/+115
2016-01-12re PR tree-optimization/68356 (FAIL: gcc.dg/torture/pr68264.c -O* executio...John David Anglin2-2/+8
2016-01-12pa.c (pa_emit_move_sequence): Handle floating point reloads for other unsuppo...John David Anglin2-43/+75
2016-01-12re PR target/69194 (internal compiler error: in extract_insn, at recog.c:2286)Kugan Vivekanandarajah4-1/+28
2016-01-11Set FLT_EVAL_METHOD to 2 only if 387 FPU is usedH.J. Lu9-1/+65
2016-01-12Daily bump.GCC Administrator1-1/+1
2016-01-11* zh_CN.po: Update.Joseph Myers2-48/+39
2016-01-11re PR c++/69131 (default constructor of union incorrectly deleted)Jason Merrill3-10/+35
2016-01-11re PR target/67462 (FAIL: gcc.dg/ifcvt-3.c scan-rtl-dump ce1 "3 true changes ...Jakub Jelinek2-1/+5
2016-01-11re PR target/69071 (ICE: in decompose, at rtl.h:2107 with -g)Jakub Jelinek4-3/+39
2016-01-11PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expressionDavid Malcolm2-6/+22
2016-01-11re PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gimple failed))Jakub Jelinek4-1/+26
2016-01-11fold-const.c (fold_convertible_p): Don't return true for conversion of VECTOR...Jakub Jelinek2-8/+11
2016-01-11re PR tree-optimization/69214 (ICE (segfault) at -Os on x86_64-linux-gnu in "...Jakub Jelinek4-3/+31
2016-01-11re PR go/68980 (ps -o cmd in gotest isn't portable)Ian Lance Taylor1-1/+1
2016-01-11re PR tree-optimization/69207 (gcc.target/aarch64/vldN_1.c ICEs at -O3)Jakub Jelinek2-4/+9
2016-01-11allocator_traits<allocator<T>> partial specializationJonathan Wakely3-1/+144
2016-01-11pr66232-10.c: Do not compile on ia32 target.Uros Bizjak5-4/+11
2016-01-11re PR tree-optimization/69173 (ICE (segfault) in vinfo_for_stmt)Richard Biener4-3/+38
2016-01-11re PR middle-end/68999 (FAIL: gfortran.fortran-torture/execute/save_1.f90 exe...Uros Bizjak2-14/+27
2016-01-11[AArch64] PR rtl-optimization/68796: Add patterns for QImode and HImode compa...Kyrylo Tkachov7-0/+64
2016-01-11nvptx plugin: do not force JIT target SM versionAlexander Monakov2-6/+7
2016-01-11Remove snprintf from <avx512>_(load|store)<mode>_maskH.J. Lu2-36/+22
2016-01-11[RTL-ifcvt] PR rtl-optimization/68841: Make sure one basic block doesn't clob...Kyrylo Tkachov5-10/+106
2016-01-11Add missing phi args in create_parallel_loopTom de Vries2-1/+11
2016-01-11re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...Yuri Rumyantsev10-5/+73
2016-01-11[PR69123] fix handling of MEMs in VTA to avoid dataflow oscillationAlexandre Oliva4-6/+112
2016-01-11[PR69123] make dataflow_set_different details more verboseAlexandre Oliva2-10/+111
2016-01-11re PR target/69010 (Boolean vector constant with a scalar mode is expanded in...Ilya Enkovich5-4/+97
2016-01-11[PR ipa/69044] Do not clone for param removal when not possibleMartin Jambor4-1/+24
2016-01-11[PR ipa/66616] Copy can_change_signature flag to artificial thunksMartin Jambor2-0/+7
2016-01-11Don't allow latch with phi in try_transform_to_exit_first_loop_altTom de Vries5-0/+24
2016-01-11Handle case that outer phi res is not used in a phi in gather_scalar_reductionsTom de Vries4-0/+17
2016-01-11Fix docs for -frandom-seed.Yury Gribov3-4/+14
2016-01-11Don't parallelize loops if libgomp not supportedTom de Vries2-0/+10
2016-01-11arc.opt (mdiv-rem): Add period to the end.Andrew Burgess2-2/+7
2016-01-11Daily bump.GCC Administrator1-1/+1
2016-01-10Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka4-1/+19
2016-01-10re PR fortran/69154 (ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 o...Thomas Koenig4-0/+49
2016-01-10re PR fortran/67779 (Strange ordering with strings in extended object)Paul Thomas4-1/+179