aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-29configure.ac: Remove -Werror addition to WARN_FLAGS.Jakub Jelinek5-11/+44
2014-10-29Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.Jakub Jelinek3-11/+54
2014-10-29optimize-bswapsi-1.c (swap32_e): New bswap test.Thomas Preud'homme3-1/+44
2014-10-29PR rtl-optimization/63340 (part 2)Richard Sandiford4-39/+50
2014-10-29PR rtl-optimization/63340 (part 1)Richard Sandiford2-52/+152
2014-10-29Add svn:executable on configure.Jakub Jelinek1-0/+0
2014-10-29re PR tree-optimization/63666 (FAIL: gcc.dg/vect/pr45752.c (internal compiler...Richard Biener2-1/+8
2014-10-29MAINTAINERS: Change my email address.Tristan Gingold2-1/+5
2014-10-29AVX-512. 89/n. Improve mask move insn generation.Alexander Ivchenko4-14/+57
2014-10-29AVX-512. 88/n. Add missed avx512bw/avx512vl cmp intrinsics.Alexander Ivchenko73-0/+3399
2014-10-29AVX-512. 87/n. Add rest of the tests.Alexander Ivchenko908-175/+23589
2014-10-29AVX-512. 86/n. Add options tests.Kirill Yukhin8-8/+633
2014-10-29Daily bump.GCC Administrator1-1/+1
2014-10-28debug/elf: add power64 support along with relocation testIan Lance Taylor4-1/+233
2014-10-28re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez5-41/+54
2014-10-28longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson2-0/+8
2014-10-28* constexpr.c (cxx_eval_outermost_constant_expr): Tweak.Jason Merrill2-2/+6
2014-10-28libgo: Add consts for ioctlIan Lance Taylor1-1/+25
2014-10-28godump.c (precision_to_units): New helper function.Dominik Vogt5-94/+813
2014-10-28cgraph.h: Flatten.Andrew MacLeod156-50/+1014
2014-10-28gimple-fold.h (follow_single_use_edges): Declare.Richard Biener4-1/+48
2014-10-28AVX-512. 85/n. Add intrinsics headers.Alexander Ivchenko8-2/+24450
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-28Add strtoll and strtoull to libiberty.Yury Gribov12-18/+752
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 Muldoon44-302/+23921