summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious semicolonsDavid Malcolm2015-04-301-2/+2
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+7
* re PR tree-optimization/64705 (Bad code generation of sieve on x86-64 because...Bin Cheng2015-02-131-5/+44
* re PR tree-optimization/54000 (Performance breakdown for gcc-4.{6,7} vs. gcc-...Richard Biener2015-02-091-2/+14
* re PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)Eric Botcazou2015-02-061-7/+11
* * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.Eric Botcazou2015-02-041-6/+6
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/62178 ([AArch64] Performance regression on matrix matrix mul...Bin Cheng2014-12-181-4/+123
* PR63426 Fix various signed integer overflowsMarkus Trippelsdorf2014-11-201-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-20/+24
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-11/+11
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen2014-10-211-20/+0
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-3/+5
* tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter important_candidates.Bin Cheng2014-08-281-25/+20
* tree-ssa-loop-ivopts.c (ivopts_data): New field name_expansion_cache.Bin Cheng2014-08-151-62/+26
* tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.Zhenqiang Chen2014-08-071-0/+12
* re PR bootstrap/61320 (ICE in jcf-parse.c:1622 (parse_class_file)Richard Biener2014-08-061-0/+2
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-17/+13
* IPA C++ refactoring 1/NMartin Liska2014-07-241-1/+1
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-5/+6
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.Bin Cheng2014-05-131-11/+35
* Merge in wide-int.Kenneth Zadeck2014-05-061-25/+25
* re PR tree-optimization/60766 (Wrong optimization with -O2)Richard Biener2014-04-071-2/+7
* builtins.c (get_object_alignment_2): Minor tweak.Eric Botcazou2014-01-131-33/+13
* tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.Bin Cheng2014-01-111-18/+27
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng2013-12-131-6/+21
* revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng2013-12-111-13/+5
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-2/+2
* re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng2013-12-101-5/+13
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-2/+2
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-3/+7
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* tree-ssa-loop-ivopts.c (enum ainc_type): New.Bin Cheng2013-11-191-12/+52
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refactor the code.Bin Cheng2013-11-121-18/+23
* tree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equality using operand_equa...Bin Cheng2013-11-071-2/+6