aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16tree-ssa-loop-ivopts.c (add_candidate): Remove call to add_autoinc_candidates.Bin Cheng1-18/+20
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-07-02tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.Bin Cheng1-18/+15
2015-06-30tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name field in struct...Bin Cheng1-4/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-4/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03tree-ssa-loop-ivopts.c (dump_iv): New parameter.Bin Cheng1-9/+5
2015-06-02re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Bin Cheng1-31/+27
2015-05-20re PR tree-optimization/65447 (AArch64: iv-opt causes bad addressing)Bin Cheng1-20/+358
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-04-30Fix spurious semicolonsDavid Malcolm1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+7
2015-02-13re PR tree-optimization/64705 (Bad code generation of sieve on x86-64 because...Bin Cheng1-5/+44
2015-02-09re PR tree-optimization/54000 (Performance breakdown for gcc-4.{6,7} vs. gcc-...Richard Biener1-2/+14
2015-02-06re PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)Eric Botcazou1-7/+11
2015-02-04* tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.Eric Botcazou1-6/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-18re PR middle-end/62178 ([AArch64] Performance regression on matrix matrix mul...Bin Cheng1-4/+123
2014-11-20PR63426 Fix various signed integer overflowsMarkus Trippelsdorf1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-20/+24
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-11/+11
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
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