summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * MAINTAINERS: Add myself to write-after-approval.Segher Boessenkool2004-07-162-0/+5
* s390.md: Changed every occurence of BASE_REGISTER to BASE_REGNUM.Andreas Krebbel2004-07-164-27/+34
* mips.md (addsi3, adddi3): Remove special handling of $sp adds.Richard Sandiford2004-07-162-72/+9
* class.c (finish_struct_bits): Use for loop.Nathan Sidwell2004-07-162-29/+20
* * config/mips/mips.md: Delete outdated comment.Richard Sandiford2004-07-162-3/+4
* mips.c (get_float_compare_codes): Delete.Richard Sandiford2004-07-162-164/+102
* re PR c++/16583 (G++ segfaults with -fdump-translation-unit)Nathan Sidwell2004-07-162-1/+5
* genautomata.c (add_vect): Speedup by using integers as bit-vectors for walkin...Segher Boessenkool2004-07-162-15/+76
* * pt.c (tsubst) <TREE_BINFO case>: We should never get here.Nathan Sidwell2004-07-162-22/+9
* mips.c (mips_zero_if_equal): Only use XORs if the second operand is an uns_ar...Richard Sandiford2004-07-163-3/+14
* mips-protos.h (gen_int_relational): Delete.Richard Sandiford2004-07-165-368/+226
* * config/mips/mips.md (*sgt_di_mips16): Fix destination constraint.Richard Sandiford2004-07-162-1/+5
* mips.md (*seq_[sd]i): Renamed from seq_[sd]i_zero.Richard Sandiford2004-07-162-96/+107
* mips.c (cmp_operands): Renamed from branch_cmp.Richard Sandiford2004-07-164-77/+72
* mips.c (mips_rtx_costs): In mips16 code, set the cost of 0...255 to 0 when in...Richard Sandiford2004-07-162-0/+19
* * config/mips/mips.md: Remove mips16 define_peepholes.Richard Sandiford2004-07-162-115/+4
* configure.in: Use target_noncanonical rather than target_alias for forward-co...Nathanael Nerode2004-07-1611-18/+82
* tree-ssa-pre.c (init_pre): Connect infinite loops to exit.Daniel Berlin2004-07-162-1/+8
* tree-ssa-operands.c (get_expr_operands): Use a switch.Richard Henderson2004-07-152-231/+230
* configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.Nathanael Nerode2004-07-165-453/+483
* vec.h (VEC_address): New function.Mark Mitchell2004-07-1613-261/+275
* re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2004-07-164-1/+15
* re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter2004-07-165-18/+142
* fortran-torture.exp (fortran-torture): Don't test compile tests with fulllist...Tobias Schlüter2004-07-163-3/+33
* re PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)Volker Reichelt2004-07-162-0/+35
* Daily bump.GCC Administrator2004-07-162-2/+2
* re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay2004-07-152-15/+46
* re PR middle-end/15885 (wrong va_start warning (and code))Jason Merrill2004-07-154-28/+67
* m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel2004-07-153-25/+8
* combine.c (simplify_set): match the mode of the constant 0 with the tested op...Roman Zippel2004-07-152-1/+7
* rs6000.md ("bunordered"): Disable for e500.Aldy Hernandez2004-07-152-2/+7
* rs6000.md ("*cceq_ior_compare"): Allow unconditionally.Aldy Hernandez2004-07-153-19/+7
* [multiple changes]Arnaud Charlet2004-07-1548-1241/+2683
* re PR fortran/13792 (lbound/ubound generates internal compiler error)Tobias Schlüter2004-07-154-3/+13
* mips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.Richard Sandiford2004-07-152-3/+6
* re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter2004-07-154-1/+19
* re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter2004-07-154-1/+43
* lwg-active.html, [...]: Import Revision 30.Paolo Carlini2004-07-154-3816/+4729
* mips.md: In the mips16 li/neg splitter...Richard Sandiford2004-07-152-6/+11
* re PR libstdc++/14697 (libstdc++ couldn't find 32bit libgcc_s)Jakub Jelinek2004-07-153-0/+88
* * Fix for g++/15861Frank Ch. Eigler2004-07-152-2/+12
* * Fix for g++/15861Frank Ch. Eigler2004-07-158-94/+133
* libf2c: Removed.Toon Moene2004-07-15250-22694/+8
* decl.c (xref_basetypes): Refactor.Nathan Sidwell2004-07-154-212/+200
* name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell2004-07-152-18/+14
* class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.Nathan Sidwell2004-07-153-29/+18
* re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter2004-07-151-1/+1
* re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter2004-07-152-0/+27
* loop.c (check_insn_for_givs): Restore check for code labels that was accident...Jeff Law2004-07-152-1/+6
* re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2004-07-152-3/+27