summaryrefslogtreecommitdiff
path: root/gcc/df-scan.c
Commit message (Expand)AuthorAgeFilesLines
* function.h (incomming_args): Break out of struct function.Jan Hubicka2008-04-081-1/+1
* fwprop.c (update_df): Support width and offset parameters of df_ref_create.Kenneth Zadeck2008-03-061-80/+202
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-33/+17
* df-core.c: Update comments referring to removed features.Paolo Bonzini2007-12-141-1/+1
* re PR rtl-optimization/32636 (25_algorithms/search_n/iterator.cc: miscompiled...Jakub Jelinek2007-12-131-4/+4
* df-scan.c (df_get_call_refs): Mark global registers as both a DF_REF_REG_USE ...David S. Miller2007-10-221-4/+8
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-37/+35
* df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have ...Richard Sandiford2007-09-171-0/+4
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+1
* df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f...Seongbae Park2007-07-301-6/+0
* df.h (df_mw_hardreg): Remove "loc" field.Richard Sandiford2007-07-271-3/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-4/+4
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-2/+2
* re PR rtl-optimization/32475 (function with asm() does not setup stack frame)Seongbae Park2007-07-051-0/+6
* df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE.Roman Zippel2007-06-221-24/+7
* df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs.Eric Botcazou2007-06-201-3/+10
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-1/+3
* re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726)Seongbae Park2007-06-151-2/+2
* df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM is defined.Bob Wilson2007-06-131-4/+5
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-2/+2
* df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex...Seongbae Park2007-06-121-14/+5
* df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred".Kenneth Zadeck2007-06-111-6/+6
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-930/+3169
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-1/+1
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-3/+2
* df-scan.c (record_nonlocal_goto_receiver_defs): New function.Zdenek Dvorak2007-04-291-0/+29
* re PR middle-end/30907 (Propagation of addresses within loops pessimizes code)Paolo Bonzini2007-03-201-18/+24
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-8/+7
* re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin2006-05-191-157/+264
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-1/+1
* df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter.Kenneth Zadeck2006-03-081-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-3/+3
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Zdenek Dvorak2006-02-091-1/+2
* df-scan.c (df_def_record_1): A set destination may be a parallel regardless o...Daniel Berlin2006-02-081-3/+2
* df-core.c (df_set_blocks): Do not dereference function pointers.Eric Botcazou2006-02-071-3/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* df-scan.c (df_record_entry_block_defs): Check if INCOMING_RETURN_ADDR_RTX is ...H.J. Lu2006-01-271-0/+2
* re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ...Daniel Berlin2006-01-271-40/+169
* df-scan.c (problem_SCAN): Added NULL reset function.Kenneth Zadeck2006-01-211-2/+26
* df-scan.c (df_scan_free_bb_info): Added basic block parameter to be able to c...Kenneth Zadeck2006-01-201-36/+53
* 2005-01-11 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2006-01-111-1/+1
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-0/+1795