summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka2008-03-311-1/+1
* builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi2008-03-261-13/+26
* re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez2008-02-261-1/+0
* re PR middle-end/35265 (__builtin_popcount expansion bug)Richard Guenther2008-02-201-0/+3
* re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek2007-12-061-5/+4
* re PR target/32406 (MIPS: FAIL in nestfunc-6.c at -O3)Richard Sandiford2007-11-281-0/+14
* builtins.c (fold_builtin_1): Verify the argument types of BUILT_IN_ISNORMAL.Richard Guenther2007-11-271-0/+57
* re PR middle-end/34233 (ICE: get_callee_fndecl, at tree.c:6592)Richard Guenther2007-11-261-1/+3
* builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez2007-10-171-1/+1
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-20/+14
* re PR middle-end/33423 (internal compiler error: in expand_expr_real_1, at ex...Jakub Jelinek2007-09-181-0/+14
* builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek2007-09-111-0/+6
* re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther2007-09-061-7/+7
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-3/+38
* re PR tree-optimization/21513 (__builtin_expect getting in the way of uniniti...Adam Nemet2007-09-051-13/+72
* optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka2007-09-041-1/+1
* re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore2007-08-241-12/+14
* expr.c (store_expr): Optimize initialization of an array with STRING_CST.Jakub Jelinek2007-08-241-2/+1
* builtins.c (expand_builtin_mathfn): Wrap argument in save_expr directly inste...Richard Guenther2007-08-231-40/+11
* re PR middle-end/33007 (builtin lround doesn't work)Richard Guenther2007-08-221-14/+4
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-1/+1
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-9/+9
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-16/+16
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* optabs.h (enum optab_index): Add new OTI_signbit.Uros Bizjak2007-07-211-9/+4
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-181-0/+24
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-181-5/+29
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-181-0/+24
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating2007-07-121-3/+1
* builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.David Daney2007-07-111-0/+59
* optabs.h: Added declaration for signbit_optab.Wolfgang Gellerich2007-07-091-7/+30
* re PR middle-end/32441 (ICE in expand_expr_real_1, at expr.c:7109)Ian Lance Taylor2007-07-061-8/+2
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-1/+1
* * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.Steve Ellcey2007-06-261-1/+1
* re PR middle-end/31959 (ICE in expand_builtin_expect, at builtins.c:5112)Jakub Jelinek2007-06-201-1/+3
* [multiple changes]Andrew Pinski2007-06-151-30/+27
* real.c (real_isfinite): New.Kaveh R. Ghazi2007-06-121-17/+11
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-6/+4
* re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786)Andrew Pinski2007-05-221-0/+1
* builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell2007-05-211-2/+1
* re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time)Kaveh R. Ghazi2007-05-191-0/+71
* builtins.c (CASE_MATHFN_REENT): New macro.Kaveh R. Ghazi2007-05-181-0/+7
* re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time)Kaveh R. Ghazi2007-05-181-0/+89
* re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi2007-05-181-0/+19
* re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi2007-05-181-0/+73
* builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak2007-05-141-22/+25
* re PR other/31852 (Missing __builtin_memchr)Paolo Carlini2007-05-111-0/+73
* real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses2007-04-241-8/+8
* extend.texi (Other Builtins): Add decimal float variants of signbit.Janis Johnson2007-04-051-1/+5
* builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I...Michael Matz2007-03-191-8/+27