aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek88-88/+387
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-0/+6
2016-08-12re PR sanitizer/71042 (libtsan requires __pointer_chk_guard@GLIBC_PRIVATE (6))Jakub Jelinek3-12/+80
2016-08-12passes.c (execute_todo): Do not push/pop TV_TODO.Richard Biener6-42/+123
2016-08-12re PR target/72851 (memory hog with -O3 on s390x-linux-gnu)Richard Biener4-219/+153
2016-08-12tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if the currently exec...Richard Biener2-27/+43
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva15-12/+176
2016-08-12[PR55641] drop spurious const_type from reference_type variablesAlexandre Oliva4-0/+30
2016-08-12[PR49366] emit loc exprs for C++ non-virtual pmf template value parmsAlexandre Oliva11-1/+181
2016-08-12Daily bump.GCC Administrator1-1/+1
2016-08-11Add selftests to selftest.cDavid Malcolm4-0/+39
2016-08-11re PR rtl-optimization/72855 (Long compile time due to integrity checking dur...Richard Biener2-0/+7
2016-08-11re PR target/72863 (Powerpc64le: redundant swaps when using vec_vsx_ld/st)Bill Schmidt4-2/+54
2016-08-11os: fix build tags for dir_regfile.goIan Lance Taylor2-3/+3
2016-08-11constexpr-lambda6.C: Remove dg-do run.Uros Bizjak2-1/+4
2016-08-11* testsuite/ChangeLog: Remove merge marker.Uros Bizjak1-3/+2
2016-08-11Support TImode CONST_WIDE_INT store in 64-bit STVH.J. Lu5-3/+61
2016-08-11re PR c++/72868 (Constexpr expressions mistreat case ranges)Jakub Jelinek4-0/+43
2016-08-11Use TImode for piecewise move in 64-bit modeH.J. Lu9-2/+104
2016-08-11PR c++/73456 - ICE with constrained parameter pack.Jason Merrill3-0/+28
2016-08-11Include <stdlib.h> in intrinsics/random.cRainer Orth2-0/+5
2016-08-11Fix up ChangeLog entry.Jakub Jelinek1-1/+1
2016-08-11Implement C++17 make_from_tuple.Ville Voutilainen3-0/+74
2016-08-11re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek4-1/+15
2016-08-11Implement LWG 2758.Ville Voutilainen3-5/+86
2016-08-11mark_spam.py: mark attachments as obsolete and rename themMartin Liska2-0/+16
2016-08-11re PR tree-optimization/71083 (Unaligned bit-field address when predictive co...Bernd Edlinger7-3/+104
2016-08-11S/390: Provide low-level builtins with __int128 ops.Andreas Krebbel7-110/+112
2016-08-11S/390: Fix vlvg vlgv low-level builtins.Andreas Krebbel2-10/+14
2016-08-11aarch64-simd.md (vcond<mode><mode>): Delete unused declaration.Bin Cheng2-5/+8
2016-08-11aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init variable explicitly, also...Bin Cheng2-1/+8
2016-08-11re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Richard Biener5-7/+25
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist9-337/+434
2016-08-11tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove unconditional TODO...Richard Biener4-5/+21
2016-08-11Daily bump.GCC Administrator1-1/+1
2016-08-11missed from last commitAlan Modra1-0/+19
2016-08-11[LRA] Reload of slow memsAlan Modra3-29/+82
2016-08-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.Jason Merrill3-0/+11
2016-08-10Implement C++17 constexpr if.Jason Merrill16-11/+253
2016-08-10altivec.h (vec_extract_exp): New macro.Kelvin Nilsen64-18/+1637
2016-08-10compiler: annotate or fix fall through cases in switch statementsIan Lance Taylor3-1/+4
2016-08-10* doc/sourcebuild.texi (@item vect_cond_mixed): New item.Bin Cheng2-0/+8
2016-08-10target-supports.exp (check_effective_target_vect_cond_mixed): Add aarch64*-*-*.Bin Cheng2-0/+6
2016-08-10iterators.md (V_cmp_mixed, [...]): New.Bin Cheng5-326/+107
2016-08-10aarch64-simd.md (vec_cmp<mode><mode>): New pattern.Alan Lawrence2-0/+278
2016-08-10re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t...Yuri Rumyantsev2-50/+68
2016-08-10re PR target/72853 (gcc/testsuite/gcc.c-torture/execute/20021120-1.c generate...Michael Meissner4-0/+122
2016-08-10Add new *_atomic counter update functionMartin Liska8-25/+209
2016-08-10Cherry-pick fprofile-generate-atomic from google/gcc-4_9Martin Liska8-18/+137
2016-08-10toplev.c: set FILE * globals to NULL after fcloseDavid Malcolm2-1/+11