| Commit message (Expand) | Author | Age | Files | Lines |
* | * emit-rtl.c: Update the comment about the file. | kazu | 2004-02-05 | 1 | -8/+5 |
* | * emit-rtl.c (gen_rtx): Remove. | kazu | 2004-02-04 | 1 | -120/+8 |
* | gcc/ | kazu | 2004-02-03 | 1 | -2/+2 |
* | 2004-01-31 Paolo Bonzini <bonzini@gnu.org> | paolo | 2004-01-31 | 1 | -1/+3 |
* | * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | kazu | 2004-01-31 | 1 | -7/+7 |
* | * emit-rtl.c (change_address): Use XEXP (memref, 0) instead | jakub | 2004-01-29 | 1 | -1/+1 |
* | PR optimization/13424 | jakub | 2004-01-29 | 1 | -7/+17 |
* | * emit-rtl.c (change_address, adjust_address_1, offset_address, | hubicka | 2004-01-24 | 1 | -0/+17 |
* | * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing | hubicka | 2004-01-23 | 1 | -0/+3 |
* | * emit-rtl.c (verify_rtx_sharing, copy_insn_1, | hubicka | 2004-01-20 | 1 | -1/+24 |
* | * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) | drow | 2004-01-17 | 1 | -0/+12 |
* | * real.c: Update copyright date. | geoffk | 2004-01-12 | 1 | -1/+1 |
* | * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg | geoffk | 2004-01-06 | 1 | -308/+25 |
* | * alias.c: Fix comment typos. | kazu | 2004-01-06 | 1 | -1/+1 |
* | * emit-rtl.c (copy_rtx_if_shared): Add comment about its use of | pinskia | 2003-12-22 | 1 | -1/+5 |
* | * alias.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -4/+5 |
* | * emit-rtl.c (set_new_first_and_last_label_num): Remove function. | bothner | 2003-12-18 | 1 | -12/+1 |
* | * emit-rtl.c: Fix signed/unsigned comparison warnings. | kazu | 2003-12-17 | 1 | -2/+2 |
* | * c-typeck.c: Fix comment typos. | kazu | 2003-12-13 | 1 | -1/+1 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -13/+13 |
* | 2003-12-08 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2003-12-08 | 1 | -12/+53 |
* | PR c++/13314 | mmitchel | 2003-12-06 | 1 | -0/+2 |
* | * emit-rtl.c (set_used_flags): New. | hubicka | 2003-11-29 | 1 | -4/+194 |
* | * emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless | rsandifo | 2003-11-19 | 1 | -0/+2 |
* | * emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant | rsandifo | 2003-11-04 | 1 | -14/+0 |
* | * rtl.h (rtl_size): Declare. | rsandifo | 2003-10-18 | 1 | -7/+4 |
* | * builtins.c (builtin_dconsts_init, dconstpi, dconste, | ghazi | 2003-09-11 | 1 | -0/+9 |
* | * builtins.c (real_dconstp, fold_builtin_logarithm, | ghazi | 2003-09-09 | 1 | -1/+8 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -19/+0 |
* | * cfgcleanup.c: Fix comment typos. | kazu | 2003-08-22 | 1 | -1/+1 |
* | * c-common.c: Fix comment formatting. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * regclass.c (init_reg_modes): Make non-static. | bothner | 2003-08-14 | 1 | -0/+3 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -8/+8 |
* | 2003-07-10 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-07-10 | 1 | -1/+1 |
* | partial fix for PR target/10021 | wilson | 2003-07-09 | 1 | -13/+16 |
* | * rtl.h (emit_line_note): Take a location_t. | nathan | 2003-07-07 | 1 | -28/+15 |
* | * bt-load.c: Fix comment typos. | kazu | 2003-07-05 | 1 | -2/+2 |
* | * rtl.h (NOTE_DATA): Refer to whole union. | nathan | 2003-07-03 | 1 | -1/+1 |
* | * rtl.h (emit_line_note_after): Remove. | nathan | 2003-07-01 | 1 | -19/+33 |
* | * except.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -439/+202 |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -10/+12 |
* | * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE | rth | 2003-06-26 | 1 | -2/+4 |
* | * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c, | neroden | 2003-06-16 | 1 | -1/+1 |
* | * function.h (struct emit_status): Remove x_last_linenum, | nathan | 2003-06-16 | 1 | -25/+21 |
* | 2003-06-13 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-13 | 1 | -3/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -1/+1 |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -21/+21 |
* | * emit-rtl.c (gen_complex_constant_part): Remove unnecessary | sayle | 2003-06-02 | 1 | -2/+1 |
* | * emit-rtl.c (gen_lowpart_common): Handle interpreting integer | sayle | 2003-06-01 | 1 | -0/+6 |
* | * emit-rtl.c (gen_complex_constant_part): New function for getting | sayle | 2003-05-30 | 1 | -0/+45 |