Age | Commit message (Expand) | Author | Files | Lines |
2008-09-04 | df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM regardless o... | Richard Sandiford | 1 | -3/+3 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -9/+9 |
2008-06-30 | df-scan.c (df_scan_free_ref_vec, [...]): New macros. | Kenneth Zadeck | 1 | -13/+54 |
2008-06-29 | alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 1 | -3/+3 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -48/+40 |
2008-06-18 | df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. | Steven Bosscher | 1 | -86/+93 |
2008-06-09 | df-scan.c (struct df_scan_problem_data): Remove the mw_link_pool alloc pool. | Steven Bosscher | 1 | -5/+0 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -3/+3 |
2008-04-21 | dbgcnt.def (ra_byte_scan): Added. | Richard Sandiford | 1 | -71/+106 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 1 | -1/+1 |
2008-03-06 | fwprop.c (update_df): Support width and offset parameters of df_ref_create. | Kenneth Zadeck | 1 | -80/+202 |
2008-03-01 | df-scan.c (df_ref_chain_change_bb): Simplify. | Alexandre Oliva | 1 | -33/+17 |
2007-12-14 | df-core.c: Update comments referring to removed features. | Paolo Bonzini | 1 | -1/+1 |
2007-12-13 | re PR rtl-optimization/32636 (25_algorithms/search_n/iterator.cc: miscompiled... | Jakub Jelinek | 1 | -4/+4 |
2007-10-22 | df-scan.c (df_get_call_refs): Mark global registers as both a DF_REF_REG_USE ... | David S. Miller | 1 | -4/+8 |
2007-10-02 | ra-conflict.c: New file. | Kenneth Zadeck | 1 | -37/+35 |
2007-09-17 | df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have ... | Richard Sandiford | 1 | -0/+4 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -0/+1 |
2007-07-30 | df-scan.c (df_scan_verify): Remove artificial limit on the number of blocks f... | Seongbae Park | 1 | -6/+0 |
2007-07-27 | df.h (df_mw_hardreg): Remove "loc" field. | Richard Sandiford | 1 | -3/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+3 |
2007-07-25 | c-lex.c (c_lex_with_flags, lex_string): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-07-07 | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-07-05 | re PR rtl-optimization/32475 (function with asm() does not setup stack frame) | Seongbae Park | 1 | -0/+6 |
2007-06-22 | df-scan.c (df_read_modify_subreg_p): Use REGMODE_NATURAL_SIZE. | Roman Zippel | 1 | -24/+7 |
2007-06-20 | df-scan.c (df_get_call_refs): Be prepared for MEMs inside CLOBBERs. | Eric Botcazou | 1 | -3/+10 |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -1/+3 |
2007-06-15 | re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726) | Seongbae Park | 1 | -2/+2 |
2007-06-13 | df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM is defined. | Bob Wilson | 1 | -4/+5 |
2007-06-13 | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-06-12 | df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex... | Seongbae Park | 1 | -14/+5 |
2007-06-11 | df-scan.c (df_insn_delete, [...]): Fixed spelling of word "deferred". | Kenneth Zadeck | 1 | -6/+6 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -930/+3169 |
2007-05-26 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-22 | regs.h (end_hard_regno): New function. | Richard Sandiford | 1 | -3/+2 |
2007-04-29 | df-scan.c (record_nonlocal_goto_receiver_defs): New function. | Zdenek Dvorak | 1 | -0/+29 |
2007-03-20 | re PR middle-end/30907 (Propagation of addresses within loops pessimizes code) | Paolo Bonzini | 1 | -18/+24 |
2006-12-20 | rtlanal.c (struct subreg_info, [...]): New. | Joseph Myers | 1 | -8/+7 |
2006-05-19 | re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma... | Daniel Berlin | 1 | -157/+264 |
2006-04-08 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-08 | df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter. | Kenneth Zadeck | 1 | -1/+1 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2006-02-09 | re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ... | Zdenek Dvorak | 1 | -1/+2 |
2006-02-08 | df-scan.c (df_def_record_1): A set destination may be a parallel regardless o... | Daniel Berlin | 1 | -3/+2 |
2006-02-07 | df-core.c (df_set_blocks): Do not dereference function pointers. | Eric Botcazou | 1 | -3/+3 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-27 | df-scan.c (df_record_entry_block_defs): Check if INCOMING_RETURN_ADDR_RTX is ... | H.J. Lu | 1 | -0/+2 |
2006-01-27 | re PR rtl-optimization/24762 ([killloop-branch] code motion of non-invariant ... | Daniel Berlin | 1 | -40/+169 |