Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-07 | re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pr... | Jakub Jelinek | 1 | -5/+12 |
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 | -1/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -2/+1 |
2016-07-20 | hwint.h (HOST_WIDE_INT_0): New define. | Uros Bizjak | 1 | -3/+2 |
2016-07-20 | cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. | Uros Bizjak | 1 | -1/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -2/+2 |
2016-05-13 | builtins.c (expand_builtin_memcmp): Do not emit the call here. | Eric Botcazou | 1 | -18/+11 |
2016-04-05 | dse.c (struct store_info): Remove alias_set member. | Richard Biener | 1 | -313/+68 |
2016-04-04 | re PR rtl-optimization/70484 (Wrong optimization with aliasing and access via... | Richard Biener | 1 | -4/+3 |
2016-02-26 | re PR rtl-optimization/69891 (wrong code with -mstringop-strategy=libcall @ i... | Jakub Jelinek | 1 | -0/+2 |
2016-01-19 | re PR rtl-optimization/68955 (wrong code at -O3 on x86-64-linux-gnu in 32-bit... | Jakub Jelinek | 1 | -12/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -8/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -14/+10 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -12/+7 |
2015-09-13 | dse.c: remove some typedefs that hide pointerness | Trevor Saunders | 1 | -60/+55 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -4/+12 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -12/+4 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -97/+27 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+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 | -13/+4 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -3/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-06-01 | Change use to type-based pool allocator in dse.c. | Martin Liska | 1 | -72/+129 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -1/+1 |
2015-05-19 | rtl.h (REG_NREGS): New macro | Richard Sandiford | 1 | -5/+1 |
2015-05-19 | cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO. | Richard Sandiford | 1 | -7/+5 |
2015-05-07 | rtl.h (always_void_p): New function. | Richard Sandiford | 1 | -1/+1 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -7/+7 |
2015-01-22 | re PR rtl-optimization/64557 (get_addr in true_dependence_1 cannot handle VAL... | Wei Mi | 1 | -0/+8 |
2015-01-21 | re PR rtl-optimization/62078 (ICE: verify_flow_info failed: missing REG_EH_RE... | Jakub Jelinek | 1 | -0/+9 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+11 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+11 |
2015-01-08 | re PR target/55023 (hppa: wrong code generated with tail call optimisation) | Jakub Jelinek | 1 | -16/+17 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-22 | re PR target/55023 (hppa: wrong code generated with tail call optimisation) | John David Anglin | 1 | -0/+11 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -11/+11 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+5 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 1 | -4/+4 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -6/+8 |
2014-08-28 | rtl.h (for_each_inc_dec_fn): Remove special case for -1. | Richard Sandiford | 1 | -3/+5 |
2014-08-28 | dse.c: Include rtl-iter.h. | Richard Sandiford | 1 | -18/+18 |