Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+3 |
2020-04-02 | Fix some comment typos in alias.c. | Sandra Loosemore | 1 | -7/+7 |
2020-03-09 | alias: Punt after walking too many VALUEs during a toplevel find_base_term ca... | Jakub Jelinek | 1 | -0/+3 |
2020-03-03 | tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOM | Richard Biener | 1 | -0/+20 |
2020-02-27 | middle-end: Fix wrong code caused by disagreemed between FRE and access path ... | Jan Hubicka | 1 | -34/+45 |
2020-01-15 | Optimize alias subset recording | Richard Biener | 1 | -4/+7 |
2020-01-14 | PR middle-end/93246 - missing alias subsets | Richard Biener | 1 | -4/+30 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-18 | re PR target/92462 ([arm32] -ftree-pre makes a variable to be wrongly hoisted... | Richard Biener | 1 | -4/+10 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -10/+0 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -2/+3 |
2019-08-09 | Strengthen alias_ptr_types_compatible_p in LTO mode. | Martin Liska | 1 | -2/+10 |
2019-07-17 | alias.c (record_component_aliases): Do not simplify pointed-to types of ODR t... | Jan Hubicka | 1 | -41/+46 |
2019-06-01 | alias.c: Include ipa-utils.h. | Jan Hubicka | 1 | -0/+9 |
2019-05-22 | alias.c (ao_ref_from_mem): Move stack-slot sharing rewrite ... | Richard Biener | 1 | -12/+0 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -6/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-20 | re PR middle-end/83215 (C++: struct with char-array assumed to alias with eve... | Richard Biener | 1 | -9/+1 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 1 | -9/+0 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -0/+11 |
2018-06-12 | Use poly_int rtx accessors instead of hwi accessors | Richard Sandiford | 1 | -9/+11 |
2018-05-30 | Use poly_int tree accessors | Richard Sandiford | 1 | -6/+6 |
2018-04-06 | re PR rtl-optimization/85180 (Infinite loop in RTL DSE optimizer) | Richard Biener | 1 | -11/+26 |
2018-03-23 | re PR inline-asm/85022 (internal compiler error: in write_dependence_p, at al... | Jakub Jelinek | 1 | -1/+2 |
2018-03-01 | Tighten use of HARD_FRAME_POINTER_REGNUM in alias.c (PR 84538) | Richard Sandiford | 1 | -1/+17 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: memrefs_conflict_p | Richard Sandiford | 1 | -34/+34 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -0/+5 |
2017-12-20 | poly_int: MEM_OFFSET and MEM_SIZE | Richard Sandiford | 1 | -25/+17 |
2017-12-20 | poly_int: ao_ref and vn_reference_op_t | Richard Sandiford | 1 | -11/+10 |
2017-11-01 | More is_a <scalar_int_mode> | Richard Sandiford | 1 | -2/+6 |
2017-10-17 | [PATCH, middle-end/82577] Fix DECL_ASSEMBLER_NAME ICE | Nathan Sidwell | 1 | -2/+4 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -1/+1 |
2017-04-29 | re PR rtl-optimization/80491 (Compiler regression for long-add case.) | Jakub Jelinek | 1 | -0/+4 |
2017-04-25 | re PR tree-optimization/80492 (Wrong code when unrolling a loop with inline a... | Richard Biener | 1 | -0/+12 |
2017-04-12 | re PR target/79671 (mapnik miscompilation on armv7hl since r235622) | Richard Biener | 1 | -0/+8 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -9/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-15 | Use simplify_gen_binary in canon_rtx | Richard Sandiford | 1 | -7/+1 |
2016-11-07 | re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pr... | Jakub Jelinek | 1 | -1/+9 |
2016-11-04 | re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pr... | Jakub Jelinek | 1 | -0/+7 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -3/+3 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -2/+2 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -1/+1 |
2016-06-29 | re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz... | Richard Biener | 1 | -0/+8 |
2016-05-11 | re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz... | Richard Biener | 1 | -0/+4 |
2016-05-02 | Support << and >> for offset_int and widest_int | Richard Sandiford | 1 | -2/+2 |