aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-29builtins.c (expand_builtin_mathfn): Expand nearbyint as rint in case -fno-tra...Richard Guenther1-1/+4
2006-10-29genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.Richard Guenther1-32/+25
2006-10-29re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-29/+152
2006-10-28re PR target/28806 (lround is not expanded inline to SSE conversion sequence)Richard Guenther1-0/+5
2006-10-27builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka1-1/+1
2006-10-25re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-27/+56
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther1-33/+25
2006-10-25optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder.Uros Bizjak1-3/+6
2006-10-24re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-64/+78
2006-10-24re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)Richard Guenther1-7/+7
2006-10-24builtins.c (fold_builtin_floor): Fold floor (x) where x is nonnegative to tru...Richard Guenther1-0/+18
2006-10-24builtins.c (fold_builtin_exponent): Evaluate constant arguments at compile-ti...Kaveh R. Ghazi1-55/+36
2006-10-23re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-21/+67
2006-10-23builtins.c (expand_builtin, [...]): Handle BUILT_IN_STRNCAT_CHK.Jakub Jelinek1-0/+22
2006-10-23builtins.c (expand_builtin_memmove): Remove ORIG_EXP argument; don't do conve...Jan Hubicka1-43/+25
2006-10-21re PR middle-end/28252 (pow(x,1/3.0) should be converted to cbrt(x))Uros Bizjak1-0/+17
2006-10-21builtins.c (expand_builtin_int_roundingfn_2): New function.Richard Guenther1-6/+93
2006-10-21builtins.c (fold_builtin_classify): Fix typo.Richard Guenther1-1/+1
2006-10-15Cosmetic tweak to previous checkin.Eric Botcazou1-3/+3
2006-10-15re PR middle-end/29111 (FAIL: gcc.dg/torture/pr26565.c -O0 execution test)Eric Botcazou1-0/+4
2006-10-10re PR middle-end/29272 (memcpy optimization causes wrong-code)Jakub Jelinek1-0/+20
2006-10-06re PR target/28924 (x86 sync builtins fail for char and short memory operands)Jakub Jelinek1-0/+8
2006-10-03builtins.c (expand_builtin_return_addr): Deal with FRAME_ADDR_RTX.Eric Botcazou1-5/+9
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-75/+57
2006-09-12re PR middle-end/28493 (Wrong address of stack object used for destructor cal...Jason Merrill1-1/+6
2006-09-10re PR middle-end/26983 (Missing label with builtin_setjmp/longjmp)Steven Bosscher1-0/+6
2006-09-02re PR middle-end/27567 (__builtin_memcpy generates redundant stores/moves.)Jakub Jelinek1-58/+253
2006-09-01re PR middle-end/27226 (Compiler looses track of alignment for emit_block_move)J"orn Rennecke1-9/+40
2006-07-27builtins.c (fold_fixed_mathfn): When long and long long are the same size...Roger Sayle1-0/+36
2006-06-12builtins.c (expand_builtin_return_addr): Only use frame_pointer_rtx when coun...Mark Shinwell1-5/+9
2006-06-04tree.h: Declare folding_initializer.Mark Shinwell1-1/+2
2006-05-31builtins.c (fold_builtin_cabs): Delete prototype.Roger Sayle1-5/+13
2006-05-22revert: invoke.texi (-msselibm): Document.Richard Guenther1-20/+0
2006-05-18Whitespace fixupsMike Stump1-104/+104
2006-04-28re PR middle-end/27260 (ICE in expand_expr_real_1, at expr.c:6750)Alan Modra1-3/+3
2006-04-18builtins.c (expand_builtin_strcmp): Cover label definition of do_libcall with...Andreas Krebbel1-0/+2
2006-04-14re PR middle-end/27134 (ICE with floor and -ffast-math)Uros Bizjak1-1/+1
2006-04-14re PR middle-end/27095 (O2 produces duplicate code)Alan Modra1-12/+33
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-06* builtins.c (expand_builtin_longjmp):Use #ifdef instead of #ifMike Stump1-3/+3
2006-04-04builtins.c (fold_builtin_sprintf): Use fold_convert instead of convert in the...Roger Sayle1-1/+1
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-1/+1
2006-03-22* builtins.c (expand_builtin_fork_or_exec): Fix pasto.Jason Merrill1-2/+2
2006-03-21re PR middle-end/20297 (#pragma GCC visibility isn't properly handled for bui...Jason Merrill1-0/+2
2006-03-17re PR target/26721 (Gcc generates unaligned access)Richard Guenther1-1/+6
2006-03-14re PR middle-end/26659 (gcc.target/powerpc/ppc-vector-memset.c fails on the m...Richard Guenther1-5/+8
2006-03-10re PR middle-end/26565 (Unaligned accesses with __attribute__(packed) and mem...Richard Guenther1-4/+10
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-01builtins.c (fold_builtin_copysign): Delete unreachable code.Roger Sayle1-1/+1
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-1/+0