Age | Commit message (Expand) | Author | Files | Lines |
2010-06-13 | bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin... | Jan Hubicka | 1 | -1/+1 |
2010-06-01 | fwprop.c: Make emit-rtl.h include last. | Jan Hubicka | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-05-02 | target.h (struct calls): Add function_value_regno_p field. | Anatoly Sokolov | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -15/+15 |
2009-11-03 | re PR target/10127 (-fstack-check let's program crash) | Eric Botcazou | 1 | -0/+5 |
2009-11-03 | re PR rtl-optimization/41917 (Strange athrithmetic result with -O3) | Jakub Jelinek | 1 | -2/+10 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -5/+21 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -2/+2 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -2/+7 |
2009-09-01 | tree.c (tree_expr_size): New function. | Richard Guenther | 1 | -1/+1 |
2009-08-11 | combine.c (try_widen_shift_mode): Factor out code to check if an integer cons... | Adam Nemet | 1 | -0/+17 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -22/+20 |
2009-04-16 | rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note. | Ian Lance Taylor | 1 | -7/+15 |
2009-03-27 | jump.c (rtx_renumbered_equal_p): Use subreg_get_info. | H.J. Lu | 1 | -16/+1 |
2009-03-14 | re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootst... | Jakub Jelinek | 1 | -3/+6 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -2/+2 |
2009-02-05 | re PR rtl-optimization/39110 (Revision 143939 breaks bootstrap on Linux/ia64) | Paolo Bonzini | 1 | -1/+2 |
2009-02-04 | re PR rtl-optimization/37889 (SEGV, conditional execution proactively execute... | Paolo Bonzini | 1 | -63/+91 |
2008-11-10 | re PR middle-end/37807 (Exponential compile time with MMX builtins.) | Ralph Loader | 1 | -3/+5 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -12/+18 |
2008-08-28 | rtl.h (simplify_subreg_regno): Declare. | Richard Sandiford | 1 | -0/+58 |
2008-08-26 | rtlanal.c: Fix uses of "it's" with "its" where appropriate. | Ben Elliston | 1 | -1/+1 |
2008-08-20 | rtlanal.c (subreg_offset_representable_p): Revert last change. | Richard Sandiford | 1 | -2/+1 |
2008-08-18 | rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK. | Richard Sandiford | 1 | -1/+2 |
2008-07-16 | recog.c (validate_change_1, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -14/+14 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -0/+28 |
2008-06-26 | ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -1/+1 |
2008-06-17 | Remove libcall notes. | Steven Bosscher | 1 | -5/+0 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -23/+0 |
2008-04-08 | Revert | Peter Bergner | 1 | -2/+0 |
2008-04-07 | PR middle-end/PR28690 | Peter Bergner | 1 | -1/+3 |
2008-03-01 | * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly. | Alexandre Oliva | 1 | -4/+3 |
2007-11-24 | rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -0/+3 |
2007-10-16 | target.h (unspec_may_trap_p): New target hook. | Paolo Bonzini | 1 | -2/+5 |
2007-10-02 | ra-conflict.c: New file. | Kenneth Zadeck | 1 | -1/+11 |
2007-09-19 | alias.c (memory_modified_1): Deconstify. | Kaveh R. Ghazi | 1 | -37/+29 |
2007-09-09 | Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -2/+4 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-09-01 | c-common.c (const_strip_array_types): Delete. | Kaveh R. Ghazi | 1 | -1/+4 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -35/+43 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -0/+16 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -3/+3 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -13/+13 |
2007-07-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -14/+14 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 1 | -72/+66 |
2007-07-23 | PR middle-end/PR28690 | Peter Bergner | 1 | -10/+12 |