aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi1-6/+54
2008-05-14optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_...Kenneth Zadeck1-2/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-7/+4
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-04-30builtins.c (fold_call_expr): Return realret.Rafael Avila de Espindola1-0/+1
2008-04-26re PR c++/35652 (offset warning should be given in the front-end)Simon Baldwin1-1/+6
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-4/+4
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther1-67/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+1
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-6/+1
2008-04-23re PR rtl-optimization/36017 (Miscompilation of tail call sqrt)Jakub Jelinek1-0/+3
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-4/+4
2008-03-31builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka1-1/+1
2008-03-26builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi1-13/+26
2008-02-26re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez1-1/+0
2008-02-20re PR middle-end/35265 (__builtin_popcount expansion bug)Richard Guenther1-0/+3
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek1-5/+4
2007-11-28re PR target/32406 (MIPS: FAIL in nestfunc-6.c at -O3)Richard Sandiford1-0/+14
2007-11-27builtins.c (fold_builtin_1): Verify the argument types of BUILT_IN_ISNORMAL.Richard Guenther1-0/+57
2007-11-26re PR middle-end/34233 (ICE: get_callee_fndecl, at tree.c:6592)Richard Guenther1-1/+3
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-1/+1
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