aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-09-18MMX/SSE builtin supportBernd Schmidt5-9/+1468
2000-09-18Set CONST_CALL_P for libcallsBernd Schmidt2-2/+7
2000-09-18configure.in: Define _GNU_SOURCE only when using the GNU C Library.Andreas Jaeger4-204/+261
2000-09-18Daily bump.Jeff Law2-2/+2
2000-09-18* gcc.c-torture/execute/20000917-1.x: Remove.Greg McGary2-3/+4
2000-09-18cppinit.c (cpp_init): Don't use ANSI prototypes.Mark Mitchell3-3/+7
2000-09-18* c-typeck.c (c_start_case): Fix typo.Mark Mitchell2-1/+5
2000-09-17c-decl.c (grokdeclarator): Don't give a warning about defaulting to int for p...Joseph Myers6-4/+75
2000-09-17* contrib.texi: Update my entry.Joseph Myers2-1/+6
2000-09-17alias.c (true_dependence): Allow non-unchanging read to conflict with unchang...Richard Kenner2-1/+7
2000-09-17expr.c (store_constructor_field): Accept ALIAS_SET arg.Richard Kenner2-17/+35
2000-09-17avr.md ("mcu_enhanced"): New attribute.Denis Chertykov2-83/+81
2000-09-17c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIAN...Richard Kenner3-3/+7
2000-09-17simplify-rtx.c (simplify_unary_operation): Add cases FLOAT_EXTEND and FLOAT_T...Richard Kenner2-0/+7
2000-09-17function.h (no_debugging_symbols): New field.Richard Kenner1-0/+8
2000-09-17Bring back equal forms for libcallsBernd Schmidt10-91/+162
2000-09-17Fix problem with last checkin - applied a slightly earlier version than what ...Bernd Schmidt1-1/+2
2000-09-17decl2.c (handle_class_head): Always push some scope even in the error case.Geoff Keating2-4/+10
2000-09-1720000917-1.c: New test.Greg McGary3-2/+52
2000-09-17Daily bump.Jeff Law2-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell36-768/+1240
2000-09-17configure.in: Define macros that affect features before testing for features.Geoff Keating4-275/+257
2000-09-16rtlanal.c (rtx_varies_p): Volatile asms vary.John Wehle2-11/+39
2000-09-16function.h (no_debugging_symbols): New field.Richard Kenner4-25/+25
2000-09-16stor-layout.c (place_field): Don't do anything if field or its type are ERROR...Richard Kenner2-4/+11
2000-09-16cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined.Laurynas Biveinis2-1/+9
2000-09-16* cppiles.c (purge_cache): Use PTR not caddr_t.Richard Henderson2-1/+5
2000-09-16Regenerate.Richard Henderson2-238/+252
2000-09-16gcc.c: In description for %{<S}, say the option removed is -S.Hans-Peter Nilsson3-4/+9
2000-09-16configure.in: Always define _GNU_SOURCE to make interfaces visible that were ...Andreas Jaeger3-166/+180
2000-09-16Daily bump.Jeff Law2-2/+2
2000-09-16cpplex.c (push_macro_context): Set an argument's level after calling parse_args.Neil Booth4-1/+26
2000-09-15* lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.Tom Tromey2-1/+5
2000-09-15configure, config.in: Rebuilt.Tom Tromey5-156/+430
2000-09-15cppmacro.c (check_trad_stringification): Check token text pointers against li...Greg McGary2-2/+9
2000-09-15c-common.c (format_wanted_type): New structure.Joseph Myers2-47/+161
2000-09-15* BUGS: Remove file.Gerald Pfeifer2-27/+4
2000-09-15alpha.c (override_options): ev6 cache latencies from Richard Henderson.Jakub Jelinek2-2/+5
2000-09-15alpha.h (TARGET_CPU_EV5, [...]): Define.Jakub Jelinek6-52/+76
2000-09-15i386-protos.h (no_comparison_operator, [...]): Remove.Jan Hubicka5-317/+488
2000-09-15Described changes to dwarf2out.c.William Cohen1-2/+0
2000-09-15Revision to accurately generate debugging informationWilliam Cohen2-1/+14
2000-09-15gcc.c: Fix formatting.Kazu Hirata2-275/+285
2000-09-15i386.md: Fix a comment typo.Kazu Hirata2-1/+5
2000-09-15Avoid explicit references to fpul register in machine descriptionBernd Schmidt3-92/+103
2000-09-15Don't make bogus libcall blocksBernd Schmidt2-44/+2
2000-09-15Make libcall blocks for truncationsBernd Schmidt2-2/+8
2000-09-15Avoid copying libcall results directly to user variables.Bernd Schmidt2-0/+13
2000-09-15expmed.c (store_bit_field): Consider naturally aligned memory for direct refe...Richard Henderson2-12/+20
2000-09-15alpha.c (alpha_expand_unaligned_load): Force all AND addresses into alias set 0.Richard Henderson2-33/+57