summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* * emit-rtl.c (set_used_flags): New.hubicka2003-11-291-4/+194
* * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unlessrsandifo2003-11-191-0/+2
* * emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constantrsandifo2003-11-041-14/+0
* * rtl.h (rtl_size): Declare.rsandifo2003-10-181-7/+4
* * builtins.c (builtin_dconsts_init, dconstpi, dconste,ghazi2003-09-111-0/+9
* * builtins.c (real_dconstp, fold_builtin_logarithm,ghazi2003-09-091-1/+8
* * targhooks.c: New file.dj2003-09-041-19/+0
* * cfgcleanup.c: Fix comment typos.kazu2003-08-221-1/+1
* * c-common.c: Fix comment formatting.kazu2003-08-191-1/+1
* * regclass.c (init_reg_modes): Make non-static.bothner2003-08-141-0/+3
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-8/+8
* 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-101-1/+1
* partial fix for PR target/10021wilson2003-07-091-13/+16
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-28/+15
* * bt-load.c: Fix comment typos.kazu2003-07-051-2/+2
* * rtl.h (NOTE_DATA): Refer to whole union.nathan2003-07-031-1/+1
* * rtl.h (emit_line_note_after): Remove.nathan2003-07-011-19/+33
* * except.c: Convert prototypes to ISO C90.aj2003-06-291-439/+202
* * rtl.h (emit_note): Remove FILE parameter.nathan2003-06-271-10/+12
* * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGErth2003-06-261-2/+4
* * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,neroden2003-06-161-1/+1
* * function.h (struct emit_status): Remove x_last_linenum,nathan2003-06-161-25/+21
* 2003-06-13 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-131-3/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-1/+1
* * cfglayout.c (insn_scope): New static functionhubicka2003-06-081-21/+21
* * emit-rtl.c (gen_complex_constant_part): Remove unnecessarysayle2003-06-021-2/+1
* * emit-rtl.c (gen_lowpart_common): Handle interpreting integersayle2003-06-011-0/+6
* * emit-rtl.c (gen_complex_constant_part): New function for gettingsayle2003-05-301-0/+45
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-4/+2
* gcc:ghazi2003-05-171-9/+8
* * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.kenner2003-05-031-0/+41
* * emit-rtl.c (subreg_hard_regno): Check that register is representable.hubicka2003-04-171-1/+5
* * expr.c (highest_pow2_factor): Return unsigned.kenner2003-04-141-3/+2
* * emit-rtl.c (gen_rtx): Really correct typo.geoffk2003-04-121-1/+1
* 2003-04-11 Eric Christopher <echristo@redhat.com>echristo2003-04-121-3/+3
* * emit-rtl.c (gen_rtx): Zero '0' fields.rth2003-04-111-1/+2
* * emit-rtl.c (get_mem_attrs): Adjust alignment tests determiningkenner2003-04-041-4/+5
* * emit-rtl.c (dconstm2, dconsthalf): New real constants.sayle2003-03-311-0/+6
* * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.rth2003-03-131-144/+121
* * emit-rtl.c (gen_lowpart): Don't attempt to load a part ofhp2003-03-081-0/+1
* * emit-rtl.c (gen_lowpart): When requesting the low-part of asayle2003-03-061-0/+6
* * emit-rtl.c (gen_highpart_mode): Fix a comment typo.kazu2003-03-061-1/+1
* * emit-rtl.c (set_reg_attrs_for_parm): New function.zlomek2003-02-281-1/+27
* * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.zack2003-02-141-2/+1
* * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.hubicka2003-02-111-0/+1
* 2003-01-28 Dale Johannesen <dalej@apple.com>dalej2003-01-281-1/+5
* * emit-rtl.c (reg_attrs_htab): New static variable.hubicka2003-01-241-11/+142
* * dwarf2out.c (fde_table_in_use): Mark GTY.uweigand2003-01-211-1/+1
* * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsignedghazi2003-01-161-3/+3
* Merge from pch-branch.geoffk2003-01-101-6/+6