summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Remove -Werror addition to WARN_FLAGS.Jakub Jelinek2014-10-295-11/+44
* Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.Jakub Jelinek2014-10-293-11/+54
* optimize-bswapsi-1.c (swap32_e): New bswap test.Thomas Preud'homme2014-10-293-1/+44
* PR rtl-optimization/63340 (part 2)Richard Sandiford2014-10-294-39/+50
* PR rtl-optimization/63340 (part 1)Richard Sandiford2014-10-292-52/+152
* Add svn:executable on configure.Jakub Jelinek2014-10-291-0/+0
* re PR tree-optimization/63666 (FAIL: gcc.dg/vect/pr45752.c (internal compiler...Richard Biener2014-10-292-1/+8
* MAINTAINERS: Change my email address.Tristan Gingold2014-10-292-1/+5
* AVX-512. 89/n. Improve mask move insn generation.Alexander Ivchenko2014-10-294-14/+57
* AVX-512. 88/n. Add missed avx512bw/avx512vl cmp intrinsics.Alexander Ivchenko2014-10-2973-0/+3399
* AVX-512. 87/n. Add rest of the tests.Alexander Ivchenko2014-10-29908-175/+23589
* AVX-512. 86/n. Add options tests.Kirill Yukhin2014-10-298-8/+633
* Daily bump.GCC Administrator2014-10-291-1/+1
* debug/elf: add power64 support along with relocation testIan Lance Taylor2014-10-284-1/+233
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-10-285-41/+54
* longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson2014-10-282-0/+8
* * constexpr.c (cxx_eval_outermost_constant_expr): Tweak.Jason Merrill2014-10-282-2/+6
* libgo: Add consts for ioctlIan Lance Taylor2014-10-281-1/+25
* godump.c (precision_to_units): New helper function.Dominik Vogt2014-10-285-94/+813
* cgraph.h: Flatten.Andrew MacLeod2014-10-28156-50/+1014
* gimple-fold.h (follow_single_use_edges): Declare.Richard Biener2014-10-284-1/+48
* AVX-512. 85/n. Add intrinsics headers.Alexander Ivchenko2014-10-288-2/+24450
* AVX-512. 84/n. Add missing immediate checks.Alexander Ivchenko2014-10-282-0/+16
* AVX-512. 83/n. Add scatter built-ins.Alexander Ivchenko2014-10-282-0/+175
* AVX-512. 82/n. Add gather built-ins.Alexander Ivchenko2014-10-282-9/+185
* AVX-512. 81.2/n. Add new built-ins.Alexander Ivchenko2014-10-283-11/+4259
* tree-ssa-math-opts.c (find_bswap_or_nop_1): Use uint64_t type for the left sh...Jakub Jelinek2014-10-282-1/+6
* Actually removed redundant tests from r216783.Maxim Ostapenko2014-10-282-39/+0
* Add missing tests.Maxim Ostapenko2014-10-287-0/+120
* Don't inline GCC memory builtins if ASan is enabled.Max Ostapenko2014-10-2812-266/+234
* re PR tree-optimization/63665 (wrong code with signed overflow even with -fwr...Richard Biener2014-10-284-1/+31
* Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence2014-10-2813-41/+27
* Enable -fsanitize-recover for KASan.Yury Gribov2014-10-2816-52/+187
* Allow to override Asan shadow offset.Yury Gribov2014-10-289-9/+101
* Add strtoll and strtoull to libiberty.Yury Gribov2014-10-2812-18/+752
* Daily bump.GCC Administrator2014-10-281-1/+1
* PR63442 libgcc_cmp_return_mode not always return word_modeJiong Wang2014-10-272-1/+6
* tree.c (build_common_tree_nodes): Don't even store the __int128 types if they...DJ Delorie2014-10-272-1/+7
* i386.c (ix86_loop_memcount): Delete.Richard Sandiford2014-10-272-30/+22
* i386.c (find_constant_1): Delete.Richard Sandiford2014-10-272-40/+36
* i386.c (extended_reg_mentioned_1): Delete.Richard Sandiford2014-10-272-14/+14
* i386.c: Include rtl-iter.hRichard Sandiford2014-10-272-15/+21
* alpha-protos.h (some_small_symbolic_operand_int): Take an rtx and return a bool.Richard Sandiford2014-10-274-11/+24
* alpha-protos.h (alpha_find_lo_sum_using_gp): Return a bool.Richard Sandiford2014-10-273-9/+17
* alpha.c (alpha_set_memflags_1): Delete.Richard Sandiford2014-10-272-25/+23
* alpha.c: Include rtl-iter.h.Richard Sandiford2014-10-272-20/+21
* s390.c: Include rtl-iter.h.Richard Sandiford2014-10-272-18/+14
* spu.c: Include rtl-iter.hRichard Sandiford2014-10-272-6/+16
* Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill2014-10-2716-190/+624
* Let GDB reuse GCC's parser.Phil Muldoon2014-10-2744-302/+23921