Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | [SFN] debug markers before labels no more | Alexandre Oliva | 1 | -1/+1 |
2017-12-20 | Don't call targetm.calls.static_chain in non-static function | Tom de Vries | 1 | -1/+2 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -1/+1 |
2017-08-30 | Drop df_ from df_read_modify_subreg_p | Richard Sandiford | 1 | -20/+2 |
2017-05-22 | df-scan.c (df_insn_refs_verify): Speedup when not verifying. | Richard Biener | 1 | -5/+12 |
2017-05-14 | use auto_bitmap more with alternate obstacks | Trevor Saunders | 1 | -57/+36 |
2017-01-05 | [bootstrap-O3] use unsigned type for regno in df-scan | Alexandre Oliva | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-16 | df: Change defs in entry and uses in exit block during separate shrink-wrapping | Segher Boessenkool | 1 | -0/+16 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-09 | tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove. | Bernd Edlinger | 1 | -6/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -1/+1 |
2016-05-03 | Fix PR44281, bad RA with global regs. | Bernd Schmidt | 1 | -2/+13 |
2016-04-27 | df: make df_problem instances "const" | David Malcolm | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-15 | always define EH_RETURN_HANDLER_RTX | Trevor Saunders | 1 | -2/+0 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -5/+4 |
2015-10-01 | remove many typedefs | Trevor Saunders | 1 | -10/+4 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -8/+6 |
2015-08-24 | df-scan.c (df_insn_info_init_fields): New function, split out from... | Richard Sandiford | 1 | -22/+35 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -12/+12 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -12/+3 |
2015-06-30 | defaults.h (HAVE_epilogue, [...]): Delete. | Richard Sandiford | 1 | -11/+4 |
2015-06-23 | c-common.c: Don't include target-def.h. | Richard Sandiford | 1 | -1/+0 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -9/+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 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-02 | df-scan.c (df_scan_start_dump): Add space between regno and regname. | Uros Bizjak | 1 | -1/+1 |
2015-06-01 | Change use to type-based pool allocator in df-scan.c. | Martin Liska | 1 | -48/+46 |
2015-05-22 | don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep... | Trevor Saunders | 1 | -12/+8 |
2015-05-19 | bitmap.c (bitmap_set_range): Handle count==1 specially. | Richard Sandiford | 1 | -9/+1 |
2015-05-19 | regs.h (END_HARD_REGNO): Delete. | Richard Sandiford | 1 | -1/+1 |
2015-05-19 | rtl.h (reg_info): Add an nregs field. | Richard Sandiford | 1 | -1/+1 |
2015-05-19 | df.h (df_ref_change_reg_with_loc): Remove old_regno parameter. | Richard Sandiford | 1 | -15/+23 |
2015-05-19 | rtl.h (REG_NREGS): New macro | Richard Sandiford | 1 | -4/+1 |
2015-04-28 | always define HAVE_epilogue | Trevor Saunders | 1 | -3/+0 |
2015-04-28 | add default for EPILOGUE_USES | Trevor Saunders | 1 | -4/+0 |
2015-04-22 | remove #if for PIC_OFFSET_TABLE_REGNUM | Trevor Saunders | 1 | -6/+1 |
2015-04-22 | reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTER | Trevor Saunders | 1 | -18/+17 |
2015-04-22 | add default definition of EH_RETURN_DATA_REGNO | Trevor Saunders | 1 | -4/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -1/+7 |
2015-01-05 | rtlanal.c (refers_to_regno_p): Change return value from int to bool. | Oleg Endo | 1 | -2/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+3 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -11/+12 |
2014-08-22 | df-*.c: Use rtx_insn | David Malcolm | 1 | -12/+12 |