summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* df-scan.c (df_scan_start_dump): Add space between regno and regname.Uros Bizjak2015-06-021-1/+1
* Change use to type-based pool allocator in df-scan.c.Martin Liska2015-06-011-48/+46
* don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders2015-05-221-12/+8
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-9/+1
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-1/+1
* rtl.h (reg_info): Add an nregs field.Richard Sandiford2015-05-191-1/+1
* df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.Richard Sandiford2015-05-191-15/+23
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-4/+1
* always define HAVE_epilogueTrevor Saunders2015-04-281-3/+0
* add default for EPILOGUE_USESTrevor Saunders2015-04-281-4/+0
* remove #if for PIC_OFFSET_TABLE_REGNUMTrevor Saunders2015-04-221-6/+1
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders2015-04-221-18/+17
* add default definition of EH_RETURN_DATA_REGNOTrevor Saunders2015-04-221-4/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-1/+7
* rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo2015-01-051-2/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+3
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* Remove DF_REF_INSN scaffoldingDavid Malcolm2014-08-261-11/+12
* df-*.c: Use rtx_insnDavid Malcolm2014-08-221-12/+12
* df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford2014-06-151-328/+181
* df.h (df_ref_create, [...]): Delete.Richard Sandiford2014-06-151-113/+0
* df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford2014-06-151-16/+12
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-23/+22
* -fuse-caller-save - Use collected register usage informationRadovan Obradovic2014-05-281-1/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-4/+4
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-10/+16
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-4/+4
* df-scan.c (df_collection_rec): Adjust.Trevor Saunders2013-10-281-86/+52
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-7/+7
* lower-subreg.c (resolve_simple_move): If called self-recursive...Steven Bosscher2013-04-171-10/+0
* re PR middle-end/56729 (ICE in df_insn_delete)Steven Bosscher2013-04-041-1/+10
* df.h (df_insn_delete): Adjust prototype.Steven Bosscher2013-03-221-42/+75
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-271-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-116/+99
* re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher2012-11-121-2/+6
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-0/+2
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-4/+1
* Restore df_free_collection_rec call in df_bb_verifyH.J. Lu2012-08-211-0/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* df-scan.c (df_def_record_1): Assert a parallel must contain an EXPR_LIST at t...Dimitrios Apostolou2012-05-261-86/+144
* df-scan.c (df_scan_alloc): Round up allocation pools size, reduce the mw_reg_...Dimitrios Apostolou2012-05-221-2/+2