| Commit message (Expand) | Author | Age | Files | Lines |
* | cse.c (is_dead_reg): Change into inline function that is not called through f... | Jakub Jelinek | 2010-10-14 | 1 | -25/+166 |
* | cse.c (cse_insn): Fix thinko in the canonicalization of USE insns. | Eric Botcazou | 2010-10-13 | 1 | -2/+13 |
* | re PR debug/45656 (gfortran.dg/forall_4.f90 -O3, wrong code with -g) | Alexandre Oliva | 2010-10-08 | 1 | -23/+25 |
* | target.def (class_likely_spilled_p): New hook. | Anatoly Sokolov | 2010-09-02 | 1 | -2/+2 |
* | ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set... | Bingfeng Mei | 2010-08-09 | 1 | -1/+1 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | Revert parts of the change for PR25130. | Bernd Schmidt | 2010-06-29 | 1 | -16/+6 |
* | cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p at correct place. | Jan Hubicka | 2010-06-13 | 1 | -1/+1 |
* | function.h (struct function): Add can_throw_non_call_exceptions bit. | Eric Botcazou | 2010-05-25 | 1 | -1/+1 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -1/+0 |
* | diagnostic.c (FLOAT, FFS): Don't undefine. | Joseph Myers | 2010-05-19 | 1 | -1/+0 |
* | tm.texi (defmac SMALL_REGISTER_CLASSES): Remove. | Steven Bosscher | 2010-05-03 | 1 | -2/+2 |
* | re PR rtl-optimization/42699 (ZERO_EXTRACT on lhs never optimized out) | Jakub Jelinek | 2010-01-12 | 1 | -0/+79 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -20/+20 |
* | extend.texi (Named Address Spaces): New section. | Ben Elliston | 2009-10-26 | 1 | -0/+4 |
* | Squash commit of EH in gimple | Richard Henderson | 2009-09-14 | 1 | -4/+4 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -5/+44 |
* | alias.c: Use REG_P... | Shujing Zhao | 2009-06-22 | 1 | -15/+15 |
* | re PR middle-end/33699 (missing optimization on const addr area store) | Adam Nemet | 2009-05-28 | 1 | -11/+229 |
* | basic-block.h (enum profile_status): Break out of struct control_flow_graph. | Ian Lance Taylor | 2009-05-11 | 1 | -6/+9 |
* | dbgcnt.def (cprop1, [...]): Remove | Steven Bosscher | 2009-04-27 | 1 | -0/+62 |
* | re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops) | Jakub Jelinek | 2009-04-24 | 1 | -1/+1 |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -4/+3 |
* | re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootst... | Jakub Jelinek | 2009-03-14 | 1 | -3/+6 |
* | * cse.c (cse_insn): Fix loop to stop at VOIDmode. | J"orn Rennecke | 2009-03-05 | 1 | -1/+2 |
* | cse.c (lookup_as_function): Delete mode frobbing code. | Eric Botcazou | 2008-12-04 | 1 | -13/+19 |
* | * cse.c (equiv_constant): Fix pasto. | Eric Botcazou | 2008-12-04 | 1 | -1/+1 |
* | cse.c (fold_rtx): Remove redundant gen_rtx_CONST. | Richard Sandiford | 2008-11-11 | 1 | -18/+0 |
* | re PR middle-end/37448 (cannot compile big function) | Kenneth Zadeck | 2008-10-11 | 1 | -2/+2 |
* | re PR target/36635 (cc1 segfault from svn 137122) | Jakub Jelinek | 2008-10-08 | 1 | -6/+13 |
* | re PR rtl-optimization/37489 (const_true_rtx returned for float compare) | H.J. Lu | 2008-09-13 | 1 | -5/+21 |
* | sel-sched.h, [...]: New files. | Andrey Belevantsev | 2008-09-01 | 1 | -32/+64 |
* | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 2008-08-31 | 1 | -1/+3 |
* | bt-load.c (add_btr_def, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2008-07-15 | 1 | -63/+63 |
* | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 2008-06-26 | 1 | -3/+3 |
* | Remove libcall notes. | Steven Bosscher | 2008-06-17 | 1 | -168/+18 |
* | re PR rtl-optimization/36438 (gcc ICE compiling code with mmx builtin) | Uros Bizjak | 2008-06-06 | 1 | -0/+5 |
* | rtl.texi: Removed reference to REG_NO_CONFLICT notes. | Kenneth Zadeck | 2008-05-14 | 1 | -2/+0 |
* | cse.c (cse_cc_succs): Invoke delete_insn_and_edges. | Andreas Krebbel | 2008-05-14 | 1 | -1/+1 |
* | [multiple changes] | Kenneth Zadeck | 2008-05-07 | 1 | -1/+1 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -5/+9 |
* | cse.c (cse_extended_basic_block): Invalidate artificial defs at bb start. | Andreas Krebbel | 2008-03-06 | 1 | -0/+15 |
* | re PR target/35258 (two memcpy calls merged incorrectly with -O1) | Andreas Krebbel | 2008-02-25 | 1 | -0/+17 |
* | re PR rtl-optimization/31944 (Endless loop while building a 64-bit 2.6.20 ker... | Eric Botcazou | 2008-01-14 | 1 | -10/+20 |
* | re PR rtl-optimization/34035 (ICE in calc_dfs_tree with -O2 -fnon-call-except... | Eric Botcazou | 2007-11-12 | 1 | -26/+41 |
* | simplify-rtx.c (comparison_result): New. | Paolo Bonzini | 2007-09-27 | 1 | -66/+7 |
* | Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. | Hans-Peter Nilsson | 2007-09-09 | 1 | -10/+14 |
* | revert: regrename.c (copyprop_hardreg_forward_1): New variable next. | Laurynas Biveinis | 2007-09-09 | 1 | -2/+2 |
* | cse.c (fold_rtx): Use validate_unshare_change() instead of validate_change() ... | Segher Boessenkool | 2007-09-08 | 1 | -1/+1 |
* | regrename.c (copyprop_hardreg_forward_1): New variable next. | Laurynas Biveinis | 2007-09-07 | 1 | -2/+2 |