aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-28rtl.h (skip_consecutive_labels): Declare.Richard Sandiford1-0/+15
2004-05-27re PR middle-end/14084 (Reg allocator incorrectly changes REG_OFFSET)Josef Zlomek1-2/+85
2004-05-25Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini1-58/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+12
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher1-4/+2
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-1/+1
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-2/+2
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva1-1/+1
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-20/+8
2004-03-20emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak1-0/+1
2004-03-06rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel1-0/+34
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-1/+1
2004-02-19emit-rtl.c (subreg_realpart_p): Remove.Kazu Hirata1-47/+0
2004-02-14emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL...Josef Zlomek1-2/+10
2004-02-12emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner1-1/+1
2004-02-11emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor...Richard Sandiford1-1/+1
2004-02-10emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek1-0/+34
2004-02-05* emit-rtl.c: Update the comment about the file.Kazu Hirata1-8/+5
2004-02-04emit-rtl.c (gen_rtx): Remove.Kazu Hirata1-120/+8
2004-02-03combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata1-2/+2
2004-01-31combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ...Paolo Bonzini1-1/+3
2004-01-31bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-7/+7
2004-01-29emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati...Jakub Jelinek1-1/+1
2004-01-29re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek1-7/+17
2004-01-24emit-rtl.c (change_address, [...]): Return early when there is nothing to cha...Jan Hubicka1-0/+17
2004-01-23emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing change.Jan Hubicka1-0/+3
2004-01-20emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha...Jan Hubicka1-1/+24
2004-01-17* rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)Daniel Jacobowitz1-0/+12
2004-01-12real.c: Update copyright date.Geoffrey Keating1-1/+1
2004-01-06emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants.Geoffrey Keating1-308/+25
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-22emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha...Andrew Pinski1-1/+5
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-4/+5
2003-12-17emit-rtl.c (set_new_first_and_last_label_num): Remove function.Per Bothner1-12/+1
2003-12-17* emit-rtl.c: Fix signed/unsigned comparison warnings.Kazu Hirata1-2/+2
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-13/+13
2003-12-08re PR middle-end/10060 (ICE (stack overflow) on huge file (300k lines) due to...Andrew Pinski1-12/+53
2003-12-06re PR c++/13314 (ICE when omitting template parameter of a sub-class)Mark Mitchell1-0/+2
2003-11-29emit-rtl.c (set_used_flags): New.Jan Hubicka1-4/+194
2003-11-19emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless the registe...Richard Sandiford1-0/+2
2003-11-04emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford1-14/+0
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-7/+4
2003-09-11builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi1-0/+9
2003-09-09builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi1-1/+8
2003-09-03targhooks.c: New file.DJ Delorie1-19/+0
2003-08-22cfgcleanup.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-13regclass.c (init_reg_modes): Make non-static.Per Bothner1-0/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-8/+8