aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27common.opt (fkeep-gc-roots-live): New undocumented option.Ian Lance Taylor1-2/+15
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-09Fix newly introduced memory leak inMartin Liska1-3/+3
2015-11-20re PR tree-optimization/52272 (Performance regression of 410.bwaves on x86.)Bin Cheng1-29/+199
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-7/+20
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-11/+11
2015-10-29tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.Bin Cheng1-5/+8
2015-10-01remove many typedefsTrevor Saunders1-11/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-30/+31
2015-09-17re PR tree-optimization/66388 (Test gcc.target/i386/pr49781-1.c failed becaus...Bin Cheng1-5/+214
2015-09-15tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip unnecessary type conversion...Bin Cheng1-0/+1
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
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