| Commit message (Expand) | Author | Age | Files | Lines |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -3/+0 |
* | * explow.c (int_expr_size): New fn. | jason | 2002-08-03 | 1 | -1/+1 |
* | * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro. | jason | 2002-08-02 | 1 | -2/+3 |
* | * expr.c (expand_assignment): Delete unused variable. | ghazi | 2002-08-01 | 1 | -2/+0 |
* | * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from | rth | 2002-07-29 | 1 | -11/+1 |
* | * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR | rth | 2002-07-24 | 1 | -1/+7 |
* | * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use | rth | 2002-07-22 | 1 | -19/+39 |
* | * expr.c (emit_move_insn_1): Handle arbitrary moves that are | amylaar | 2002-07-16 | 1 | -3/+3 |
* | * expr.c [CLEAR_RATIO]: New macro defining the maximum number | sayle | 2002-07-13 | 1 | -1/+20 |
* | 2002-06-16 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-06-18 | 1 | -0/+30 |
* | * expr.c (compare_from_rtx): Call simplify_relational_operation | sayle | 2002-06-15 | 1 | -4/+6 |
* | 2002-06-05 David S. Miller <davem@redhat.com> | davem | 2002-06-11 | 1 | -10/+26 |
* | * alias.c (static_reg_base_value): New to hold RTL for | law | 2002-06-10 | 1 | -2/+7 |
* | * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx. | law | 2002-06-08 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -47/+31 |
* | * emit-rtl.c: Likewise. | kazu | 2002-06-03 | 1 | -44/+44 |
* | * expr.c (compare_from_rtx): Generate comparison between op0 and op1 | rth | 2002-05-31 | 1 | -0/+4 |
* | 2002-05-31 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-05-31 | 1 | -2/+10 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -0/+1 |
* | PR middle-end/6600 | sayle | 2002-05-21 | 1 | -2/+15 |
* | * expr.c (init_expr_once): Don't use start/end_sequence. | rth | 2002-05-17 | 1 | -6/+3 |
* | * expr.c (force_operand): Fix reversed move. | rsandifo | 2002-05-17 | 1 | -1/+1 |
* | * emit-rtl.c (global_rtl): Update comment. | zack | 2002-05-13 | 1 | -1/+2 |
* | * expr.c (compress_float_constant): New. | rth | 2002-05-12 | 1 | -3/+96 |
* | PR c++/6212 | rth | 2002-05-07 | 1 | -1/+18 |
* | * expr.c (force_operand): Use expand_simple_* to handle more | hubicka | 2002-05-04 | 1 | -43/+68 |
* | * combine.c: Fix comment formatting. | kazu | 2002-05-02 | 1 | -1/+1 |
* | PR middle-end/6279 | jakub | 2002-04-16 | 1 | -2/+7 |
* | * expr.c (expand_assigment): Remove duplicate conversions #ifdef | kenner | 2002-04-12 | 1 | -10/+10 |
* | PR optimization/6177 | jakub | 2002-04-11 | 1 | -0/+10 |
* | * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers | rth | 2002-04-10 | 1 | -1/+2 |
* | * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers. | rth | 2002-04-10 | 1 | -1/+11 |
* | * expr.c (is_aligning_offset): New function. | kenner | 2002-04-09 | 1 | -0/+57 |
* | PR c++/5636 | jason | 2002-04-04 | 1 | -2/+3 |
* | * c-decl.c (grokdeclarator): Update. | neil | 2002-04-01 | 1 | -1/+1 |
* | * c-common.c (unsigned_conversion_warning, convert_and_check, | neil | 2002-04-01 | 1 | -5/+3 |
* | PR target/5672 | rth | 2002-03-30 | 1 | -1/+2 |
* | * Makefile.in (convert.o, calls.o, expmed.o): Update. | neil | 2002-03-29 | 1 | -9/+13 |
* | * c-common.c (c_expand_expr): Fix prototype. | neil | 2002-03-27 | 1 | -2/+3 |
* | * c-decl.c (maybe_build_cleanup): Remove. | neil | 2002-03-25 | 1 | -1/+2 |
* | PR target/6043 | jakub | 2002-03-25 | 1 | -4/+18 |
* | fix g++ testcase crash namedret1.c on sparcv9 and s390 | amacleod | 2002-03-22 | 1 | -1/+2 |
* | * Makefile.in (fold-const.o, stor-layout.o, stmt.o, | neil | 2002-03-21 | 1 | -1/+1 |
* | * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT. | kenner | 2002-03-21 | 1 | -1/+1 |
* | PR optimization/5999, middle-end/5731 | jakub | 2002-03-20 | 1 | -0/+1 |
* | * expr.c (expand_expr): Sign-extend CONST_INT generated from | dje | 2002-03-19 | 1 | -7/+6 |
* | * emit-rtl.c (gen_int_mode): New function. | rth | 2002-03-19 | 1 | -3/+2 |
* | PR target/5740 | jakub | 2002-03-18 | 1 | -6/+11 |
* | * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with | uweigand | 2002-03-13 | 1 | -1/+18 |
* | PR middle-end/5877 | jakub | 2002-03-09 | 1 | -11/+12 |