aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-28AVX-512. 84/n. Add missing immediate checks.Alexander Ivchenko2-0/+16
2014-10-28AVX-512. 83/n. Add scatter built-ins.Alexander Ivchenko2-0/+175
2014-10-28AVX-512. 82/n. Add gather built-ins.Alexander Ivchenko2-9/+185
2014-10-28AVX-512. 81.2/n. Add new built-ins.Alexander Ivchenko3-11/+4259
2014-10-28tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left sh...Jakub Jelinek2-1/+6
2014-10-28Actually removed redundant tests from r216783.Maxim Ostapenko2-39/+0
2014-10-28Add missing tests.Maxim Ostapenko7-0/+120
2014-10-28Don't inline GCC memory builtins if ASan is enabled.Max Ostapenko12-266/+234
2014-10-28re PR tree-optimization/63665 (wrong code with signed overflow even with -fwr...Richard Biener4-1/+31
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence13-41/+27
2014-10-28Enable -fsanitize-recover for KASan.Yury Gribov16-52/+187
2014-10-28Allow to override Asan shadow offset.Yury Gribov9-9/+101
2014-10-28Daily bump.GCC Administrator1-1/+1
2014-10-27PR63442 libgcc_cmp_return_mode not always return word_modeJiong Wang2-1/+6
2014-10-27tree.c (build_common_tree_nodes): Don't even store the __int128 types if they...DJ Delorie2-1/+7
2014-10-27i386.c (ix86_loop_memcount): Delete.Richard Sandiford2-30/+22
2014-10-27i386.c (find_constant_1): Delete.Richard Sandiford2-40/+36
2014-10-27i386.c (extended_reg_mentioned_1): Delete.Richard Sandiford2-14/+14
2014-10-27i386.c: Include rtl-iter.hRichard Sandiford2-15/+21
2014-10-27alpha-protos.h (some_small_symbolic_operand_int): Take an rtx and return a bool.Richard Sandiford4-11/+24
2014-10-27alpha-protos.h (alpha_find_lo_sum_using_gp): Return a bool.Richard Sandiford3-9/+17
2014-10-27alpha.c (alpha_set_memflags_1): Delete.Richard Sandiford2-25/+23
2014-10-27alpha.c: Include rtl-iter.h.Richard Sandiford2-20/+21
2014-10-27s390.c: Include rtl-iter.h.Richard Sandiford2-18/+14
2014-10-27spu.c: Include rtl-iter.hRichard Sandiford2-6/+16
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill16-190/+624
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon10-294/+299
2014-10-27[AArch64] Restore gimple_folding of reduction intrinsicsAlan Lawrence3-23/+17
2014-10-27[AArch64] Use new reduc_[us](min|max)_scal optabs, inc. for builtinsAlan Lawrence4-90/+108
2014-10-27[AArch64] Use new reduc_plus_scal optabs, inc. for __builtinsAlan Lawrence5-53/+90
2014-10-27Add new optabs for reducing vectors to scalarsAlan Lawrence7-23/+118
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence6-20/+70
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod359-389/+3178
2014-10-27[AArch64] Temporarily remove aarch64_gimple_fold_builtin code for reduction o...Alan Lawrence3-2/+12
2014-10-27* gcc-interface/utils.c (create_subprog_decl): Adjust condition.Eric Botcazou2-1/+5
2014-10-27match.pd (0 % X): Properly use the iterator iterating over all modulo operators.Richard Biener2-2/+8
2014-10-27misc.c (gnat_init_options_struct): Parameterize errno support here instead of...Eric Botcazou2-16/+25
2014-10-27* gcc-interface/trans.c (gnat_to_gnu) <N_Real_Literal>: Minor tweaks.Eric Botcazou2-11/+12
2014-10-27utils.c (create_var_decl_1): For a variable declared in the unit...Eric Botcazou5-28/+64
2014-10-27tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.Richard Biener5-5/+116
2014-10-27decl.c (gnat_to_gnu_entity): Apply special treatment of derived packed array ...Eric Botcazou6-1/+41
2014-10-27decl.c (gnat_to_gnu_entity): Remove superfluous computation for the max size.Eric Botcazou4-17/+76
2014-10-27Daily bump.GCC Administrator1-1/+1
2014-10-26In cp/error.c...Manuel López-Ibáñez11-57/+76
2014-10-26microblaze.c: Include rtl-iter.h.Richard Sandiford2-16/+19
2014-10-26mips.c (mips_at_reg_p): Delete.Richard Sandiford2-13/+12
2014-10-26mips.c (mips_record_lo_sum): Replace with...Richard Sandiford2-10/+15
2014-10-26mips.c (mips_sim_insn): Update comment.Richard Sandiford2-14/+13
2014-10-26mips.c (r10k_needs_protection_p_call): Take a const_rtx and return a bool.Richard Sandiford2-16/+25
2014-10-26mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.Richard Sandiford2-22/+31