summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* always define EH_RETURN_HANDLER_RTXtbsaunde2015-11-151-2/+0
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-4/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+4
* remove many typedefstbsaunde2015-10-011-10/+4
* Share memory blocks between pool allocatorsmiyuki2015-09-161-8/+6
* gcc/rsandifo2015-08-241-22/+35
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-12/+12
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-12/+3
* gcc/rsandifo2015-06-301-11/+4
* gcc/c-family/rsandifo2015-06-231-1/+0
* Use std::swap instead of manual swaps.miyuki2015-06-221-9/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* * df-scan.c (df_scan_start_dump): Add space between regno and regname.uros2015-06-021-1/+1
* Change use to type-based pool allocator in df-scan.c.marxin2015-06-011-48/+46
* don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...tbsaunde2015-05-221-12/+8
* gcc/rsandifo2015-05-191-9/+1
* gcc/rsandifo2015-05-191-1/+1
* gcc/rsandifo2015-05-191-1/+1
* gcc/rsandifo2015-05-191-15/+23
* gcc/rsandifo2015-05-191-4/+1
* always define HAVE_epiloguetbsaunde2015-04-281-3/+0
* add default for EPILOGUE_USEStbsaunde2015-04-281-4/+0
* remove #if for PIC_OFFSET_TABLE_REGNUMtbsaunde2015-04-221-6/+1
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERtbsaunde2015-04-221-18/+17
* add default definition of EH_RETURN_DATA_REGNOtbsaunde2015-04-221-4/+0
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-1/+7
* gcc/olegendo2015-01-051-2/+1
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+3
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-11/+12
* df-*.c: Use rtx_insndmalcolm2014-08-221-12/+12
* gcc/rsandifo2014-06-151-328/+181
* gcc/rsandifo2014-06-151-113/+0
* gcc/rsandifo2014-06-151-16/+12
* gcc/rsandifo2014-06-151-23/+22
* -fuse-caller-save - Use collected register usage informationvries2014-05-281-1/+4
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-4/+4
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-10/+16
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-4/+4
* * df-scan.c (df_collection_rec): Adjust.law2013-10-281-86/+52
* gcc/rsandifo2013-09-281-7/+7
* * lower-subreg.c (resolve_simple_move): If called self-recursive,steven2013-04-171-10/+0
* PR middle-end/56729steven2013-04-041-1/+10