aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25Remove trailing white spaces.H.J. Lu1-290/+290
2009-11-18df-scan.c (df_ref_create): Don't mark BB as dirty on debug insns.Alexandre Oliva1-2/+4
2009-11-04df-scan.c (df-uses-record): Add case zero_extract of mem.Kenneth Zadeck1-4/+17
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-38/+6
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+64
2009-06-22alias.c: Use REG_P...Shujing Zhao1-6/+6
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor1-154/+200
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-26df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is not new but on...Steven Bosscher1-1/+5
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-29/+35
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-3/+3
2008-12-19* df-scan.c ( df_hard_reg_init): Move declaration of i.Steve Ellcey1-1/+1
2008-12-18df-scan.c (persistent_obstack, [...]): Remove.Jan Hubicka1-22/+2
2008-10-27re PR target/37378 (Revision 139827 causes Divide_X)Jakub Jelinek1-33/+18
2008-10-12re PR target/37808 (Revision 141067 breaks Linux/x86)Kenneth Zadeck1-1/+2
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-253/+351
2008-09-04df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM regardless o...Richard Sandiford1-3/+3
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi1-9/+9
2008-06-30df-scan.c (df_scan_free_ref_vec, [...]): New macros.Kenneth Zadeck1-13/+54
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-3/+3
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-48/+40
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-86/+93
2008-06-09df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool.Steven Bosscher1-5/+0
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-3/+3
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-71/+106
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-1/+1
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