aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3051/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-05loop-iv: Add missing calls to `onlyjump_p'Maciej W. Rozycki1-2/+2
2020-12-02loop-iv: Fix typo in `iv_analyze_expr' descriptionMaciej W. Rozycki1-1/+1
2020-03-10loop-iv: make find_simple_exit staticRoman Zhuykov1-1/+1
2020-01-03re PR rtl-optimization/93088 (Compile time hog on gcc/testsuite/gcc.target/i3...Jakub Jelinek1-8/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-30Remove global call sets: loop-iv.cRichard Sandiford1-2/+10
2019-09-09Add "fast" conversions from arrays to bitmapsRichard Sandiford1-8/+2
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-50/+50
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-27One line change onto r272731Kewen Lin1-1/+1
2019-06-27Call finite_loop_p in RTL to get better finiteness information.Kewen Lin1-0/+14
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-24re PR middle-end/82569 (failure in 177.mesa cpu2000 test case after r253530)Eric Botcazou1-1/+1
2017-10-08tree-outof-ssa.h (ssaexpand): Add partitions_for_undefined_values.Eric Botcazou1-1/+1
2017-08-30[36/77] Use scalar_int_mode in the RTL iv routinesRichard Sandiford1-87/+76
2017-08-30[26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford1-3/+3
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