aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini13-48/+151
2014-11-14mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).Joel Sherrill2-2/+12
2014-11-14Don't enable IFUNC by default for Android and uclibcH.J. Lu2-4/+22
2014-11-14aarch64-simd.md (*aarch64_simd_ld1r<mode>): Use VALL mode iterator instead of...Felix Yang2-2/+9
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka2-3/+11
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka8-14/+176
2014-11-14Makefile.am (AM_CXXFLAGS): Use -std=gnu++11.Uros Bizjak15-15/+36
2014-11-14gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def...Richard Biener5-6/+65
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely13-17/+288
2014-11-14Fix patch mangling with --inline optionTom de Vries2-4/+17
2014-11-14mangle.c (find_substitution): Look for abi_tag on class templates.Jonathan Wakely4-1/+21
2014-11-14fold-const.c (fold_negate_expr): Don't fold INTEGER_CST if that overflows whe...Marek Polacek4-2/+36
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek12-20/+106
2014-11-14[RS6000] Remove vec_shl and (hopefully) fix vec_shrAlan Lawrence2-44/+9
2014-11-14Fix ChangeLog dateAlan Lawrence1-1/+1
2014-11-14[Vectorizer]Make reductions-via-shifts and vec_shr_optab endianness-neutralAlan Lawrence4-13/+13
2014-11-14re PR target/63724 ([AArch64] Inefficient immediate expansion and hoisting.)Ramana Radhakrishnan3-167/+259
2014-11-14match.pd: Implement more binary patterns exercised by fold_stmt.Richard Biener6-216/+243
2014-11-14* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.Marek Polacek2-1/+5
2014-11-14genmatch.c (add_operator): Allow CONSTRUCTOR.Richard Biener2-2/+19
2014-11-14configure.ac (--with-diagnostics-color): New configure option, default to --w...Jakub Jelinek6-16/+116
2014-11-14re PR tree-optimization/63841 (Incorrect strlen optimization after complete u...Teresa Johnson4-6/+23
2014-11-13* cas_n.c (libat_compare_exchange): Add missing cast.Andrew Waterman2-1/+5
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler3-4/+78
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng16-10/+497
2014-11-14re PR debug/63581 (undefined references in debug_info)Rong Xu4-1/+122
2014-11-14cgraph.h (clear_outer_type): Make public.Martin Jambor3-8/+13
2014-11-14Daily bump.GCC Administrator1-1/+1
2014-11-13re PR bootstrap/63853 (The use of strchrnul breaks bootstrap on x86_64-apple-...Dominique d'Humieres3-7/+27
2014-11-13Fix format of ChangeLog entry from r217505.Teresa Johnson1-0/+1
2014-11-13libsanitizer merge from upstream r221802Kostya Serebryany98-1208/+1992
2014-11-13access.c: Include <stdlib.h>.Marek Polacek9-0/+19
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence11-118/+23
2014-11-13[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_EXPR; expand appropria...Alan Lawrence4-27/+122
2014-11-13[Vectorizer] Split vect_gen_perm_mask into _checked and _any variantsAlan Lawrence4-53/+60
2014-11-13ipa-utils.h: Fix typo in comments.Felix Yang4-6/+12
2014-11-13re PR tree-optimization/63841 (Incorrect strlen optimization after complete u...Teresa Johnson4-0/+49
2014-11-13optabs.c (prepare_operand): Gracefully fail if the mode of X does not match t...Ulrich Weigand2-1/+9
2014-11-13[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.Andrey Turetskiy7-2/+89
2014-11-13[PATCH 3/4] OpenMP 4.0 offloading to Intel MIC: libgomp plugin.Ilya Verbin11-3/+19573
2014-11-13[PATCH 2/4] OpenMP 4.0 offloading to Intel MIC: liboffloadmic.Kirill Yukhin100-21/+47533
2014-11-13match.pd: Add tcc_comparison...Richard Biener6-137/+74
2014-11-13[PATCH 1/4] OpenMP 4.0 offloading to Intel MIC: mkoffload.Ilya Verbin4-0/+575
2014-11-13[PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy66-5/+3686
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt13-142/+540
2014-11-13[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.Jakub Jelinek5-5/+1160
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin5-12/+365
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin18-2/+267
2014-11-13genmatch.c (dt_node::gen_kids): Fix placement of break statement.Richard Biener2-2/+6
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin19-38/+205