Age | Commit message (Expand) | Author | Files | Lines |
2020-04-09 | cselib, var-tracking: Improve debug info after the cselib sp tracking changes... | Jakub Jelinek | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-06 | cse support for clobber_high | Alan Hayward | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-03-31 | re PR debug/80025 (ICE w/ -O2 (-O3, -Ofast) -g -ftracer (infinite recursion i... | Jakub Jelinek | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-05-02 | re PR rtl-optimization/70886 (-frename-registers causes boostrap comparison f... | Eric Botcazou | 1 | -1/+13 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -30/+0 |
2015-06-01 | Change use to type-based pool allocator in cselib.c. | Martin Liska | 1 | -1/+32 |
2015-05-02 | make fp_setter_insn take a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -7/+7 |
2014-09-18 | Add header guard to several header files. | Kito Cheng | 1 | -0/+5 |
2014-08-26 | cselib (also touches sched-deps.c) | David Malcolm | 1 | -4/+4 |
2014-08-26 | cselib_record_sets_hook takes an rtx_insn | David Malcolm | 1 | -1/+1 |
2014-08-26 | cselib and incdec | David Malcolm | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -3/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-20 | re PR middle-end/54921 (wrong code with -Os -fno-omit-frame-pointer -fsched2-... | Jakub Jelinek | 1 | -0/+1 |
2012-10-16 | re PR debug/54796 (Non-addressable stack parameter debug quality regression) | Jakub Jelinek | 1 | -0/+2 |
2012-03-01 | re PR debug/52001 (Huge compile-time regression with var-tracking) | Alexandre Oliva | 1 | -0/+1 |
2012-02-14 | re PR bootstrap/52172 (stage 3 Bootstrap comparison failure on FreeBSD ia64) | Jakub Jelinek | 1 | -1/+2 |
2011-12-31 | cselib.h (cselib_add_permanent_equiv): Declare. | Alexandre Oliva | 1 | -0/+19 |
2011-02-03 | re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc... | Alexandre Oliva | 1 | -3/+5 |
2010-12-03 | basic-block.h (struct edge_prediction): Remove forward declaration. | Laurynas Biveinis | 1 | -6/+0 |
2010-12-03 | tree.h (struct call_expr_arg_iterator_d): Remove GTY tag. | Laurynas Biveinis | 1 | -3/+3 |
2010-06-30 | re PR debug/44694 (Long var tracking compile time of GiNaC tests) | Jakub Jelinek | 1 | -1/+1 |
2010-03-30 | re PR debug/42977 ("-fcompare-debug failure" with "-O2 -finline-functions -fo... | Alexandre Oliva | 1 | -0/+1 |
2010-03-16 | re PR debug/43051 (VTA causes a stack living parameter unavailable in most of... | Jakub Jelinek | 1 | -1/+8 |
2010-03-12 | cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove. | Jakub Jelinek | 1 | -1/+1 |
2010-03-07 | re PR debug/43176 (var-tracking fails to notice a value change) | Jakub Jelinek | 1 | -1/+3 |
2010-02-03 | re PR debug/42896 (Random debug generation differences, bootstrap fails) | Alexandre Oliva | 1 | -5/+9 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+22 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -6/+3 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-06-17 | Remove libcall notes. | Steven Bosscher | 1 | -2/+0 |
2007-07-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -1/+4 |
2006-12-17 | cselib.c (struct cselib_val_struct): Make val_rtx its own field, remove the u... | Steven Bosscher | 1 | -7/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-10 | cselib.c (clear_table): Rename to cselib_clear_table. | Steven Bosscher | 1 | -0/+1 |
2004-09-13 | re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm w... | Richard Henderson | 1 | -0/+1 |
2004-04-22 | cselib.h (struct elt_loc_list): Remove canon_loc field. | Jakub Jelinek | 1 | -1/+0 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |