aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19emit-rtl.c (init_emit_once): Initialize const_tiny_rtx[3] for partial integer...Bernd Schmidt1-0/+5
2011-12-09re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke1-0/+11
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+1
2011-10-30Properly limit backwards label scanning in reorg.David S. Miller1-15/+0
2011-10-13emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P for static c...Tom de Vries1-0/+6
2011-09-27rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA...Jakub Jelinek1-3/+14
2011-09-19* emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.Alexandre Oliva1-0/+1
2011-08-29re PR middle-end/48722 (ICE in df_refs_verify() with -mno-push-args)Jakub Jelinek1-0/+11
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-1/+6
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-3/+3
2011-08-03re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-0/+3
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-0/+4
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-2/+5
2011-07-20emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address ...Ulrich Weigand1-0/+1
2011-07-19rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.Richard Sandiford1-49/+78
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-12/+21
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-2/+14
2011-07-19emit-rtl.c (mem_attrs_eq_p): New function, split out from...Richard Sandiford1-186/+193
2011-07-19gcc/Richard Sandiford1-40/+57
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