aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-21cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen1-20/+0
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+5
2014-08-28tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter important_candidates.Bin Cheng1-25/+20
2014-08-15tree-ssa-loop-ivopts.c (ivopts_data): New field name_expansion_cache.Bin Cheng1-62/+26
2014-08-07tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.Zhenqiang Chen1-0/+12
2014-08-06re PR bootstrap/61320 (ICE in jcf-parse.c:1622 (parse_class_file)Richard Biener1-0/+2
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-17/+13
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+6
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-13tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.Bin Cheng1-11/+35
2014-05-06Merge in wide-int.Kenneth Zadeck1-25/+25
2014-04-07re PR tree-optimization/60766 (Wrong optimization with -O2)Richard Biener1-2/+7
2014-01-13builtins.c (get_object_alignment_2): Minor tweak.Eric Botcazou1-33/+13
2014-01-11tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.Bin Cheng1-18/+27
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng1-6/+21
2013-12-11revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng1-13/+5
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-2/+2
2013-12-10re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng1-5/+13
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-2/+2
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+7
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19tree-ssa-loop-ivopts.c (enum ainc_type): New.Bin Cheng1-12/+52
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
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