index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
expr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2003-02-01 Richard Henderson <rth@redhat.com>
rth
2003-02-01
1
-0
/
+28
*
* expr.c (store_expr): Promote all MEM intermediates to regs.
rth
2003-01-31
1
-6
/
+6
*
* expr.c (emit_group_store): Initialize dst with CONST0_RTX
aoliva
2003-01-26
1
-1
/
+1
*
* et-forest.c: Fix comment typos.
kazu
2003-01-17
1
-1
/
+1
*
* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
amodra
2003-01-11
1
-2
/
+2
*
* expr.c (expand_assignment): Apply special treatment to
dje
2002-12-23
1
-1
/
+2
*
Merge basic-improvements-branch to trunk
zack
2002-12-16
1
-17
/
+19
*
* c-decl.c: Fix a comment typo.
kazu
2002-12-13
1
-1
/
+1
*
* target.h (gcc_target): Add cannot_force_const_mem.
rth
2002-12-09
1
-0
/
+6
*
* doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.
sje
2002-12-09
1
-16
/
+4
*
* expr.c (expand_expr) <case COND_EXPR>: Never modify exp in place.
jakub
2002-12-06
1
-15
/
+7
*
* expr.c (gen_group_rtx, emit_group_move): New functions.
danglin
2002-11-27
1
-0
/
+56
*
* emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
sje
2002-11-20
1
-5
/
+1
*
2002-11-10 H.J. Lu <hjl@gnu.org>
hjl
2002-11-11
1
-0
/
+2
*
* expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P
hubicka
2002-11-01
1
-1
/
+1
*
* expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
rth
2002-10-29
1
-3
/
+4
*
* expr.c (convert_move): If unsignedp is less then zero there
sje
2002-10-24
1
-1
/
+2
*
* expr.c (do_tablejump): Fix typo in my previous commit.
hubicka
2002-10-15
1
-2
/
+2
*
* i386.md (movv2di_internal): New pattern.
hubicka
2002-10-15
1
-1
/
+4
*
PR c/7411
rth
2002-10-07
1
-4
/
+11
*
* expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
uweigand
2002-09-26
1
-20
/
+25
*
* dbxout.c: Follow spelling conventions.
kazu
2002-09-22
1
-6
/
+6
*
* expr.c (emit_block_move): Set memory block size as appropriate
rth
2002-09-17
1
-0
/
+10
*
* expr.c (emit_group_load): Revise to allow splitting TCmode source
danglin
2002-09-04
1
-8
/
+13
*
* expr.c (expand_expr): Remove extraneous comment and code.
grahams
2002-09-03
1
-3
/
+0
*
* expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
rth
2002-08-31
1
-2
/
+1
*
* expr.h (enum block_op_methods): New.
rth
2002-08-29
1
-19
/
+166
*
* expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
rth
2002-08-20
1
-391
/
+422
*
* expr.c (store_expr): In condition for checking if value is
hp
2002-08-12
1
-3
/
+6
*
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
[next]