aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-03-22oopsJason Merrill1-5/+0
2000-03-22Implement dwarf2 exception handling for the ARM.Jason Merrill13-76/+211
2000-03-23builtins.def: New file.Kaveh R. Ghazi5-83/+104
2000-03-22tree.c (size_in_bytes): Return size_zero_node, not integer_zero_node.Mark Mitchell2-1/+6
2000-03-22fp-bit.c (pack_d): Correct the case when a denormal is rounded up and stops b...Geoff Keating2-3/+7
2000-03-22alpha.c (function_arg): Check for void_type_node before using MUST_PASS_IN_ST...Richard Henderson2-2/+12
2000-03-22regmove.c (combine_stack_adjustments_for_block): Check that the stack pointer...Stephane Carrez2-0/+6
2000-03-22jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR...Alexandre Petit-Bianco2-3/+10
2000-03-22cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.Mark Mitchell5-76/+209
2000-03-22New test case.Mark Mitchell1-0/+72
2000-03-22* calls.c: re-install Mar 16 emit_library_call merge.Jan Hubicka2-569/+114
2000-03-22typeck.c (type_after_usual_arithmetic_conversions): Prefer a SIZETYPE to a no...Jason Merrill2-0/+11
2000-03-22Daily bump.Jeff Law2-2/+2
2000-03-22sparc.c (mem_min_alignment): If not optimizing...Jakub Jelinek2-2/+10
2000-03-21* flow.c (delete_block): Fix typo last change.Richard Henderson2-1/+5
2000-03-22class.c (layout_virtual_bases): Adjust names in conditionally compiled code.Mark Mitchell2-2/+5
2000-03-22class.c (record_base_offsets): New function.Mark Mitchell5-116/+216
2000-03-22cp-tree.h (TI_SPEC_INFO): Remove.Mark Mitchell3-3/+5
2000-03-21class.c (build_base_field): Fix thinko in computation of binfo offsets.Mark Mitchell2-2/+9
2000-03-21tree.c (mark_local_for_remap_p): Mark variables declared in TARGET_EXPRs as w...Mark Mitchell3-9/+62
2000-03-21c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...Mark Mitchell2-1/+6
2000-03-21Another bogus case addedKaveh Ghazi1-0/+7
2000-03-21Fix problems with -mno-fp-regsMichael Meissner2-17/+49
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell35-159/+232
2000-03-21* gcc.dg/noreturn-1.c: Check for another bogus noreturn case.Kaveh R. Ghazi2-1/+12
2000-03-21cxxabi.h: New header file.Nathan Sidwell10-357/+470
2000-03-21Daily bump.Jeff Law2-2/+2
2000-03-21* config/c4x/rtems.h: Include config/rtems.h.Michael Hayes2-0/+7
2000-03-21avr.c (encode_section_info): sets SYMBOL_REF_FLAG if decl is a FUNCTION_DECLDenis Chertykov2-0/+8
2000-03-20Minor performance improvements. Minor EH/unwind bug fix.Jim Wilson3-39/+48
2000-03-20Add ia64 support.Jim Wilson2-5/+16
2000-03-20rs6000.md (bunordered): New expander.Geoffrey Keating3-31/+206
2000-03-20* tree.h (safe_for_unsave): Prototype.Andreas Jaeger2-5/+6
2000-03-20sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else" warning.Andreas Jaeger2-10/+16
2000-03-20regmove.c (stack_memref_p): Fix typo, reorg for readability.Richard Henderson3-15/+32
2000-03-20calls.c (expand_call): Don't bother generating tail call sequences if there a...Richard Henderson2-1/+23
2000-03-20newJason Merrill1-0/+9
2000-03-20configure.in: Set $IFS to a value if it doesn't already have one in the --ena...Geoff Keating3-3/+9
2000-03-20method.c (build_overload_int): Use host_integerp.Jed Wing2-5/+8
2000-03-20init.c (build_offset_ref): Handle the case of a templated member function.Theodore Papadopoulo2-3/+20
2000-03-20c-parse.in (SAVE_WARN_FLAGS): Use size_int.Martin v. Löwis6-54/+50
2000-03-20jump.c (delete_noop_moves): Remove code attempting to combine stack adjustments.Jan Hubicka2-98/+5
2000-03-20Daily bump.Jeff Law2-2/+2
2000-03-19remove extraneous code checked in with previous deltaNick Clifton1-28/+5
2000-03-19* gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.Richard Henderson2-1/+5
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis10-13/+59
2000-03-19Makefile.in (tree.o): Depend on HASHTAB_H.Martin v. Löwis3-54/+116
2000-03-19t-aix41: New file.Kaveh R. Ghazi4-3/+13
2000-03-19tm.texi (Driver): Fix typos and tweak entry for INCLUDE_DEFAULTS.Hans-Peter Nilsson2-17/+30
2000-03-19* stor-layout.c (layout_decl): Don't abort on any zero sized decl.Richard Henderson2-11/+2