aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt13-142/+540
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin3-11/+331
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
2014-11-13[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and makeBernd Schmidt10-61/+243
2014-11-13Use POINTER_SIZE to check for pointer sizeH.J. Lu2-1/+7
2014-11-13tm.texi.in (SELECT_CC_MODE): Update example.Eric Botcazou3-15/+26
2014-11-13Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries5-17/+82
2014-11-13tree.h (TYPE_OVERFLOW_SANITIZED): Define.Marek Polacek4-12/+16
2014-11-13cp-tree.h (cp_build_function_call): Remove prototype.Kai Tietz3-18/+13
2014-11-13Rename struct in gcc/lra-lives.cKirill Yukhin2-3/+9
2014-11-13target-supports.exp (error_h): New check.Alexander Ivchenko12-0/+54
2014-11-13match.pd: Implement conditional expression patterns.Richard Biener4-103/+60
2014-11-13re PR tree-optimization/61559 (FAIL: gcc.dg/builtin-bswap-8.c on i686 with -m...Richard Biener2-0/+20
2014-11-13lra.c (lra): Switch off rematerialization pass.Vladimir Makarov2-1/+5
2014-11-13common.opt (flra-remat): New.Vladimir Makarov14-161/+1531
2014-11-13opts-global.c (postpone_unknown_option_warning): Fix spelling.Manuel López-Ibáñez4-7/+15
2014-11-13Daily bump.GCC Administrator1-1/+1
2014-11-13compiler: Do not count package uses from ambiguous lookups.Ian Lance Taylor4-13/+66
2014-11-13re PR ipa/63838 (ipa-pure-const miscomputes can_throw)Jakub Jelinek4-14/+72
2014-11-12Use gen_rtx_REG to set pic_offset_table_rtxH.J. Lu2-1/+6
2014-11-12Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.Matthew Fortune35-46/+920
2014-11-12Initialize PIC register for large PIC model C++ thunkH.J. Lu4-18/+96
2014-11-12DR 1510 PR c++/60420Paolo Carlini7-5/+49
2014-11-12sdbout.c (sdbout_symbol): Eliminate register only if decl isn't a global vari...Kai Tietz2-4/+12