summaryrefslogtreecommitdiff
path: root/gcc/rtlhooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR middle-end/85414 (ICE: in ix86_expand_prologue, at config/i386/i386.c:1...Jakub Jelinek2018-04-171-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: SUBREG_BYTERichard Sandiford2017-12-201-2/+2
* Make more use of byte_lowpart_offsetRichard Sandiford2017-10-131-25/+3
* Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford2017-09-151-0/+1
* [49/77] Simplify nonzero/num_sign_bits hooksRichard Sandiford2017-08-301-12/+4
* [21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford2017-08-301-4/+5
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-8/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+6
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+24
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-7/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR rtl-optimization/55717 (ICE in form_sum, at reload.c:5400)Jakub Jelinek2012-12-181-13/+2
* machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt2011-07-061-2/+1
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-1/+2
* 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