aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2322/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-29loop-invariant: Don't move cold bb instructions to preheader in RTLXionghu Luo1-3/+14
2021-12-28loop-invariant: Fix -fcompare-debug failure [PR103837]Jakub Jelinek1-4/+15
2021-11-24Reduce scope of a few 'class loop *loop' variablesThomas Schwinge1-2/+2
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-9/+5
2021-05-04Remove CC0Segher Boessenkool1-5/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01loop-invariant: JUMP_INSNs aren't loop invariant [PR97954]Jakub Jelinek1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-10-14re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener1-3/+7
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-21/+21
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-04-04DF usage in loop-invariant.c (PR46590)Richard Sandiford1-4/+15
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06df-problems.c (df_rd_local_compute): Use bitmap_release.Richard Biener1-1/+1
2018-04-26* loop-invariant.c (may_assign_reg_p): Return false for frame pointer.Eric Botcazou1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-0/+7
2017-08-30[25/77] Use is_a <scalar_int_mode> for bitmask optimisationsRichard Sandiford1-5/+5
2017-05-14use auto_bitmap moreTrevor Saunders1-8/+4
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-7/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-04re PR tree-optimization/78185 (Wrong branch optimization with -O1 on x86/x86_64)Richard Biener1-7/+11
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-03-02re PR rtl-optimization/69052 (Performance regression after r229402.)Bin Cheng1-1/+149
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-27loop-invariant.c (struct def): New field can_prop_to_addr_uses.Bin Cheng1-2/+43
2015-08-04re PR debug/67043 (-fcompare-debug failure with -O3)Thomas Preud'homme1-0/+3
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-5/+5
2015-07-09always define AUTO_INC_DECTrevor Saunders1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-1/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
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/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-28Fix PR66168Thomas Preud'homme1-1/+1
2015-05-19loop-invariant.c (create_new_invariant): Don't calculate address cost if mode...David Sherwood1-2/+6