aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-04-11opts.c (common_handle_option): Fix formatting and add FALLTHRU comment.Senthil Kumar Selvaraj1-0/+5
2013-04-11[PATCH, AARCH64] Fix unrecognizable insn issue with vcond against 0.0fJames Greenhalgh1-0/+5
2013-04-11re PR tree-optimization/56899 (Wrong constant folding)Jakub Jelinek1-0/+6
2013-04-11re PR rtl-optimization/56124 (Redundant reload for loading from memory)Bin Cheng1-0/+6
2013-04-10sparc.c: Include tree-pass.h.Steven Bosscher1-0/+13
2013-04-10Fix sparc assembler specs for supersparc and hypersparc.David S. Miller1-0/+3
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller1-0/+42
2013-04-10aarch64.c (aarch64_print_extension): New function.Yufeng Zhang1-0/+5
2013-04-10common.opt: Add -gdwarf.Senthil Kumar Selvaraj1-0/+7
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-0/+17
2013-04-10tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener1-0/+10
2013-04-10re PR tree-optimization/55524 (If fnma exists but not fms, convert_mult_to_fm...Joern Rennecke1-0/+8
2013-04-10cif-code.def (OVERWRITABLE): Correct the comment for overwritable function.Zhouyi Zhou1-0/+7
2013-04-10combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out unnecessa...Chung-Ju Wu1-0/+5
2013-04-10tree-vect-slp.c (vect_get_and_check_slp_defs): Remove broken code swapping op...Richard Biener1-2/+10
2013-04-10sh.md (barrier_align): Use next/prev_active_insn instead of next/prev_real_insn.Christian Bruel1-0/+5
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-0/+8
2013-04-09arm.md (minmax_arithsi_non_canon): New pattern.Kyrylo Tkachov1-0/+4
2013-04-09sched-vis.c (print_pattern): Print SEQUENCE of insns as insns.Steven Bosscher1-0/+2
2013-04-09sparc.md: Use define_c_enum for "unspec" and "unspecv".Steven Bosscher1-0/+4
2013-04-09re PR tree-optimization/48762 (valgrind: Invalid read/write of size 8 in cse_...Marek Polacek1-0/+6
2013-04-09tree-vect-slp.c (vect_get_and_check_slp_defs): Remove code dealing with cost.Richard Biener1-0/+10
2013-04-09re PR middle-end/56883 (error openmp parallel for order)Jakub Jelinek1-0/+7
2013-04-09tree-vrp.c (simplify_cond_using_ranges): Simplify test of boolean when the bo...Jeff Law1-1/+7
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener1-0/+16
2013-04-09expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener1-0/+5
2013-04-09re PR tree-optimization/56854 (error: non-decl/MEM_REF LHS in clobber statement)Jakub Jelinek1-0/+7
2013-04-09tree.c (type_hash_lookup, [...]): Make static.Maxim Kuvyrkov1-0/+5
2013-04-09tree.h (unsave_expr_now): Remove.Richard Biener1-0/+10
2013-04-08rtl.texi (sequence): Rewrite documentation to match the current use of SEQUEN...Steven Bosscher1-0/+13
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+46
2013-04-08cygwin.h (EXTRA_OS_CPP_BUILTINS): Replaced TARGET_CYGWIN64 by TARGET_64BIT.Kai Tietz1-0/+5
2013-04-08epiphany.md (<insn_opname>v2si3): Use gen_addsi3_i / gen_subsi3_i.Joern Rennecke1-0/+3
2013-04-08ChangeLog typo fix.Joern Rennecke1-1/+1
2013-04-08epiphany.md (mov_f+2): New peephole2 pattern.Joern Rennecke1-0/+5
2013-04-08epiphany.md (logical_op): New code iterator.Joern Rennecke1-0/+5
2013-04-08constraints.md (CnL): New constraint.Joern Rennecke1-0/+4
2013-04-08epiphany.c (epiphany_select_cc_mode): Don't use CC_FPmode for ORDERED / UNORD...Joern Rennecke1-0/+5
2013-04-08epiphany.md (GPR_1): New constant.Joern Rennecke1-0/+13
2013-04-08re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-0/+16
2013-04-08gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.Jeff Law1-0/+4
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-0/+12
2013-04-08epiphany.h (struct GTY (()) machine_function): Add member lr_slot_known.Joern Rennecke1-0/+12
2013-04-08Fix PR target/54338 - Include IWMMXT_GR_REGS in ALL_REGS.Xinyu Qi1-0/+6
2013-04-08alias.c (find_base_term): Fix thinko in previous change.Richard Biener1-0/+4
2013-04-08tree-loop-distribution.c (const_with_all_bytes_same): New function.Jakub Jelinek1-0/+11
2013-04-08s390.c (s390_expand_insv): Only accept insertions within mode size.Andreas Krebbel1-0/+5
2013-04-08re PR rtl-optimization/48182 (ICE: SIGSEGV in try_crossjump_to_edge (cfgclean...Marek Polacek1-0/+6
2013-04-06re PR target/55487 (ICE in mark_jump_label_1, at jump.c:1134 compiling gcc.c-...John David Anglin1-0/+6
2013-04-05re PR target/56843 (PowerPC Newton-Raphson reciprocal estimates can be improved)Bill Schmidt1-0/+10