summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * objc-act.c: Include cgraph.hhubicka2003-02-261-1/+10
* * calls.c (store_one_arg): Revert 1999-02-16 change. Revertamodra2003-02-231-57/+143
* * expr.c (expand_expr): Use gen_int_mode for the argumentdrow2003-02-191-3/+5
* 2003-02-01 Richard Henderson <rth@redhat.com>rth2003-02-011-0/+28
* * expr.c (store_expr): Promote all MEM intermediates to regs.rth2003-01-311-6/+6
* * expr.c (emit_group_store): Initialize dst with CONST0_RTXaoliva2003-01-261-1/+1
* * et-forest.c: Fix comment typos.kazu2003-01-171-1/+1
* * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.amodra2003-01-111-2/+2
* * expr.c (expand_assignment): Apply special treatment todje2002-12-231-1/+2
* Merge basic-improvements-branch to trunkzack2002-12-161-17/+19
* * c-decl.c: Fix a comment typo.kazu2002-12-131-1/+1
* * target.h (gcc_target): Add cannot_force_const_mem.rth2002-12-091-0/+6
* * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.sje2002-12-091-16/+4
* * expr.c (expand_expr) <case COND_EXPR>: Never modify exp in place.jakub2002-12-061-15/+7
* * expr.c (gen_group_rtx, emit_group_move): New functions.danglin2002-11-271-0/+56
* * emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex typesje2002-11-201-5/+1
* 2002-11-10 H.J. Lu <hjl@gnu.org>hjl2002-11-111-0/+2
* * expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_Phubicka2002-11-011-1/+1
* * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;rth2002-10-291-3/+4
* * expr.c (convert_move): If unsignedp is less then zero theresje2002-10-241-1/+2
* * expr.c (do_tablejump): Fix typo in my previous commit.hubicka2002-10-151-2/+2
* * i386.md (movv2di_internal): New pattern.hubicka2002-10-151-1/+4
* PR c/7411rth2002-10-071-4/+11
* * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const touweigand2002-09-261-20/+25
* * dbxout.c: Follow spelling conventions.kazu2002-09-221-6/+6
* * expr.c (emit_block_move): Set memory block size as appropriaterth2002-09-171-0/+10
* * expr.c (emit_group_load): Revise to allow splitting TCmode sourcedanglin2002-09-041-8/+13
* * expr.c (expand_expr): Remove extraneous comment and code.grahams2002-09-031-3/+0
* * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.rth2002-08-311-2/+1
* * expr.h (enum block_op_methods): New.rth2002-08-291-19/+166
* * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.rth2002-08-201-391/+422
* * expr.c (store_expr): In condition for checking if value ishp2002-08-121-3/+6
* Index: ChangeLoggeoffk2002-08-041-3/+0
* * explow.c (int_expr_size): New fn.jason2002-08-031-1/+1
* * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.jason2002-08-021-2/+3
* * expr.c (expand_assignment): Delete unused variable.ghazi2002-08-011-2/+0
* * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename fromrth2002-07-291-11/+1
* * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPRrth2002-07-241-1/+7
* * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't userth2002-07-221-19/+39
* * expr.c (emit_move_insn_1): Handle arbitrary moves that areamylaar2002-07-161-3/+3
* * expr.c [CLEAR_RATIO]: New macro defining the maximum numbersayle2002-07-131-1/+20
* 2002-06-16 Aldy Hernandez <aldyh@redhat.com>aldyh2002-06-181-0/+30
* * expr.c (compare_from_rtx): Call simplify_relational_operationsayle2002-06-151-4/+6
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-10/+26
* * alias.c (static_reg_base_value): New to hold RTL forlaw2002-06-101-2/+7
* * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.law2002-06-081-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-47/+31
* * emit-rtl.c: Likewise.kazu2002-06-031-44/+44
* * expr.c (compare_from_rtx): Generate comparison between op0 and op1rth2002-05-311-0/+4
* 2002-05-31 Aldy Hernandez <aldyh@redhat.com>aldyh2002-05-311-2/+10