aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-32/+33
2013-04-11re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters...Richard Biener1-0/+48
2013-02-20tree-ssa-loop-ivopts.c (alloc_use_cost_map): Use bitmap_count_bits and ceil_l...Richard Biener1-10/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-12re PR middle-end/55481 (-O2 generates a wrong-code infinite loop in C++Benchm...Zdenek Dvorak1-32/+10
2012-12-11tree-ssa-loop-ivopts.c (prepare_decl_rtl): Generate RTL only for a DECL which...Eric Botcazou1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-40/+30
2012-11-15re PR tree-optimization/54619 (GCC aborts during compilation with '-O2 -mips16')Tom de Vries1-3/+28
2012-11-04re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-1/+105
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-3/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-19/+17
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+4
2012-08-13re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek1-3/+3
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-0/+4
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-27expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd1-12/+12
2012-07-26tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt1-291/+15
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-06-26tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt1-2/+2
2012-06-22double-int.c (double_int_multiple_of): New function.Bill Schmidt1-42/+213
2012-06-17cfgloop.h: Do not include rtl.h.Steven Bosscher1-1/+1
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-09tree-ssa-loop-ivopts.c (add_autoinc_candidates, [...]): Replace use of HAVE_{...Ramana Radhakrishnan1-8/+20
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-4/+1
2012-04-23* tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL tree refs.Jan Hubicka1-1/+2
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-2/+2
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-15/+13
2012-02-06re PR tree-optimization/50955 (IVopts incorrectly rewrite the address of a gl...Richard Guenther1-1/+5
2011-10-11tree.h (copy_ref_info): Expose existing function.Bill Schmidt1-58/+0
2011-08-28re PR bootstrap/50218 (tree-ssa-loop-ivopts.c triggers -Werror=maybe-uninitia...Mikael Pettersson1-1/+1
2011-08-26tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.Zdenek Dvorak1-51/+320
2011-08-18tree.h (tree_int_cst_msb): Remove.Richard Guenther1-20/+0
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-2/+2
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-1/+1
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-1/+1
2011-07-31re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries1-1/+2
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+1
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2011-05-22re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-1/+1
2011-05-20re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+59
2011-05-19re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-17/+68
2011-05-19re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+5
2011-05-18re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+2
2011-05-18re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1