aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-06fwprop.c (update_df): Support width and offset parameters of df_ref_create.Kenneth Zadeck1-80/+202
2008-03-01df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva1-33/+17
2007-12-14df-core.c: Update comments referring to removed features.Paolo Bonzini1-1/+1
2007-12-13re PR rtl-optimization/32636 (25_algorithms/search_n/iterator.cc: miscompiled...Jakub Jelinek1-4/+4
2007-10-22df-scan.c (df_get_call_refs): Mark global registers as both a DF_REF_REG_USE ...David S. Miller1-4/+8
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-37/+35
2007-09-17df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have ...Richard Sandiford1-0/+4
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+1
2007-07-30df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f...Seongbae Park1-6/+0
2007-07-27df.h (df_mw_hardreg): Remove "loc" field.Richard Sandiford1-3/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-4/+4
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-07-05re PR rtl-optimization/32475 (function with asm() does not setup stack frame)Seongbae Park1-0/+6
2007-06-22df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.Roman Zippel1-24/+7
2007-06-20df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.Eric Botcazou1-3/+10
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-1/+3
2007-06-15re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726)Seongbae Park1-2/+2
2007-06-13df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM is defined.Bob Wilson1-4/+5
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-06-12df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex...Seongbae Park1-14/+5
2007-06-11df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".Kenneth Zadeck1-6/+6
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-930/+3169
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-3/+2
2007-04-29df-scan.c (record_nonlocal_goto_receiver_defs): New function.Zdenek Dvorak1-0/+29
2007-03-20re PR middle-end/30907 (Propagation of addresses within loops pessimizes code)Paolo Bonzini1-18/+24
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-8/+7
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-157/+264
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-08df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter.Kenneth Zadeck1-1/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-02-09re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Zdenek Dvorak1-1/+2
2006-02-08df-scan.c (df_def_record_1): A set destination may be a parallel regardless o...Daniel Berlin1-3/+2
2006-02-07df-core.c (df_set_blocks): Do not dereference function pointers.Eric Botcazou1-3/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-27df-scan.c (df_record_entry_block_defs): Check if INCOMING_RETURN_ADDR_RTX is ...H.J. Lu1-0/+2
2006-01-27re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin1-40/+169
2006-01-21df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck1-2/+26
2006-01-20df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck1-36/+53
2006-01-112005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-1/+1
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-0/+1795