aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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 Merrill3-4/+31
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
2013-10-30re PR target/58854 ("sub sp, fp, #40" hoisted above frame accesses)Ramana Radhakrishnan2-0/+6
2013-10-30Minor tweaksEric Botcazou1-5/+1
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich8-3/+185
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich3-8/+42
2013-10-30c-common.c (handle_bnd_variable_size_attribute): New.Ilya Enkovich3-6/+87
2013-10-30builtin-types.def (BT_FN_VOID_CONST_PTR): New.Ilya Enkovich7-1/+286
2013-10-30target.def (builtin_chkp_function): New.Ilya Enkovich8-1/+345
2013-10-29tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski12-51/+182
2013-10-30machmode.def (PARTIAL_INT_MODE): Add precision and name.Mike Stump8-17/+32
2013-10-30Daily bump.GCC Administrator1-1/+1
2013-10-29Re-add changelog item to r204180 which got lost through r204181Tobias Burnus1-2/+8
2013-10-29re PR fortran/44350 (accepts illegal fortran in BLOCK DATA)Tobias Burnus4-0/+86
2013-10-29correct formatPaul Thomas2-10/+4
2013-10-29re PR target/54236 ([SH] Improve addc and subc insn utilization)Oleg Endo6-4/+444
2013-10-29correct PR numbersPaul Thomas2-2/+2
2013-10-29re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson2-5/+17
2013-10-29PR fortran 57893Paul Thomas6-20/+77