summaryrefslogtreecommitdiff
path: root/gcc/rtlhooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-4/+4
* re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford2008-03-221-5/+3
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-1/+1
* rtlhooks.c (gen_lowpart_if_possible): Check for invalid subreg before calling...Andrew Pinski2007-07-021-1/+3
* rtl.h (truncated_to_mode): Declare it.Paolo Bonzini2006-02-281-0/+7
* rtlhooks.c (gen_lowpart_general): Handle SUBREGs of floating point values.J"orn Rennecke2005-12-131-2/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine.Paolo Bonzini2005-04-051-4/+48
* builtin-types.def, [...]: Update copyright.Kazu Hirata2005-03-291-1/+1
* rtl.h (struct rtx_hooks): Add gen_lowpart_no_emit.Paolo Bonzini2005-03-211-0/+13
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-6/+5
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-2/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-1/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1
* Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini2004-05-251-0/+105