aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-31c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause with decl that is ...Jakub Jelinek10-1/+133
2013-10-31i386.c (ix86_expand_sse2_abs): Rename function arguments.Uros Bizjak3-70/+58
2013-10-31configure.ac: Add header checks for fenv.h and complex.h.Steve Ellcey3-0/+30
2013-10-31Add new nds32 port, including machine description, libgcc, and documentation.Chung-Ju Wu284-3/+26215
2013-10-31lra-constraints (process_alt_operands): Use the result elimination register f...Vladimir Makarov2-9/+23
2013-10-31semantics.c (cxx_eval_call_expression): Handle trivial value-initialization.Jason Merrill3-6/+17
2013-10-31decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill3-27/+7
2013-10-31re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...Jason Merrill3-0/+20
2013-10-31class.c (type_build_ctor_call): Return early in C++98 mode.Jason Merrill2-0/+9
2013-10-31I forgot to commit this from the C++14 digit-separators commit.Edward Smith-Rowland1-0/+13
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland14-31/+187
2013-10-31* gcc.dg/vect/vect-align-3.c: New test.Jakub Jelinek2-0/+56
2013-10-31tree-vrp.c (maybe_set_nonzero_bits): New function.Jakub Jelinek2-2/+62
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek10-122/+165
2013-10-31gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek7-14/+172
2013-10-31tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.Jakub Jelinek4-9/+123
2013-10-31re PR rtl-optimization/58934 (build fails on cris-elf in reload_cse_simplify_...Martin Jambor6-283/+28
2013-10-3148631_neg.cc: Tweak dg-prune.Paolo Carlini2-0/+5
2013-10-31re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini1-0/+29
2013-10-31re PR sanitizer/58543 (Invalid unpoisoning of stack redzones on ARM)Richard Sandiford2-1/+8
2013-10-31re PR c++/58932 ([C++11] Deleted functions and SFINAE in partial template spe...Paolo Carlini4-15/+21
2013-10-31re PR c++/58581 ([c++11] ICE with no-throw specification in deleted function)Paolo Carlini4-2/+19
2013-10-31lower-subreg.c (resolve_simple_move): Copy REG_INC note.Zhenqiang Chen4-0/+232
2013-10-30configure.ac: Changed a case statement to include i386.Balaji V. Iyer3-2/+7
2013-10-31re PR bootstrap/58933 (IRA ICE in update_costs_from_allocno)Vladimir Makarov2-11/+22
2013-10-31re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai7-70/+16
2013-10-30rx.c (ADD_RX_BUILTIN0): New macro, used for builtins that take no arguments.DJ Delorie2-5/+18
2013-10-31Daily bump.GCC Administrator1-1/+1
2013-10-30re PR rtl-optimization/58545 (error: unable to find a register to spill in cl...Joern Rennecke4-29/+81
2013-10-30Fix for bug Bootstrap/58918.Balaji V. Iyer7-484/+733
2013-10-30pointer_partial_void.cc: Fix and enable VERIFY tests.Jonathan Wakely2-4/+9
2013-10-30revert: cilk-plus.exp: Add the libcilkrts library path to the compile flags.Tobias Burnus2-18/+8
2013-10-30re PR target/58762 ([missed optimization] Vectorizing abs(int).)Cong Hou8-1/+117
2013-10-30semantics.c (finish_compound_literal): Don't create a static variable inside ...Jason Merrill2-0/+4
2013-10-30cilk-plus.exp: Add the libcilkrts library path to the compile flags.Tobias Burnus2-1/+23
2013-10-30* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.Jason Merrill2-1/+5
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely8-4/+81
2013-10-30re PR rtl-optimization/58369 (ICE in subreg_get_info when compiling boost for...Jeff Law4-1/+160
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus13-32/+172
2013-10-30re PR target/47754 ([missed optimization] AVX allows unaligned memory operand...Jakub Jelinek17-105/+139
2013-10-30* decl.c (cp_finish_decl): Never throw for VLA bound == 0.Jason Merrill2-5/+5
2013-10-30Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass --disable-build-format-warnings.Jason Merrill6-6/+42
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm5-6/+29
2013-10-30re PR target/58784 ([ARM] LRA legitimate address issue with misalign neon_store)Vladimir Makarov4-25/+33
2013-10-30tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Look for a POINTER_PLUS_EXP...Marc Glisse4-3/+44
2013-10-30regmove.c: Remove.Vladimir Makarov33-1842/+1361
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener4-19/+51
2013-10-30* cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.Jakub Jelinek2-2/+6
2013-10-30sh-mem.cc (sh_expand_cmpnstr): New function.Christian Bruel8-15/+260
2013-10-30re PR rtl-optimization/10474 (shrink wrapping for functions)Martin Jambor6-5/+300