Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-04-04 | re PR rtl-optimization/70484 (Wrong optimization with aliasing and access via... | Richard Biener | 1 | -0/+14 |
2016-02-15 | * alias.c (get_alias_set): Fix a typo in comment. | Bernd Edlinger | 1 | -1/+1 |
2016-01-19 | re PR rtl-optimization/68955 (wrong code at -O3 on x86-64-linux-gnu in 32-bit... | Jakub Jelinek | 1 | -3/+19 |
2016-01-14 | alias.c (compare_base_symbol_refs): New function. | Jan Hubicka | 1 | -32/+66 |
2016-01-11 | re PR middle-end/68999 (FAIL: gfortran.fortran-torture/execute/save_1.f90 exe... | Uros Bizjak | 1 | -11/+17 |
2016-01-08 | symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ... | Uros Bizjak | 1 | -2/+0 |
2016-01-05 | alias.c (compare_base_decls): Use symtab_node::get. | Nathan Sidwell | 1 | -2/+9 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-23 | alias.c (compare_base_decls): Simplify in-symtab check. | Nathan Sidwell | 1 | -4/+3 |
2015-12-13 | [PR67355] drop dummy zero from reverse VTA ops, fix infinite recursion | Alexandre Oliva | 1 | -2/+2 |
2015-12-09 | re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2) | Jan Hubicka | 1 | -3/+86 |
2015-12-03 | * alias.c (alias_set_subset_of, alias_sets_must_conflict_p) | Jan Hubicka | 1 | -13/+17 |
2015-11-25 | Remove broken ifcvt code for speculating memory writes | Bernd Schmidt | 1 | -24/+0 |
2015-11-24 | alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P double check ... | Jan Hubicka | 1 | -0/+2 |
2015-11-24 | lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for... | Jan Hubicka | 1 | -13/+21 |
2015-11-21 | lto.c (iterative_hash_canonical_type): Always recurse for pointers. | Jan Hubicka | 1 | -20/+75 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -12/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -11/+9 |
2015-10-26 | re PR rtl-optimization/67443 (DSE removes required store instruction) | Richard Biener | 1 | -7/+8 |
2015-09-13 | don't typedef alias_set_entry and unhide pointerness | Trevor Saunders | 1 | -16/+15 |
2015-08-21 | fix sched compare regression | Alexandre Oliva | 1 | -1/+22 |
2015-08-14 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+13 |
2015-07-24 | Revert: | David Edelsohn | 1 | -13/+0 |
2015-07-24 | [obvious] Use std::swap instead of manually swapping in a few more places | Kyrylo Tkachov | 1 | -3/+3 |
2015-07-23 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+13 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -13/+4 |
2015-06-30 | defaults.h (HAVE_epilogue, [...]): Delete. | Richard Sandiford | 1 | -11/+9 |
2015-06-25 | hash-map-traits.h (simple_hashmap_traits::key_type): New typedef. | Richard Sandiford | 1 | -4/+3 |
2015-06-25 | gengtype-parse.c (require_template_declaration): Allow '+' in template parame... | Richard Sandiford | 1 | -25/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-10 | Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt... | Alexandre Oliva | 1 | -13/+0 |
2015-06-09 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+13 |