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
/
builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2003-02-01 Richard Henderson <rth@redhat.com>
rth
2003-02-01
1
-6
/
+42
*
* builtins.c (purge_builtin_constant_p): Scan insn stream
sayle
2003-01-25
1
-19
/
+13
*
* function.h (struct function): New field calls_constant_p.
sayle
2003-01-25
1
-0
/
+2
*
* builtins.c (fold_trunc_transparent_mathfn): New function.
hubicka
2003-01-25
1
-0
/
+48
*
* builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
hubicka
2003-01-25
1
-1
/
+0
*
* builtins.c (DEF_BUILTIN): Accept 10 arguments.
hubicka
2003-01-24
1
-14
/
+183
*
PR optimization/8423
sayle
2003-01-23
1
-2
/
+31
*
* real.c (real_sqrt): Return a bool result indicating whether
sayle
2003-01-15
1
-6
/
+4
*
Merge basic-improvements-branch to trunk
zack
2002-12-16
1
-3
/
+185
*
PR c++/8332
mmitchel
2002-12-01
1
-2
/
+7
*
* builtins.c: Fix formatting.
kazu
2002-11-17
1
-38
/
+41
*
gcc/
rth
2002-09-17
1
-0
/
+33
*
gcc/
rth
2002-09-16
1
-1
/
+4
*
* builtin-types.def (BT_FN_FLOAT): New.
rth
2002-09-04
1
-0
/
+24
*
* expr.h (enum block_op_methods): New.
rth
2002-08-29
1
-3
/
+4
*
Index: ChangeLog
geoffk
2002-08-05
1
-1
/
+0
*
* builtins.def: Define new builtin functions exp, expf, expl,
sayle
2002-08-03
1
-3
/
+24
*
* builtins.c (expand_builtin): Change the default behavior to
sayle
2002-07-30
1
-15
/
+4
*
* gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
sje
2002-07-23
1
-6
/
+38
*
* builtins.c (std_expand_builtin_va_start): Remove unused
zack
2002-07-16
1
-4
/
+3
*
* ginclude/varargs.h: Replace with stub which issues #error.
zack
2002-07-16
1
-33
/
+15
*
PR c++/7099
sayle
2002-07-06
1
-1
/
+1
*
2002-06-05 David S. Miller <davem@redhat.com>
davem
2002-06-11
1
-17
/
+21
*
* tree.h: Forward-declare struct realvaluetype.
zack
2002-05-28
1
-0
/
+1
*
* alias.c: Fix formatting.
kazu
2002-05-26
1
-88
/
+88
*
2002-04-23 Roger Sayle <roger@eyesopen.com>
aj
2002-04-23
1
-1
/
+58
*
* builtins.c: Include langhooks.h.
neil
2002-04-19
1
-3
/
+3
*
* builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
rth
2002-04-03
1
-4
/
+11
*
* builtins.c (expand_builtin_va_arg): Give warnings not errors for
rth
2002-03-31
1
-11
/
+28
*
* i960.md (ret): Set PC.
hubicka
2002-03-27
1
-1
/
+4
*
PR c/3711
jakub
2002-03-08
1
-17
/
+34
*
* defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
rsandifo
2002-03-07
1
-10
/
+5
*
* builtins.c (expand_builtin_strncat): Remove redundant check for
ghazi
2002-01-26
1
-2
/
+1
*
* builtins.c (expand_builtin_strncpy): Use integer_zerop instead
kenner
2002-01-25
1
-7
/
+8
*
2002-01-24 Aldy Hernandez <aldyh@redhat.com>
aldyh
2002-01-25
1
-1
/
+2
*
* builtins.c: Fix formatting.
kazu
2002-01-03
1
-2
/
+2
*
* builtins.c (expand_builtin_memcmp): Optimize memcmp built-in
rth
2001-12-27
1
-0
/
+14
*
* builtin-attrs.def (__builtin_printf_unlocked,
ghazi
2001-12-21
1
-5
/
+24
*
* builtins.c (apply_args_size): Change regno to unsigned.
aldyh
2001-12-17
1
-1
/
+2
*
* builtins.c (expand_builtin_memcmp): Mark parameter with
ghazi
2001-12-15
1
-1
/
+1
*
2001-12-14 Roger Sayle <roger@eyesopen.com>
aj
2001-12-14
1
-3
/
+3
*
* builtins.c (expand_builtin_memset, expand_builtin_memcpy,
rth
2001-12-13
1
-132
/
+183
*
* builtins.c (expand_builtin): Use a switch statement to list
aj
2001-12-11
1
-67
/
+89
*
* builtin-types.def (BT_FN_VOID_PTR_VAR): New.
janis
2001-12-07
1
-2
/
+19
*
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.
kenner
2001-12-05
1
-68
/
+9
*
* builtin-types.def (BT_FN_VOID_PTR_INT_INT): New.
janis
2001-12-04
1
-0
/
+68
*
* expr.c (store_field): Pass tree instead of max size; callers changed.
kenner
2001-11-16
1
-1
/
+1
*
* builtins.c (get_memory_rtx): Properly set MEM alias set and
kenner
2001-11-03
1
-7
/
+9
*
* builtins.c (apply_args_size): Handle vector arguments.
aldyh
2001-11-02
1
-0
/
+32
*
* builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
kenner
2001-10-28
1
-6
/
+32
[next]