aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-12Add a testcase for PR tree-optimization/63835H.J. Lu2-0/+21
2014-11-12Add bounds checking to vqdm*_lane intrinsics via a qualifier that also flips ...Alan Lawrence56-264/+1148
2014-11-12387-1.c (dg-skip-if): Use *-*-* target selector.Uros Bizjak42-41/+87
2014-11-12Makefile.in (CLOOGLIBS, CLOOGINC): Remove.Tobias Burnus6-37/+11
2014-11-12pr45852.c: Simplify target selector.Uros Bizjak5-4/+11
2014-11-12[AArch64] Let LR register alloctableJiong Wang6-3/+96
2014-11-12Fix typo in *<arith_shift_insn>_shiftsiRamana Radhakrishnan2-1/+5
2014-11-12gcc-dg.exp (${tool}_load): Call prune_file_path instead of prune_gcc_output.Marek Polacek3-3/+15
2014-11-12fold-const.c (fold_binary_loc): Don't fold if the result is undefined.Marek Polacek7-12/+53
2014-11-12pr52252-atom-1.c: Extend assembler scan on AVX2 case.Evgeny Stupachenko2-1/+5
2014-11-12[multiple changes]Richard Biener2-15/+185
2014-11-12match.pd: Implement simple complex operations cancelling.Richard Biener5-14/+22
2014-11-12Predefine __NO_MATH_ERRNO__ for -fno-math-errno.Joseph Myers10-0/+65
2014-11-12Avoid tail call in c-c++-common/asan/strlen-overflow-1.cH.J. Lu2-1/+6
2014-11-12genmatch.c (::gen_transform): Add capture_info and expand_compares arguments.Richard Biener2-202/+404
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek45-319/+3082