aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-10-31i386.md (asindf2, [...]): Conditionalize expansion on !optimize_size.Richard Guenther1-0/+12
2006-10-31* opts.c (decode_options): Disable CSE skip blocks.Steven Bosscher1-0/+4
2006-10-30re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller1-0/+7
2006-10-30re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+5
2006-10-30recog.c (store_data_bypass_p): Add support to allow IN_INSN to be a PARALLEL ...Pete Steinmetz1-0/+6
2006-10-30mips.md (mul<mode>3): Split into...Richard Sandiford1-0/+5
2006-10-30linux64.h (DRIVER_SELF_SPECS): Use a single spec, but with each set of option...Richard Sandiford1-0/+5
2006-10-30unwind-dw2.c (uw_init_context_1): Fix test that checks if dwarf_reg_size_tabl...J"orn Rennecke1-0/+5
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-0/+11
2006-10-30* config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error.David Daney1-0/+4
2006-10-30re PR tree-optimization/29637 (Endless recursion in make_vector_type)Jakub Jelinek1-0/+6
2006-10-30dwarf2out.c (file_name_acquire): Correct typo.Danny Smith1-1/+5
2006-10-30tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin1-0/+72
2006-10-30builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc ...Roger Sayle1-0/+5
2006-10-29builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot...Kaveh R. Ghazi1-0/+7
2006-10-29fold-const.c (fold_comparison): Fold ~X op ~Y as Y op X.Roger Sayle1-0/+7
2006-10-29mips.md (mul<mode>3): Check ISA_HAS_MUL3 rather than GENERATE_MULT3_<MODE>.Richard Sandiford1-0/+27
2006-10-29re PR tree-optimization/15458 (Combine ~ and ^.)Roger Sayle1-0/+6
2006-10-29i386-protos.h (ix86_expand_trunc): Declare.Richard Guenther1-0/+11
2006-10-29config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.Joseph Myers1-0/+11
2006-10-29i386-protos.h (ix86_expand_round): Declare.Richard Guenther1-0/+11
2006-10-29i386-protos.h (ix86_expand_floorceil): Declare.Richard Guenther1-0/+16
2006-10-29builtins.c (expand_builtin_mathfn): Expand nearbyint as rint in case -fno-tra...Richard Guenther1-0/+12
2006-10-29genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.Richard Guenther1-0/+24
2006-10-29configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.Richard Sandiford1-0/+9
2006-10-29mips.c (mips_classify_symbol): Test DECL_WEAK as well as TREE_PUBLIC when dec...Richard Sandiford1-0/+5
2006-10-29darwin.c, [...]: Fix comment typos.Kazu Hirata1-0/+6
2006-10-29re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+11
2006-10-28re PR other/29271 (Incorrect -fdump-rtl-sched documentation)Andrew Pinski1-0/+7
2006-10-28fold-const.c (maybe_canonicalize_comparison): Fix code to match comment.Richard Guenther1-0/+5
2006-10-28i386.h (GENERAL_REGNO_P): Use STACK_POINTER_REGNUM.Uros Bizjak1-0/+18
2006-10-28except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou1-0/+14
2006-10-28re PR middle-end/26899 (Fold does not fold (i0 > i1 + 1) || (i1 < i0 - 1))Richard Guenther1-0/+10
2006-10-28re PR target/28806 (lround is not expanded inline to SSE conversion sequence)Richard Guenther1-0/+18
2006-10-28re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI...Uros Bizjak1-0/+8
2006-10-28i386.c (output_387_ffreep): Create output from a template string for !HAVE_AS...Uros Bizjak1-0/+5
2006-10-28darwin.c: Fix formatting and grammar.Eric Christopher1-9/+13
2006-10-27builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka1-0/+8
2006-10-272006-10-27 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-0/+33
2006-10-27darwin-c.c (darwin_cpp_builtins): Move __STATIC__ and __DYNAMIC__ from here b...Mike Stump1-0/+6
2006-10-26ggc-common.c (ggc_min_heapsize_heuristic): Be more conservative when choosing...Nathan Froyd1-0/+6
2006-10-26unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ...Nathan Froyd1-0/+14
2006-10-26s390.c (s390_init_frame_layout): Check positive frame_size.Andreas Krebbel1-0/+5
2006-10-26gimplify.c (get_name): Remove extraneous break.Ben Elliston1-0/+5
2006-10-25hpux.h: Define _INCLUDE__STDC_A1_SOURCE in C++.Steve Ellcey1-0/+5
2006-10-25re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+8
2006-10-25* config/xtensa/lib2funcs.S: Use C-style comments.Bob Wilson1-0/+4
2006-10-25dwarf2out.c (gen_compile_unit_die): Use IS_ABSOLUTE_PATH.Nathan Froyd1-0/+7
2006-10-25tree-ssa-structalias.c (intra_create_variable_infos): Don't recreate nonlocal...Daniel Berlin1-0/+5
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther1-0/+24