aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-20/+14
2007-09-18re PR middle-end/33423 (internal compiler error: in expand_expr_real_1, at ex...Jakub Jelinek1-0/+14
2007-09-11builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek1-0/+6
2007-09-06re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther1-7/+7
2007-09-05builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek1-3/+38
2007-09-05re PR tree-optimization/21513 (__builtin_expect getting in the way of uniniti...Adam Nemet1-13/+72
2007-09-04optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka1-1/+1
2007-08-24re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore1-12/+14
2007-08-24expr.c (store_expr): Optimize initialization of an array with STRING_CST.Jakub Jelinek1-2/+1
2007-08-23builtins.c (expand_builtin_mathfn): Wrap argument in save_expr directly inste...Richard Guenther1-40/+11
2007-08-22re PR middle-end/33007 (builtin lround doesn't work)Richard Guenther1-14/+4
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-9/+9
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-16/+16
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-21optabs.h (enum optab_index): Add new OTI_signbit.Uros Bizjak1-9/+4
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-0/+24
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-5/+29
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-0/+24
2007-07-12builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating1-3/+1
2007-07-11builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.David Daney1-0/+59
2007-07-09optabs.h: Added declaration for signbit_optab.Wolfgang Gellerich1-7/+30
2007-07-06re PR middle-end/32441 (ICE in expand_expr_real_1, at expr.c:7109)Ian Lance Taylor1-8/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-26* builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.Steve Ellcey1-1/+1
2007-06-20re PR middle-end/31959 (ICE in expand_builtin_expect, at builtins.c:5112)Jakub Jelinek1-1/+3
2007-06-15[multiple changes]Andrew Pinski1-30/+27
2007-06-12real.c (real_isfinite): New.Kaveh R. Ghazi1-17/+11
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-6/+4
2007-05-22re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786)Andrew Pinski1-0/+1
2007-05-21builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell1-2/+1
2007-05-19re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time)Kaveh R. Ghazi1-0/+71
2007-05-18builtins.c (CASE_MATHFN_REENT): New macro.Kaveh R. Ghazi1-0/+7
2007-05-18re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time)Kaveh R. Ghazi1-0/+89
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi1-0/+19
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi1-0/+73
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-22/+25
2007-05-11re PR other/31852 (Missing __builtin_memchr)Paolo Carlini1-0/+73
2007-04-24real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses1-8/+8
2007-04-05extend.texi (Other Builtins): Add decimal float variants of signbit.Janis Johnson1-1/+5
2007-03-19builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I...Michael Matz1-8/+27
2007-03-16builtins.c (expand_builtin_cexpi): Use the right argument for the expansion v...Richard Guenther1-1/+1
2007-03-15re PR middle-end/29719 (newlib targets ICEs in expand_builtin_int_roundingfn)Richard Guenther1-6/+65
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-76/+22
2007-02-24builtins.c (fold_builtin_modf): New.Kaveh R. Ghazi1-0/+59
2007-02-23builtins.c (fold_builtin_logb, [...]): New.Kaveh R. Ghazi1-0/+87
2007-02-23builtins.c (fold_builtin_frexp): New.Kaveh R. Ghazi1-0/+59
2007-02-20optabs.h (enum optab_index): Add new OTI_scalb.Kaveh R. Ghazi1-4/+21
2007-02-19builtins.c (fold_builtin_load_exponent): New.Kaveh R. Ghazi1-0/+67
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-10/+10