aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-10-25* gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.Steve Ellcey2-1/+5
2006-10-25dwarf2out.c (gen_compile_unit_die): Use IS_ABSOLUTE_PATH.Nathan Froyd2-5/+24
2006-10-25tree-ssa-structalias.c (intra_create_variable_infos): Don't recreate nonlocal...Daniel Berlin2-1/+7
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther8-53/+167
2006-10-25re PR target/28909 (Missed optimization with x86 sync builtins)Uros Bizjak2-12/+52
2006-10-25optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder.Uros Bizjak9-42/+114
2006-10-25re PR middle-end/29519 (Bad code on MIPS with -fnon-call-exceptions)Richard Sandiford2-11/+7
2006-10-25Daily bump.GCC Administrator1-1/+1
2006-10-25* doc/extend.texi (Variable Attributes): Typo fix.Ben Elliston2-1/+5
2006-10-25i386.h (FIRST_PSEUDO_REGISTER): Define to 54.Uros Bizjak5-46/+73
2006-10-24builtin-math-2.c: Add checks for asin, acos, acosh and atanh.Kaveh R. Ghazi3-29/+109
2006-10-24re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi4-64/+165
2006-10-24re PR fortran/29393 (Vector subscript rejected)Erik Edelmann4-0/+20
2006-10-24builtin-math-2.c: New test.Kaveh R. Ghazi2-0/+71
2006-10-24re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)Richard Guenther5-7/+59
2006-10-24builtins.c (fold_builtin_floor): Fold floor (x) where x is nonnegative to tru...Richard Guenther4-0/+45
2006-10-24re PR tree-optimization/29567 (ICE in build2_stat, at tree.c:2963)Richard Guenther4-9/+35
2006-10-24builtins.c (fold_builtin_exponent): Evaluate constant arguments at compile-ti...Kaveh R. Ghazi2-55/+45
2006-10-24* reload1.c: Formatting fixes.Ben Elliston2-3/+7
2006-10-24Daily bump.GCC Administrator1-1/+1
2006-10-24re PR tree-optimization/14784 ([Tree-ssa] alias analysis deficiency)Zdenek Dvorak6-1/+52
2006-10-23builtin-sin-mpfr-1.c: New test.Kaveh R. Ghazi2-0/+34
2006-10-23re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi4-21/+128
2006-10-23* config/xtensa/lib1funcs.asm: Use C-style comments.Bob Wilson2-69/+73
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola48-495/+466
2006-10-23builtins.c (expand_builtin, [...]): Handle BUILT_IN_STRNCAT_CHK.Jakub Jelinek4-0/+69
2006-10-23builtins.c (expand_builtin_memmove): Remove ORIG_EXP argument; don't do conve...Jan Hubicka4-43/+55
2006-10-23stor-layout.c (start_record_layout): maximum_field_alignment overrides STRUCT...Paul Brook4-1/+28
2006-10-23predicates.md ("bras_sym_operand"): Do not accept nonlocal function symbols i...Ulrich Weigand4-1/+43
2006-10-23[multiple changes]Richard Guenther7-7/+58
2006-10-23re PR middle-end/21032 (With -frounding-math, incorrectly reorders unary minus)Richard Guenther4-2/+26
2006-10-23Daily bump.GCC Administrator1-1/+1
2006-10-23re PR target/28232 (Wrong aligned load is generated with -m4a on sh-*)Richard Sandiford3-7/+24
2006-10-22re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR)Jeff Law4-81/+289
2006-10-22tmmintrin.h: Remove the duplicated content.H.J. Lu2-224/+4
2006-10-22config.gcc (i[34567]86-*-*): Add tmmintrin.h to extra_headers.H.J. Lu10-10/+1353
2006-10-22re PR libstdc++/20647 (Wrong typeid for incomplete types)Nathan Sidwell4-7/+24
2006-10-22* gcc.pot: Regenerate.Joseph Myers2-5433/+7497
2006-10-22tree-vect-transform.c (vectorizable_load): Use the type of the return value o...Ira Rosen2-3/+11
2006-10-22mips.c (mips_split_const): Don't accept bare PLUS expressions.Richard Sandiford2-4/+10
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert10-7/+182
2006-10-22Commit forgotten fileDaniel Berlin1-1/+1
2006-10-22Daily bump.GCC Administrator1-1/+1
2006-10-21i386.md (UNSPEC_LDQQU): Renamed to ...H.J. Lu3-2/+8
2006-10-21re PR middle-end/28252 (pow(x,1/3.0) should be converted to cbrt(x))Uros Bizjak4-1/+34
2006-10-21builtins.c (expand_builtin_int_roundingfn_2): New function.Richard Guenther2-6/+99
2006-10-21re PR rtl-optimization/19398 (secondary reloads don't consider "m" alternatives)Uros Bizjak2-0/+28
2006-10-21i386.md (extendsfdf2, [...]): Do not force operand1 to register if both opera...Uros Bizjak2-19/+15
2006-10-21configure.in: Require GMP-4.1+ and MPFR-2.2+.Kaveh R. Ghazi7-20/+25
2006-10-21re PR tree-optimization/3511 (Inlined strlen() could be smarter)Richard Guenther4-0/+44