summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* * emit-rtl.c: Update the comment about the file.kazu2004-02-051-8/+5
* * emit-rtl.c (gen_rtx): Remove.kazu2004-02-041-120/+8
* gcc/kazu2004-02-031-2/+2
* 2004-01-31 Paolo Bonzini <bonzini@gnu.org>paolo2004-01-311-1/+3
* * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".kazu2004-01-311-7/+7
* * emit-rtl.c (change_address): Use XEXP (memref, 0) insteadjakub2004-01-291-1/+1
* PR optimization/13424jakub2004-01-291-7/+17
* * emit-rtl.c (change_address, adjust_address_1, offset_address,hubicka2004-01-241-0/+17
* * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothinghubicka2004-01-231-0/+3
* * emit-rtl.c (verify_rtx_sharing, copy_insn_1,hubicka2004-01-201-1/+24
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)drow2004-01-171-0/+12
* * real.c: Update copyright date.geoffk2004-01-121-1/+1
* * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreggeoffk2004-01-061-308/+25
* * alias.c: Fix comment typos.kazu2004-01-061-1/+1
* * emit-rtl.c (copy_rtx_if_shared): Add comment about its use ofpinskia2003-12-221-1/+5
* * alias.c: Fix comment formatting.kazu2003-12-211-4/+5
* * emit-rtl.c (set_new_first_and_last_label_num): Remove function.bothner2003-12-181-12/+1
* * emit-rtl.c: Fix signed/unsigned comparison warnings.kazu2003-12-171-2/+2
* * c-typeck.c: Fix comment typos.kazu2003-12-131-1/+1
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-13/+13
* 2003-12-08 Andrew Pinski <pinskia@physics.uc.edu>pinskia2003-12-081-12/+53
* PR c++/13314mmitchel2003-12-061-0/+2
* * 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