aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill6-16/+35
1999-09-23dwarf2out.c (output_aranges): Use DW_AT_location to find the symbol for a var...Jason Merrill2-12/+27
1999-09-23* cpplib.h (CPP_PREPROCESSED): New macro.Jason Merrill2-5/+7
1999-09-23Fix PA problem in order of initializations.Alex Samuel2-32/+55
1999-09-23cpplib.c (handle_directive): Don't complain about `# NUMBER' if we're seeing ...Jason Merrill2-2/+11
1999-09-23Revert unintended GGC change.Richard Henderson1-1/+1
1999-09-23ggc-page.c: New file.Alex Samuel3-1/+1093
1999-09-23invoke.texi: Document -fdelete-null-pointer-checksJeffrey A Law3-3/+28
1999-09-23jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given.Tom Tromey2-0/+6
1999-09-23Should have been checked in with Kingdon's change.Jeff Law1-1/+2
1999-09-23configure: Rebuilt.Tom Tromey3-48/+57
1999-09-23Fix typo in yesterday's massive change.Jeff Law1-1/+1
1999-09-23natFirstThread.cc (run): Renamed from `run0'.Tom Tromey3-20/+7
1999-09-23re GNATS gcj/51 (Writing on OutputStream of bad Socket kills app with "Broken...Tom Tromey2-15/+25
1999-09-23iso646.h, [...]: Add copyright notice and special exception to GPL.Zack Weinberg6-9/+157
1999-09-23abi64.h (mips_function_value): Add prototype arguments.Kaveh R. Ghazi8-181/+239
1999-09-23basic-block.h (find_edge_index): Change parameters.Andrew MacLeod3-21/+31
1999-09-23Use unsigned shift instead of signed shift.Nick Clifton2-2/+11
1999-09-23Add test case for this patch to combine.c:Nick Clifton2-0/+23
1999-09-23* gcc.1: Fix a formatting error.Guy Harris2-1/+6
1999-09-23install.texi (Configurations): Remove pyramid.Martin v. Löwis2-5/+11
1999-09-23* ir.texi: Fix formatting errors and typos.Martin v. Löwis2-11/+15
1999-09-23libgcc2.c (num_digits): Add prototype with __attribute__((const)).Dan Nicolaescu2-0/+10
1999-09-23regclass.c: Include ggc.h.Jeff Law2-1/+2
1999-09-23builtins.c, [...]: Include tm_p.h.Richard Henderson8-89/+155
1999-09-23Use cbranch patterns when availableBernd Schmidt6-60/+118
1999-09-23Daily bump.Jeff Law5-5/+5
1999-09-22Add missing \Jeff Law1-1/+1
1999-09-23* ir.texi: Document CLEANUP_STMT, SCOPE_STMT, and START_CATCH_STMT.Mark Mitchell2-4/+42
1999-09-23decl.c (pushdecl): Do create a binding for extern "C" functions...Mark Mitchell3-8/+24
1999-09-23mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large register offsets; let L...Stan Cox3-4/+25
1999-09-22pa.c, [...]: Support multiple assembler dialects in most assembler templates.Jeffrey A Law4-268/+302
1999-09-22rs6000.c (expand_block_move): DImode loads and stores require word-aligned di...David Edelsohn2-54/+132
1999-09-22Fix complex-5.c problemMichael Meissner4-4/+114
1999-09-22pa.c (hppa_legitimize_address): Handle full offsets for PA2.0 FP loads and st...Jeffrey A Law3-4/+31
1999-09-22* libgcj.spec.in: Use `jc1' spec, not `cc1' spec.Tom Tromey2-2/+6
1999-09-22* pa.h (BRANCH_COST): Define.Jeffrey A Law2-0/+5
1999-09-22* lang-specs.h: Added `%(jc1)' to the jc1 spec.Tom Tromey2-1/+3
1999-09-22* pa.md (return, return_internal): Use bve for PA2.0.Jeffrey A Law2-2/+14
1999-09-22pa.md (fused multiply): Add variants which reduce height for the fused multip...Jeffrey A Law2-0/+284
1999-09-22pa.md (subsi3): Turn into an expander.Jeffrey A Law2-3/+6
1999-09-22pa.md (subsi3): Turn into an expander.Jeffrey A Law2-2/+24
1999-09-22pa.md (floatunssisf2, [...]): Generate different RTL for TARGET_PA_20.Jeffrey A Law2-2/+89
1999-09-22decl.c (define_case_label): Don't crash if we're not in a switch.Jason Merrill4-22/+21
1999-09-22javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.Tom Tromey2-12/+9
1999-09-22basic-block.h (add_noreturn_fake_exit_edges): Use correct name.Andrew MacLeod3-4/+10
1999-09-22Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.Nathan Sidwell2-7/+16
1999-09-22configure.in (AC_PREREQ): Bump to 2.13.Kaveh R. Ghazi8-180/+188
1999-09-22regclass.c (init_regs): Add "top_of_stack" as a garbage collection root.Jeffrey A Law2-0/+4
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon6-912/+977