aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-16combine.c (record_value_for_reg): Invalidate registers if INSN is null.Paolo Bonzini2-9/+25
2006-01-16trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther3-32/+52
2006-01-16tree-vrp.c (extract_range_from_binary_expr): Cope with vrp_int_const_binop re...Eric Botcazou2-3/+10
2006-01-16ChangeLog: Fix missing log for r109750Gabor Loki1-0/+16
2006-01-16m68k.c (output_move_const_into_data_reg): Output correct mnemonic for mvz and...Paul Brook2-2/+7
2006-01-16rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki10-6/+1511
2006-01-16fold-const.c (fold_minmax): New static function.Eric Botcazou5-2/+148
2006-01-16combine.c (combine_instructions): Make it static.Kazu Hirata3-2/+4
2006-01-16trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther4-4/+11
2006-01-16cse.c (cse_condition_code_reg): Make it static.Kazu Hirata3-2/+6
2006-01-16re PR target/25168 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test)John David Anglin2-1/+27
2006-01-16winnt-stubs.c: Update FSF address.Ben Elliston4-6/+12
2006-01-16dfp.exp: Correct FSF address.Ben Elliston3-4/+11
2006-01-16Daily bump.GCC Administrator1-1/+1
2006-01-15* decl.c (check_initializer): Fix thinko.Gabriel Dos Reis2-1/+5
2006-01-15re PR libstdc++/25626 (Valarray vs non-POD)Paolo Carlini3-7/+36
2006-01-15overloads_int.cc: Fix norm test, use casts everywhere.Paolo Carlini2-23/+34
2006-01-15re PR testsuite/25796 (gcc.target/i386/cmov6.c fails on x86_64-linux when sup...Ian Lance Taylor2-1/+6
2006-01-15mangle25.C: Only run on 64-bit systems since 32-bit x86 does not have __float...Andreas Jaeger2-2/+6
2006-01-15Update copyright year for last patch.Anthony Green1-1/+1
2006-01-15ServerSocket.java (accept): Remove bogus security check.Anthony Green2-5/+9
2006-01-15ifcvt.c (noce_init_if_info): New static function, broken out of noce_process_...Ian Lance Taylor4-28/+317
2006-01-15cselib.c (hash_table): Rename to cselib_hash_table.Kazu Hirata2-11/+19
2006-01-15re PR c++/25663 (Trouble parsing nested templated constructor calls)Mark Mitchell4-1/+23
2006-01-15Daily bump.GCC Administrator1-1/+1
2006-01-14testsuite_tr1.h: Add missing include; use std::__are_same.Paolo Carlini2-1/+7
2006-01-14re PR tree-optimization/25485 (VRP misses an "if" with TRUTH_AND_EXPR stateme...Kazu Hirata4-3/+72
2006-01-14re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther19-16/+317
2006-01-14tree-ssa-loop-niter.c (number_of_iterations_cond): Split into several functions.Zdenek Dvorak6-421/+462
2006-01-14re PR rtl-optimization/24257 (ICE: in extract_insn with -O -fgcse -fgcse-sm)Steven Bosscher4-0/+47
2006-01-14overloads_int.cc: Fix wrong test (don't pick by mistake the (const complex<>&...Paolo Carlini2-1/+13
2006-01-14tree.c (tree_not_class_check_failed): New function.Ian Lance Taylor3-2/+27
2006-01-14reload1.c (do_output_reload): Add assertion rejecting a CALL_INSN.Ian Lance Taylor2-1/+6
2006-01-13* pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.Jason Merrill2-2/+4
2006-01-14Daily bump.GCC Administrator1-1/+1
2006-01-1320060110-1.c: New test.Adam Nemet3-0/+40
2006-01-13combine.c (struct reg_stat): Add new fields truncation_label and truncated_to...Adam Nemet2-27/+148
2006-01-13MessagesBundle_fr.properties: Removed.Tom Tromey3-44/+5
2006-01-13* gcc.c-torture/compile/pr25310.c: Disable test on 16-bit targets.Ulrich Weigand2-0/+9
2006-01-13classpath.security: Removed.Tom Tromey4-3/+9
2006-01-13[multiple changes]Steven G. Kargl4-9/+30
2006-01-13tree-ssa-alias.c (add_type_alias): Fix typo.Diego Novillo2-1/+6
2006-01-13name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.Jason Merrill3-3/+10
2006-01-13sse.md (*vec_extractv2di_1_sse2): Reorder alternatives to match style of othe...Alexandre Oliva2-7/+13
2006-01-13Grr, wrong versionDaniel Berlin1-0/+1
2006-01-13re PR tree-optimization/25771 (ice in coalesce_abnormal_edges, at tree-outof-...Daniel Berlin4-0/+46
2006-01-13re PR tree-optimization/24365 (statement makes a memory store with complex)Andrew Pinski4-0/+32
2006-01-13trans.c (gfc_add_expr_to_block): Do not fold tcc_statement nodes.Diego Novillo2-1/+7
2006-01-13builtins.c (expand_builtin_sincos): New function.Richard Guenther4-7/+105
2006-01-13complex (arg, [...]): Add, implementing TR1, 8.1.9.Paolo Carlini8-8/+384