Age | Commit message (Expand) | Author | Files | Lines |
2012-05-09 | re PR bootstrap/53249 (Bootstrap failure) | Richard Sandiford | 1 | -11/+3 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -2/+9 |
2012-04-21 | re PR bootstrap/53021 (bootstrap failure on Linux/ia32) | Richard Sandiford | 1 | -5/+1 |
2012-04-20 | re PR bootstrap/53021 (bootstrap failure on Linux/ia32) | Jakub Jelinek | 1 | -2/+2 |
2012-03-29 | cgraph.h (cgraph_materialize_all_clones): Remove. | Richard Guenther | 1 | -109/+0 |
2012-01-24 | rtl.h (true_dependence, [...]): Remove varies parameter. | Richard Sandiford | 1 | -6/+5 |
2011-12-09 | dse.c (get_stored_val, [...]): Use gen_int_mode. | Joern Rennecke | 1 | -2/+2 |
2011-11-30 | re PR rtl-optimization/51044 (gfortran.dg/alloc_comp_class_2.f90 gfortran.dg... | Jakub Jelinek | 1 | -1/+6 |
2011-11-06 | regset.h (fixed_reg_set_regset): Declare. | Joern Rennecke | 1 | -18/+123 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -1/+1 |
2011-07-19 | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 1 | -6/+5 |
2011-07-06 | machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. | Bernd Schmidt | 1 | -2/+1 |
2011-06-16 | re PR middle-end/46500 (target.h includes tm.h) | Joern Rennecke | 1 | -4/+6 |
2011-06-14 | re PR rtl-optimization/44194 (struct returned by value generates useless stores) | Easwaran Raman | 1 | -16/+103 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+0 |
2011-03-19 | cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o... | Anatoly Sokolov | 1 | -5/+4 |
2011-03-17 | re PR rtl-optimization/48141 (DSE compile time hog) | Jakub Jelinek | 1 | -0/+22 |
2011-03-17 | re PR rtl-optimization/48141 (DSE compile time hog) | Jakub Jelinek | 1 | -4/+4 |
2011-02-11 | re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ... | Pat Haugen | 1 | -1/+1 |
2011-02-03 | re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc... | Alexandre Oliva | 1 | -72/+15 |
2010-08-27 | dse.c (group_info.base_mem, [...]): Use BLKmode to cover all the possible off... | Olivier Hainque | 1 | -4/+5 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -7/+7 |
2010-08-19 | cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p. | Nathan Froyd | 1 | -10/+4 |
2010-06-29 | calls.c, [...]: Call targetm.calls.function_arg... | Nathan Froyd | 1 | -2/+3 |
2010-06-22 | df-problems.c (df_rd_confluence_n, [...]): Return true if something changed. | Jan Hubicka | 1 | -1/+2 |
2010-03-16 | re PR debug/43051 (VTA causes a stack living parameter unavailable in most of... | Jakub Jelinek | 1 | -2/+3 |
2010-02-04 | re PR rtl-optimization/42952 (possible integer wrong code bug) | Richard Guenther | 1 | -3/+0 |
2010-02-03 | re PR debug/42896 (Random debug generation differences, bootstrap fails) | Alexandre Oliva | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -193/+193 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -9/+11 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -1/+2 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -1/+1 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+5 |
2009-08-05 | re PR rtl-optimization/40924 (miscompiles with -O3 (seemingly related to attr... | Jakub Jelinek | 1 | -49/+67 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -1/+1 |
2009-06-19 | dse.c (struct store_info): Rename bitmap field to bmap. | Ian Lance Taylor | 1 | -8/+8 |
2009-05-14 | re PR middle-end/40035 (ICE when cross-compiling with -Os) | Ben Elliston | 1 | -0/+1 |
2009-04-24 | re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops) | Jakub Jelinek | 1 | -15/+49 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -2/+2 |
2009-03-18 | dse.c (struct group_info): Reorder fields for 64-bit hosts. | Jakub Jelinek | 1 | -9/+9 |
2008-12-29 | re PR middle-end/38652 (dse.c: In function get_call_args: dse.c:2309: error: ... | Uros Bizjak | 1 | -0/+1 |
2008-12-23 | re PR middle-end/31150 (Not promoting an whole array to be static const) | Jakub Jelinek | 1 | -111/+553 |
2008-12-18 | re PR rtl-optimization/37922 (code generation error) | Kenneth Zadeck | 1 | -5/+78 |
2008-11-24 | re PR middle-end/37135 (code size increase for struct assignment) | Jakub Jelinek | 1 | -0/+23 |
2008-09-11 | re PR target/37382 (ICE in extract_insn: <var_decl 0x7fda26ff4b40 swig_module... | Jakub Jelinek | 1 | -6/+6 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -3/+5 |
2008-07-30 | re PR rtl-optimization/36929 (internal compiler error: Segmentation fault) | Andreas Schwab | 1 | -12/+9 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -8/+8 |
2008-06-30 | df-scan.c (df_scan_free_ref_vec, [...]): New macros. | Kenneth Zadeck | 1 | -35/+21 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -11/+14 |