aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-1/+1
2003-07-08partial fix for PR target/10021James E Wilson1-13/+16
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-28/+15
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-2/+2
2003-07-03rtl.h (NOTE_DATA): Refer to whole union.Nathan Sidwell1-1/+1
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell1-19/+33
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-439/+202
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-10/+12
2003-06-26emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE instead of rep...Richard Henderson1-2/+4
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-06-16function.h (struct emit_status): Remove x_last_linenum, x_last_filename.Nathan Sidwell1-25/+21
2003-06-13c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.Aldy Hernandez1-3/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-21/+21
2003-06-02emit-rtl.c (gen_complex_constant_part): Remove unnecessary test of TREE_CONST...Roger Sayle1-2/+1
2003-06-01emit-rtl.c (gen_lowpart_common): Handle interpreting integer constants as con...Roger Sayle1-0/+6
2003-05-30emit-rtl.c (gen_complex_constant_part): New function for getting the constant...Roger Sayle1-0/+45
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-4/+2
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-9/+8
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-0/+41
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-1/+5
2003-04-14expr.c (highest_pow2_factor): Return unsigned.Olivier Hainque1-3/+2
2003-04-12* emit-rtl.c (gen_rtx): Really correct typo.Geoffrey Keating1-1/+1
2003-04-12emit-rtl.c (gen_rtx): Fix typos.Eric Christopher1-3/+3