| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c: Use REG_P... | Shujing Zhao | 2009-06-22 | 1 | -6/+6 |
* | vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I. | Ian Lance Taylor | 2009-06-10 | 1 | -154/+200 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -2/+2 |
* | df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is not new but on... | Steven Bosscher | 2009-04-26 | 1 | -1/+5 |
* | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 2009-04-24 | 1 | -1/+1 |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -29/+35 |
* | dse.c (struct group_info): Reorder fields for 64-bit hosts. | Jakub Jelinek | 2009-03-18 | 1 | -3/+3 |
* | * df-scan.c ( df_hard_reg_init): Move declaration of i. | Steve Ellcey | 2008-12-19 | 1 | -1/+1 |
* | df-scan.c (persistent_obstack, [...]): Remove. | Jan Hubicka | 2008-12-18 | 1 | -22/+2 |
* | re PR target/37378 (Revision 139827 causes Divide_X) | Jakub Jelinek | 2008-10-27 | 1 | -33/+18 |
* | re PR target/37808 (Revision 141067 breaks Linux/x86) | Kenneth Zadeck | 2008-10-12 | 1 | -1/+2 |
* | re PR middle-end/37448 (cannot compile big function) | Kenneth Zadeck | 2008-10-11 | 1 | -253/+351 |
* | df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM regardless o... | Richard Sandiford | 2008-09-04 | 1 | -3/+3 |
* | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 2008-07-15 | 1 | -9/+9 |
* | df-scan.c (df_scan_free_ref_vec, [...]): New macros. | Kenneth Zadeck | 2008-06-30 | 1 | -13/+54 |
* | alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 2008-06-29 | 1 | -3/+3 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -48/+40 |
* | df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. | Steven Bosscher | 2008-06-18 | 1 | -86/+93 |
* | df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool. | Steven Bosscher | 2008-06-09 | 1 | -5/+0 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+2 |
* | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 2008-04-25 | 1 | -3/+3 |
* | dbgcnt.def (ra_byte_scan): Added. | Richard Sandiford | 2008-04-21 | 1 | -71/+106 |
* | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 2008-04-08 | 1 | -1/+1 |
* | fwprop.c (update_df): Support width and offset parameters of df_ref_create. | Kenneth Zadeck | 2008-03-06 | 1 | -80/+202 |
* | df-scan.c (df_ref_chain_change_bb): Simplify. | Alexandre Oliva | 2008-03-01 | 1 | -33/+17 |
* | df-core.c: Update comments referring to removed features. | Paolo Bonzini | 2007-12-14 | 1 | -1/+1 |
* | re PR rtl-optimization/32636 (25_algorithms/search_n/iterator.cc: miscompiled... | Jakub Jelinek | 2007-12-13 | 1 | -4/+4 |
* | df-scan.c (df_get_call_refs): Mark global registers as both a DF_REF_REG_USE ... | David S. Miller | 2007-10-22 | 1 | -4/+8 |
* | ra-conflict.c: New file. | Kenneth Zadeck | 2007-10-02 | 1 | -37/+35 |
* | df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have ... | Richard Sandiford | 2007-09-17 | 1 | -0/+4 |
* | arm.c, [...]: Fix comment typos. | Kazu Hirata | 2007-09-01 | 1 | -1/+1 |
* | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 2007-08-23 | 1 | -0/+1 |
* | df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f... | Seongbae Park | 2007-07-30 | 1 | -6/+0 |
* | df.h (df_mw_hardreg): Remove "loc" field. | Richard Sandiford | 2007-07-27 | 1 | -3/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+3 |
* | c-lex.c (c_lex_with_flags, lex_string): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -4/+4 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-07 | 1 | -2/+2 |
* | re PR rtl-optimization/32475 (function with asm() does not setup stack frame) | Seongbae Park | 2007-07-05 | 1 | -0/+6 |
* | df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE. | Roman Zippel | 2007-06-22 | 1 | -24/+7 |
* | df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs. | Eric Botcazou | 2007-06-20 | 1 | -3/+10 |
* | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 2007-06-19 | 1 | -1/+3 |
* | re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726) | Seongbae Park | 2007-06-15 | 1 | -2/+2 |
* | df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM is defined. | Bob Wilson | 2007-06-13 | 1 | -4/+5 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-06-13 | 1 | -2/+2 |
* | df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex... | Seongbae Park | 2007-06-12 | 1 | -14/+5 |
* | df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred". | Kenneth Zadeck | 2007-06-11 | 1 | -6/+6 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -930/+3169 |
* | i386.c, [...]: Fix comment typos. | Kazu Hirata | 2007-05-26 | 1 | -1/+1 |
* | regs.h (end_hard_regno): New function. | Richard Sandiford | 2007-05-22 | 1 | -3/+2 |
* | df-scan.c (record_nonlocal_goto_receiver_defs): New function. | Zdenek Dvorak | 2007-04-29 | 1 | -0/+29 |