aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-12tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refactor the code.Bin Cheng1-18/+23
2013-11-07tree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equality using operand_equa...Bin Cheng1-2/+6
2013-11-07tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.Bin Cheng1-1/+20
2013-10-28tree-ssa-loop-ivopts.c (strip_offset_1): Change parameter type.Bin Cheng1-15/+31
2013-10-24tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p ): Check both [reg+mu...Igor Shevlyakov1-4/+7
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+9
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-27/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-02tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): Find auto-incre...Bin Cheng1-8/+22
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