summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-61/+0
* builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle2006-04-031-3/+5
* function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher2006-03-201-74/+0
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* emit-rtl.c (immed_double_const): Cleanup.Zdenek Dvorak2006-02-231-50/+14
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-44/+35
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-3/+3
* emit-rtl.c (init_virtual_regs): Make it static.Kazu Hirata2006-01-281-1/+1
* rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki2006-01-161-2/+1
* re PR rtl-optimization/25130 (miscompilation in GCSE)Steven Bosscher2006-01-031-3/+6
* optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm2005-12-191-4/+16
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-1/+1
* rtl.h (gen_frame_mem, [...]): Declare.J"orn Rennecke2005-09-051-0/+25
* emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like ref...Richard Henderson2005-08-311-11/+31
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-4/+4
* Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor2005-08-011-1/+1
* emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits (rather than un...J"orn Rennecke2005-07-261-1/+2
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+36
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-2/+2
* dojump.c: Fix comment typos.Kazu Hirata2005-04-271-2/+2
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+4
* emit-rtl.c (reverse_comparison): Remove.Kazu Hirata2005-03-251-32/+0
* calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata2005-02-281-1/+0
* re PR c++/19813 (wrong code with -finline-limit)Jakub Jelinek2005-02-181-1/+6
* re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher2005-01-011-2/+2
* re PR middle-end/18730 (cppexp.c:1076: error: unrecognizable insn)John David Anglin2004-12-051-4/+33
* alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson2004-12-031-3/+3
* re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson2004-12-011-76/+0
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-56/+6
* rtl.h (validate_subreg): Declare.Richard Henderson2004-11-231-11/+89
* emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson2004-11-231-28/+0
* re PR rtl-optimization/14838 (ICE when building with -O2 -g)John David Anglin2004-11-231-16/+4
* emit-rtl.c (classify_insn): Make it static.Kazu Hirata2004-11-191-1/+1
* c-common.c (walk_stmt_tree): Remove.Kazu Hirata2004-11-141-12/+0
* emit-rtl.c (copy_most_rtx): Remove.Kazu Hirata2004-11-091-99/+0
* Fix for PR 18010, copy epilogue unwind info when copying epilogue insns.James E Wilson2004-10-261-0/+5
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, don't inspect...Hans-Peter Nilsson2004-10-201-3/+0
* cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb...Hans-Peter Nilsson2004-10-181-0/+3
* emit-rtl.c (last_label_num, [...]): Remove.Kazu Hirata2004-10-081-33/+0
* re PR debug/13974 (bad line marker in debug info)Jan Hubicka2004-09-301-21/+126
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-9/+3
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-4/+29
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* Add CONST1_RTX (vector mode) support.James E Wilson2004-09-101-14/+36
* cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell2004-09-091-4/+9
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-166/+111