aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-0/+10
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-29emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.Richard Sandiford1-6/+5
2011-05-23re PR rtl-optimization/48826 (ICE in dwarf2out_var_location, at dwarf2out.c:2...Richard Sandiford1-2/+25
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-2/+4
2011-04-01emit-rtl.c (emit_pattern_after_setloc): New function.Nathan Froyd1-167/+102
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law1-1/+4
2011-03-23refactor emit_*_{after,before}_noloc using common functionsNathan Froyd1-207/+34
2011-03-16emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek1-5/+1
2011-01-24emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.Kai Tietz1-1/+1
2011-01-18re PR rtl-optimization/47216 (gcc.dg/torture/pr43360.c FAILs with -O -fPIC -f...Richard Guenther1-27/+5
2011-01-11re PR rtl-optimization/45235 (const volatile read moved out of order)Richard Guenther1-1/+2
2010-12-30emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive default value...Ulrich Weigand1-5/+33
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-0/+4
2010-11-12re PR debug/46375 (-fcompare-debug failure (length) with -O -fgcse -fno-tree-...Eric Botcazou1-1/+1
2010-11-04re PR middle-end/44765 (gen_rtx_REG can make out-of-bounds access for INVALID...Joern Rennecke1-0/+1
2010-10-31emit-rtl.c (mark_used_flags): New function.Nathan Froyd1-65/+16
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-11tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.Ian Lance Taylor1-2/+5
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-09-27emit-rtl.c (reorder_insns_nobb): Sanity-check that AFTER is not in the range ...Hans-Peter Nilsson1-0/+7
2010-09-24re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek1-0/+4
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-13/+2
2010-08-25re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther1-0/+5
2010-08-24re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther1-0/+1
2010-08-10tree.h (get_object_alignment): Adjust prototype.Richard Guenther1-3/+3
2010-08-09re PR target/45212 (FAIL: gcc.target/alpha/pr24178.c scan-assembler ldl.*,18\...Richard Guenther1-15/+17
2010-07-30re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek1-0/+32
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-12Makefile.in (target-globals.o): Depend on $(RTL_H).Richard Sandiford1-39/+9
2010-07-08re PR middle-end/44843 (All 32-bit fortran execution tests generate unaligned...Eric Botcazou1-4/+3
2010-07-08* emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.Eric Botcazou1-21/+20
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-9/+0
2010-07-01emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned types for offsets.Richard Guenther1-2/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-2/+34
2010-06-10emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING ...Jan Hubicka1-6/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+4
2010-06-01* emit-rtl.c (remove_insn): Fix thinko in prevoius patch.Jan Hubicka1-1/+2
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-93/+52
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-01rtl.h (CONST_DOUBLE_P): Define.Anatoly Sokolov1-0/+21
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-1/+11
2010-04-07invoke.texi (-fargument-alias, [...]): Remove.Richard Guenther1-18/+0
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther1-0/+19
2009-11-27emit-rtl.c (next_active_insn, [...]): Correct comment.Andreas Krebbel1-4/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-19/+19