aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson9-19/+43
2004-07-16tree-ssa-operands.c (get_expr_operands): Fix 2004-07-15 switchification wrt C...Richard Henderson2-1/+17
2004-07-16tree-mudflap.c (mf_file_function_line_tree): Correct typo that prevented desc...Frank Ch. Eigler2-4/+10
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson19-69/+226
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson10-149/+120
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson8-154/+18
2004-07-16* function.c (pass_by_reference): True for all variable sized types.Richard Henderson2-3/+6
2004-07-16Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.Sebastian Pop3-1/+27
2004-07-16builtins.c (expand_builtin_stpcpy): Do not create temporary reg with VOIDmode.Steve Ellcey2-1/+11
2004-07-16undo reversionJason Merrill2-1/+20
2004-07-16revert: cp-lang.c (cxx_types_compatible_p): To the middle-end, references and...Jason Merrill2-20/+1
2004-07-16* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).Segher Boessenkool2-1/+5
2004-07-16s390.md: Changed every occurence of BASE_REGISTER to BASE_REGNUM.Andreas Krebbel4-27/+34
2004-07-16mips.md (addsi3, adddi3): Remove special handling of $sp adds.Richard Sandiford2-72/+9
2004-07-16class.c (finish_struct_bits): Use for loop.Nathan Sidwell2-29/+20
2004-07-16* config/mips/mips.md: Delete outdated comment.Richard Sandiford2-3/+4
2004-07-16mips.c (get_float_compare_codes): Delete.Richard Sandiford2-164/+102
2004-07-16re PR c++/16583 (G++ segfaults with -fdump-translation-unit)Nathan Sidwell2-1/+5
2004-07-16genautomata.c (add_vect): Speedup by using integers as bit-vectors for walkin...Segher Boessenkool2-15/+76
2004-07-16* pt.c (tsubst) <TREE_BINFO case>: We should never get here.Nathan Sidwell2-22/+9
2004-07-16mips.c (mips_zero_if_equal): Only use XORs if the second operand is an uns_ar...Richard Sandiford3-3/+14
2004-07-16mips-protos.h (gen_int_relational): Delete.Richard Sandiford5-368/+226
2004-07-16* config/mips/mips.md (*sgt_di_mips16): Fix destination constraint.Richard Sandiford2-1/+5
2004-07-16mips.md (*seq_[sd]i): Renamed from seq_[sd]i_zero.Richard Sandiford2-96/+107
2004-07-16mips.c (cmp_operands): Renamed from branch_cmp.Richard Sandiford4-77/+72
2004-07-16mips.c (mips_rtx_costs): In mips16 code, set the cost of 0...255 to 0 when in...Richard Sandiford2-0/+19
2004-07-16* config/mips/mips.md: Remove mips16 define_peepholes.Richard Sandiford2-115/+4
2004-07-16tree-ssa-pre.c (init_pre): Connect infinite loops to exit.Daniel Berlin2-1/+8
2004-07-15tree-ssa-operands.c (get_expr_operands): Use a switch.Richard Henderson2-231/+230
2004-07-16vec.h (VEC_address): New function.Mark Mitchell13-261/+275
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter4-1/+15
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter5-18/+142
2004-07-16fortran-torture.exp (fortran-torture): Don't test compile tests with fulllist...Tobias Schlüter3-3/+33
2004-07-16re PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)Volker Reichelt2-0/+35
2004-07-16Daily bump.GCC Administrator1-1/+1
2004-07-15re PR middle-end/15885 (wrong va_start warning (and code))Jason Merrill4-28/+67
2004-07-15m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel3-25/+8
2004-07-15combine.c (simplify_set): match the mode of the constant 0 with the tested op...Roman Zippel2-1/+7
2004-07-15rs6000.md ("bunordered"): Disable for e500.Aldy Hernandez2-2/+7
2004-07-15rs6000.md ("*cceq_ior_compare"): Allow unconditionally.Aldy Hernandez3-19/+7
2004-07-15[multiple changes]Arnaud Charlet48-1241/+2683
2004-07-15re PR fortran/13792 (lbound/ubound generates internal compiler error)Tobias Schlüter4-3/+13
2004-07-15mips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.Richard Sandiford2-3/+6
2004-07-15re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter4-1/+19
2004-07-15re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter4-1/+43
2004-07-15mips.md: In the mips16 li/neg splitter...Richard Sandiford2-6/+11
2004-07-15* Fix for g++/15861Frank Ch. Eigler8-94/+133
2004-07-15libf2c: Removed.Toon Moene1-1/+1
2004-07-15decl.c (xref_basetypes): Refactor.Nathan Sidwell4-212/+200
2004-07-15name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell2-18/+14