aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-12re PR rtl-optimization/56571 (ICE in copyprop_hardreg_forward_1, at regcprop....Jan Hubicka1-1/+5
2013-01-24Remove zone allocator.Diego Novillo1-3/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-2/+2
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-10/+3
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-12/+17
2012-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford1-1/+1
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-2/+2
2012-04-17re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford1-1/+2
2011-09-12rtl.c (copy_rtx): Do not handle frame_related, jump or call flags specially.Bernd Schmidt1-6/+0
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-0/+1
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-0/+9
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-0/+1
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek1-1/+7
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-12-10re PR rtl-optimization/46865 (Using -save-temps (or ccache, distcc) produces ...Jakub Jelinek1-2/+18
2010-10-12rtl.h: Include hashtab.h.Jakub Jelinek1-0/+73
2010-09-09rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek1-0/+8
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+4
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+8
2009-10-22rtl.h (shallow_copy_rtvec): Declare.Richard Sandiford1-0/+14
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-0/+4
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+3
2009-06-23var-tracking.c (unshare_variable): Force initialized to be VAR_INIT_STATUS_IN...Jakub Jelinek1-3/+109
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-5/+22
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-1/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-19/+15
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-5/+16
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-6/+1
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-2/+3
2006-03-03tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of SYMBOL_REF_IN_BLOCK_P.Richard Sandiford1-1/+1
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-46/+63
2005-08-01Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor1-0/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+5
2005-05-02ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz1-3/+3
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-4/+3
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-30rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.Richard Henderson1-1/+0
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-4/+4
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-2/+2
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg1-23/+12