summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva2004-03-221-1/+1
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-20/+8
* emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak2004-03-201-0/+1
* rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel2004-03-061-0/+34
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* emit-rtl.c (subreg_realpart_p): Remove.Kazu Hirata2004-02-191-47/+0
* emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL...Josef Zlomek2004-02-141-2/+10
* emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner2004-02-121-1/+1
* emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor...Richard Sandiford2004-02-111-1/+1
* emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek2004-02-101-0/+34
* * emit-rtl.c: Update the comment about the file.Kazu Hirata2004-02-051-8/+5
* emit-rtl.c (gen_rtx): Remove.Kazu Hirata2004-02-041-120/+8
* combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata2004-02-031-2/+2
* combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ...Paolo Bonzini2004-01-311-1/+3
* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-01-311-7/+7
* emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati...Jakub Jelinek2004-01-291-1/+1
* re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek2004-01-291-7/+17
* emit-rtl.c (change_address, [...]): Return early when there is nothing to cha...Jan Hubicka2004-01-241-0/+17
* emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing change.Jan Hubicka2004-01-231-0/+3
* emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha...Jan Hubicka2004-01-201-1/+24
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)Daniel Jacobowitz2004-01-171-0/+12
* real.c: Update copyright date.Geoffrey Keating2004-01-121-1/+1
* emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants.Geoffrey Keating2004-01-061-308/+25
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha...Andrew Pinski2003-12-221-1/+5
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-4/+5
* emit-rtl.c (set_new_first_and_last_label_num): Remove function.Per Bothner2003-12-171-12/+1
* * emit-rtl.c: Fix signed/unsigned comparison warnings.Kazu Hirata2003-12-171-2/+2
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-13/+13
* re PR middle-end/10060 (ICE (stack overflow) on huge file (300k lines) due to...Andrew Pinski2003-12-081-12/+53
* re PR c++/13314 (ICE when omitting template parameter of a sub-class)Mark Mitchell2003-12-061-0/+2
* emit-rtl.c (set_used_flags): New.Jan Hubicka2003-11-291-4/+194
* emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless the registe...Richard Sandiford2003-11-191-0/+2
* emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford2003-11-041-14/+0
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-7/+4
* builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi2003-09-111-0/+9
* builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi2003-09-091-1/+8
* targhooks.c: New file.DJ Delorie2003-09-031-19/+0
* cfgcleanup.c: Fix comment typos.Kazu Hirata2003-08-221-1/+1
* c-common.c: Fix comment formatting.Kazu Hirata2003-08-191-1/+1
* regclass.c (init_reg_modes): Make non-static.Per Bothner2003-08-131-0/+3
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-8/+8
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-1/+1
* partial fix for PR target/10021James E Wilson2003-07-081-13/+16
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-28/+15
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-2/+2
* rtl.h (NOTE_DATA): Refer to whole union.Nathan Sidwell2003-07-031-1/+1
* rtl.h (emit_line_note_after): Remove.Nathan Sidwell2003-07-011-19/+33
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-439/+202