aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-22common.opt (funsafe-loop-optimizations): Mark ignore.Bin Cheng1-36/+0
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-2/+2
2016-06-01loop-unroll.c (decide_unroll_constant_iterations, [...]): Use likely upper bo...Jan Hubicka1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03[PR tree-optimization/68599] Avoid over-zealous optimization with -funsafe-lo...Jeff Law1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-08-21Fix PR61657 (undefined behavior in loop-iv.c)Markus Trippelsdorf1-3/+3
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-11/+0
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-23/+8
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-29loop-iv.c (canon_condition): Generalize to all types of integer constant.Richard Sandiford1-19/+22
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-20re PR bootstrap/64676 (SEGV in tree-ssa-structalias.c solve_constraint)Igor Zamyatin1-112/+15
2015-01-19re PR rtl-optimization/64081 (r217828 prevents RTL loop unroll)Igor Zamyatin1-15/+112
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20PR63426 Fix various signed integer overflowsMarkus Trippelsdorf1-2/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-21/+21
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-1/+1
2014-08-28loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback to bein...Richard Sandiford1-12/+15
2014-08-28loop-iv.c: Include rtl-iter.h.Richard Sandiford1-21/+32
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-6/+7
2014-08-26Various condition-handling callsDavid Malcolm1-3/+3
2014-08-22loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm1-14/+17
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+7
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-13/+13
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-10/+6
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener1-0/+15
2014-01-17re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener1-13/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-05re PR rtl-optimization/58997 (ICE on valid code at -O3 on x86_64-linux-gnu (a...Jakub Jelinek1-2/+10
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-09gcc/Richard Sandiford1-2/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-24/+33