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