aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-04-18c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner5-230/+274
2000-04-18re GNATS gcj/211 (gcjh doesn't handle method names that are reserved C++ keyw...Tom Tromey2-21/+85
2000-04-18Daily bump.Jeff Law2-2/+2
2000-04-18cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg9-103/+139
2000-04-17bb-reorder.c (fixup_reorder_chain): Don't look up new block again.Richard Henderson2-3/+23
2000-04-18decl2.c (grokfield): Issue error on illegal data member declaration.Mark Mitchell3-1/+28
2000-04-18function.c (expand_function_start): Use hard_function_value to compute the RT...Mark Mitchell2-6/+6
2000-04-17Regen after last changeZack Weinberg1-7/+10
2000-04-17* method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.Mark Mitchell2-0/+5
2000-04-17i386.c (athlon_cost): Fix lea, divide and XFmode move costs.Jan Hubicka4-66/+236
2000-04-17loop.c (canonicalize_condition): Add WANT_REG argument.Richard Henderson5-79/+75
2000-04-17gjavah.c (print_name_for_stub_or_jni): Don't prefix method names with a newli...Bryce McKinlay2-5/+14
2000-04-17aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).Zack Weinberg7-387/+260
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson11-32/+256
2000-04-17sparc.c (eligible_for_sibcall_delay): Cannot use leaf sibcall delay slot if f...Jakub Jelinek2-3/+10
2000-04-17Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.Kaveh R. Ghazi3-1/+10
2000-04-17cse.c (struct check_depdendence_data): New.Jan Hubicka2-13/+36
2000-04-17Daily bump.Jeff Law2-2/+2
2000-04-17class.c (build_vtable_entry): Don't build thunks for type-info functions.Mark Mitchell2-1/+9
2000-04-17dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that UNITS_PER_WORD is un...Mark Mitchell2-2/+5
2000-04-17* tree.h (struct tree_common): Remove misleading comment.Mark Mitchell2-5/+6
2000-04-17re GNATS gcj/205 (gcjh confused about similar method and attribute names)Tom Tromey2-2/+7
2000-04-16decl.c (decls_match): Allow a redeclaration of a builtin to specify args whil...Jason Merrill2-1/+7
2000-04-16Fix typo in recent entry.Richard Henderson1-2/+2
2000-04-16Fix date on last entry.Richard Henderson1-1/+1
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts12-55/+110
2000-04-16i370.c (mvs_add_label): Change spacing for coding conventions.Richard Henderson5-48/+49
2000-04-16mips-protos.h (mips_legitimate_address_p): New function.Mark Mitchell4-123/+178
2000-04-16rtl.h (enum insn_note): New enumeration.Richard Henderson3-50/+84
2000-04-16Fix typoMark Mitchell1-1/+1
2000-04-16cp-tree.def (THUNK_DECL): Add to documentation.Mark Mitchell7-108/+222
2000-04-16Daily bump.Jeff Law2-2/+2
2000-04-16cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it to offset * 2.Zack Weinberg2-1/+4
2000-04-16New testMark Mitchell1-0/+21
2000-04-16cpplex.c (output_line_command): Remove debugging prints.Zack Weinberg2-16/+33
2000-04-16cpphash.h (SYNTAX_INCLUDE, [...]): new.Neil Booth3-35/+52
2000-04-16Update.Ulrich Drepper1-0/+5
2000-04-16(ix86_expand_epilogue): Yes, the x86 can pop 64k at once using ret $N.Ulrich Drepper1-4/+4
2000-04-15toplev.c (display_help): Prefix "f" to "sched-verbose=".David Edelsohn3-5/+10
2000-04-15target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC as well.David Edelsohn2-1/+6
2000-04-15Makefile.in (ggc-page.o): Now includes toplev.h.Richard Kenner7-52/+68
2000-04-15toplev.c: Make *_time variable long to reduce chance of overflow.Richard Kenner4-40/+55
2000-04-15configure.in (alpha*-*-*): Aad config/alpha/t-alpha.Richard Kenner1-0/+15
2000-04-15configure.in (alpha*-*-*): Aad config/alpha/t-alpha.Richard Kenner7-189/+383
2000-04-15varasm.c (assemble_variable): Add cast to remove warning.Richard Kenner2-7/+15
2000-04-15flow.c (count_basic_blocks, [...]): Remove last change.Richard Kenner3-44/+35
2000-04-15* arm.md (movhi): REGNO_POINTER_ALIGN is now bits.Richard Earnshaw2-2/+4
2000-04-15emit-rtl.c (unshare_all_rtl_again): Unmark everything, then call unshare_all_...Richard Earnshaw2-1/+15
2000-04-15Daily bump.Jeff Law2-2/+2
2000-04-14Fix glibc math testsuite failures.Jim Wilson2-21/+26