Age | Commit message (Expand) | Author | Files | Lines |
2020-12-01 | loop-invariant: JUMP_INSNs aren't loop invariant [PR97954] | Jakub Jelinek | 1 | -0/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-10-14 | re PR middle-end/92046 (Command line options (that are per-functions) are aff... | Richard Biener | 1 | -3/+7 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -21/+21 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-04-04 | DF usage in loop-invariant.c (PR46590) | Richard Sandiford | 1 | -4/+15 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-06 | df-problems.c (df_rd_local_compute): Use bitmap_release. | Richard Biener | 1 | -1/+1 |
2018-04-26 | * loop-invariant.c (may_assign_reg_p): Return false for frame pointer. | Eric Botcazou | 1 | -0/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -0/+7 |
2017-08-30 | [25/77] Use is_a <scalar_int_mode> for bitmask optimisations | Richard Sandiford | 1 | -5/+5 |
2017-05-14 | use auto_bitmap more | Trevor Saunders | 1 | -8/+4 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -7/+7 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-04 | re PR tree-optimization/78185 (Wrong branch optimization with -O1 on x86/x86_64) | Richard Biener | 1 | -7/+11 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-03-02 | re PR rtl-optimization/69052 (Performance regression after r229402.) | Bin Cheng | 1 | -1/+149 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -9/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+8 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-10-27 | loop-invariant.c (struct def): New field can_prop_to_addr_uses. | Bin Cheng | 1 | -2/+43 |
2015-08-04 | re PR debug/67043 (-fcompare-debug failure with -O3) | Thomas Preud'homme | 1 | -0/+3 |
2015-07-10 | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 1 | -1/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | reduce conditional compilation based on AUTO_INC_DEC | Trevor Saunders | 1 | -5/+5 |
2015-07-09 | always define AUTO_INC_DEC | Trevor Saunders | 1 | -1/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -1/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+3 |
2015-06-25 | hash-traits.h (free_ptr_hash): New class. | Richard Sandiford | 1 | -3/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -2/+1 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-28 | Fix PR66168 | Thomas Preud'homme | 1 | -1/+1 |
2015-05-19 | loop-invariant.c (create_new_invariant): Don't calculate address cost if mode... | David Sherwood | 1 | -2/+6 |
2015-05-19 | cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO. | Richard Sandiford | 1 | -28/+4 |
2015-05-13 | re PR rtl-optimization/64616 (Redundant ldr when accessing var inside and out... | Thomas Preud'homme | 1 | -14/+90 |
2015-04-22 | make some HAVE_cc0 code always compiled | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | always define HAVE_cc0 | Trevor Saunders | 1 | -1/+1 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -7/+8 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+17 |
2015-01-15 | gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false... | Jakub Jelinek | 1 | -1/+3 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |