| Commit message (Expand) | Author | Age | Files | Lines |
* | real.h (struct real_value): Use the same type for all bitfields. | Alexandre Oliva | 2004-03-22 | 1 | -1/+1 |
* | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 2004-03-21 | 1 | -20/+8 |
* | emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag. | Zdenek Dvorak | 2004-03-20 | 1 | -0/+1 |
* | rtl.h (mem_expr_equal_p): Function prototype added. | Andreas Krebbel | 2004-03-06 | 1 | -0/+34 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -1/+1 |
* | emit-rtl.c (subreg_realpart_p): Remove. | Kazu Hirata | 2004-02-19 | 1 | -47/+0 |
* | emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL... | Josef Zlomek | 2004-02-14 | 1 | -2/+10 |
* | emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL... | Richard Kenner | 2004-02-12 | 1 | -1/+1 |
* | emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor... | Richard Sandiford | 2004-02-11 | 1 | -1/+1 |
* | emit-rtl.c (set_decl_incoming_rtl): New. | Josef Zlomek | 2004-02-10 | 1 | -0/+34 |
* | * emit-rtl.c: Update the comment about the file. | Kazu Hirata | 2004-02-05 | 1 | -8/+5 |
* | emit-rtl.c (gen_rtx): Remove. | Kazu Hirata | 2004-02-04 | 1 | -120/+8 |
* | combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx. | Kazu Hirata | 2004-02-03 | 1 | -2/+2 |
* | combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ... | Paolo Bonzini | 2004-01-31 | 1 | -1/+3 |
* | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 2004-01-31 | 1 | -7/+7 |
* | emit-rtl.c (change_address): Use XEXP (memref, 0) instead of addr when creati... | Jakub Jelinek | 2004-01-29 | 1 | -1/+1 |
* | re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled) | Jakub Jelinek | 2004-01-29 | 1 | -7/+17 |
* | emit-rtl.c (change_address, [...]): Return early when there is nothing to cha... | Jan Hubicka | 2004-01-24 | 1 | -0/+17 |
* | emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing change. | Jan Hubicka | 2004-01-23 | 1 | -0/+3 |
* | emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha... | Jan Hubicka | 2004-01-20 | 1 | -1/+24 |
* | * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) | Daniel Jacobowitz | 2004-01-17 | 1 | -0/+12 |
* | real.c: Update copyright date. | Geoffrey Keating | 2004-01-12 | 1 | -1/+1 |
* | emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants. | Geoffrey Keating | 2004-01-06 | 1 | -308/+25 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -1/+1 |
* | emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha... | Andrew Pinski | 2003-12-22 | 1 | -1/+5 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2003-12-21 | 1 | -4/+5 |
* | emit-rtl.c (set_new_first_and_last_label_num): Remove function. | Per Bothner | 2003-12-17 | 1 | -12/+1 |
* | * emit-rtl.c: Fix signed/unsigned comparison warnings. | Kazu Hirata | 2003-12-17 | 1 | -2/+2 |
* | c-typeck.c: Fix comment typos. | Kazu Hirata | 2003-12-13 | 1 | -1/+1 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -13/+13 |
* | re PR middle-end/10060 (ICE (stack overflow) on huge file (300k lines) due to... | Andrew Pinski | 2003-12-08 | 1 | -12/+53 |
* | re PR c++/13314 (ICE when omitting template parameter of a sub-class) | Mark Mitchell | 2003-12-06 | 1 | -0/+2 |
* | emit-rtl.c (set_used_flags): New. | Jan Hubicka | 2003-11-29 | 1 | -4/+194 |
* | emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless the registe... | Richard Sandiford | 2003-11-19 | 1 | -0/+2 |
* | emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ... | Richard Sandiford | 2003-11-04 | 1 | -14/+0 |
* | rtl.h (rtl_size): Declare. | Richard Sandiford | 2003-10-18 | 1 | -7/+4 |
* | builtins.c (builtin_dconsts_init, [...]): Delete. | Kaveh R. Ghazi | 2003-09-11 | 1 | -0/+9 |
* | builtins.c (real_dconstp, [...]): New, split out from fold_builtin. | Kaveh R. Ghazi | 2003-09-09 | 1 | -1/+8 |
* | targhooks.c: New file. | DJ Delorie | 2003-09-03 | 1 | -19/+0 |
* | cfgcleanup.c: Fix comment typos. | Kazu Hirata | 2003-08-22 | 1 | -1/+1 |
* | c-common.c: Fix comment formatting. | Kazu Hirata | 2003-08-19 | 1 | -1/+1 |
* | regclass.c (init_reg_modes): Make non-static. | Per Bothner | 2003-08-13 | 1 | -0/+3 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -8/+8 |
* | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 2003-07-10 | 1 | -1/+1 |
* | partial fix for PR target/10021 | James E Wilson | 2003-07-08 | 1 | -13/+16 |
* | rtl.h (emit_line_note): Take a location_t. | Nathan Sidwell | 2003-07-07 | 1 | -28/+15 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -2/+2 |
* | rtl.h (NOTE_DATA): Refer to whole union. | Nathan Sidwell | 2003-07-03 | 1 | -1/+1 |
* | rtl.h (emit_line_note_after): Remove. | Nathan Sidwell | 2003-07-01 | 1 | -19/+33 |
* | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-06-29 | 1 | -439/+202 |