]> gcc.gnu.org Git - gcc.git/history - gcc
Updated README.
[gcc.git] / gcc /
2000-03-09 Robert LipePatch from Robert Lipe
2000-03-09 Jason Merrillexcept.c (nothrow_function_p): If -fno-exceptions,...
2000-03-09 Jason Merrilltree.h (struct tree_common): Rename raises_flag to...
2000-03-09 Jason Merrillvarasm.c (make_decl_rtl): Skip initial '*' when setting...
2000-03-09 Andreas Jaegerlinux.h (NO_IMPLICIT_EXTERN_C): Define.
2000-03-09 Jason Merrill* i386.c (ix86_valid_type_attribute_p): Use compare_tre...
2000-03-09 Jason Merrillexcept.c (can_throw): See through a SEQUENCE.
2000-03-09 Zack Weinbergcpphash.c (collect_formal_parameters): strncmp returns...
2000-03-09 Bernd SchmidtFix a bug in preprocess_constraints
2000-03-09 Bernd SchmidtFix suboptimal code generation by register elimination
2000-03-09 Jeff LawDaily bump.
2000-03-09 Kaveh R. Ghazilibgcc2.h: New file.
2000-03-09 Jim WilsonAdd ia64 port.
2000-03-08 Zack Weinbergoops - meant to commit with last batch of cpplib changes
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Jason Merrilldwarf2out.c (dw_fde_struct): Add 'nothrow'.
2000-03-08 Jason Merrillg++.exp (g++_init): Don't put { } around -fmessage...
2000-03-08 Jason Merrillflow.c (count_basic_blocks, [...]): A rethrow can occur...
2000-03-08 Zack Weinbergcpp-mi.c: Fix switches.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-08 Richard Hendersonbuiltins.c (expand_builtin_strlen): Be prepared for...
2000-03-08 Richard Henderson* i386.md (strlensi): Initialize eoschar and align...
2000-03-08 Nathan Sidwell* g++.old-deja/g++.eh/vbase4.C: New test.
2000-03-08 Nathan Sidwell* exception.cc (__cp_pop_exception): Cleanup the origin...
2000-03-08 Nathan Sidwell* g++.old-deja/g++.bugs/900215_01.C: Adjust.
2000-03-08 Nathan Sidwelldecl.c (grok_op_properties): Merge conversion to void...
2000-03-08 Jason Merrillexpr.c (expand_expr, [...]): Still check for missing...
2000-03-08 Jason Merrilltypeck2.c (process_init_constructor): Set TREE_PURPOSE...
2000-03-08 Gavin Romig-Kochmips.c (mips_expand_prologue): If the last named argume...
2000-03-08 Clinton Popetzdbxout.c (dbxout_parms): When correcting for promoted...
2000-03-08 Nathan Sidwellmisc12.C: Removed.
2000-03-08 Nathan Sidwellc-common.h (make_fname_decl): Declare.
2000-03-08 Nathan Sidwell* g++.old-deja/g++.other/string2.C: New test.
2000-03-08 Nathan Sidwelltypeck.c (convert_for_assignment): Don't look at array...
2000-03-08 Jason MerrillAdd initial support for '\uNNNN' specifier.
2000-03-08 Jeff LawDaily bump.
2000-03-08 Jeffrey A Law* cccp.c (handle_directive): Initialize backslash_newli...
2000-03-08 Philipp Thomas* po/POTFILES.in: Remove cppalloc.c from file list.
2000-03-08 Steve Chamberlainpj.c (pj_expand_prologue): current_function->args_info...
2000-03-08 Michael Hayesc4x.h (PUT_SDB_TYPE): Define so that the type info...
2000-03-08 Zack Weinberg* cpphash.c (special_symbol): Fix thinko in previous...
2000-03-08 Anthony Greenre GNATS gcj/107 (Bad array or type conversion bug...
2000-03-08 Alexandre Petit... re GNATS gcj/102 (crashes when compiling try block...
2000-03-08 Alexandre Petit... re GNATS gcj/94 (compiler allows assignment to interfac...
2000-03-08 Jason Merrillsearch.c (note_debug_info_needed): Walk the bases even...
2000-03-07 Zack Weinberg[multiple changes]
2000-03-07 Alexandre Petit... re GNATS gcj/108 (Compiler doesn't check access modifie...
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-07 Andrew Haleymips.h (PTRDIFF_TYPE): Revert broken change; PTRDIFF_TY...
2000-03-07 Kaveh R. Ghazirtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 Clinton Popetzmips.md (zero_extendsidi2): Always force operand one...
2000-03-07 Alexandre Petit... *** empty log message ***
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-07 Bryce McKinlaydecl.c (init_decl_processing): Added new class fields...
2000-03-07 Jeff LawDaily bump.
2000-03-07 Jason Merrilloops
2000-03-07 Jason Merrillcpphash.c (collect_expansion): Also catch ## at start...
2000-03-07 Jason Merrillnew
2000-03-07 Alexandre Petit... [multiple changes]
2000-03-07 Alexandre Olivagcse.c (compute_can_copy): Adjust if/else blocks from...
2000-03-06 Clinton Popetzsh.c: (barrier_align): Handle a delay slot that is...
2000-03-06 Michael Hayesc4x-protos.h (c4x_global_name): Constify char *.
2000-03-06 Tom Tromey* Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
2000-03-06 Jakub Jelinekreal.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUB...
2000-03-06 Jakub Jelineksparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs...
2000-03-06 Ben CollinsMakefile.in: Pass a new MULTILIB_EXCLUSIONS option...
2000-03-06 Kaveh R. Ghazibuiltins.c (built_in_class_names, [...]): Constify...
2000-03-06 Jakub Jelineksparc.c (eligible_for_epilogue_delay): Accept floating...
2000-03-06 Nathan Sidwell* g++.old-deja/g++.warn/impint2.C: New test.
2000-03-06 Nathan Sidwelltypeck.c (dubious_conversion_warnings): Look through...
2000-03-06 Richard Kenner* lang-specs.h (as): Don't call if -syntax-only.
2000-03-06 Hans-Peter Nilsson20000224-1.c (main): Expected return-value is 1, not...
2000-03-06 Mark Mitchellfunction.c (free_temps_for_rtl_expr): Don't free slots...
2000-03-06 Jeff LawDaily bump.
2000-03-05 Mark Mitchellbasic-block.h (ALLOCA_REG_SET): Remove.
2000-03-05 Stephane Carrezdwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes...
2000-03-05 Jason Merrill* mkdeps.c (deps_calc_target): Remove incorrect 'const'.
2000-03-05 Mark Mitchellexpr.c (cplus_expand_expr, [...]): Use expand_start_stm...
2000-03-05 Mark Mitchelltree.def (RTL_EXPR): Update documentation.
2000-03-05 Mark MitchellRevert this patch:
2000-03-05 Nathan Sidwellimpint.C: New test.
2000-03-05 Nathan Sidwellcall.c (convert_like): Macrofy.
2000-03-05 Jeff LawDaily bump.
2000-03-05 Mark Mitchellfunction.h (struct sequence_stack): Remove rtl_expr.
2000-03-05 Thomas Schuster* regmove.c (copy_src_to_dest) Do not create src-...
2000-03-05 Mark Mitchellfunction.h (struct sequence_stack): Remove rtl_expr.
2000-03-05 Jason Merrilldeclare dwarf2out_ignore_block
2000-03-04 Tom TromeyMakefile.in (JAVA_OBJS): Added boehm.o.
2000-03-04 Zack Weinbergmkdeps.c, mkdeps.h: New files.
2000-03-04 Per Bothner* decl.c (init_decl_processing): Initialize sizetype...
2000-03-04 Zack Weinberg* cppinit.c: Fix thinko in previous patch.
2000-03-04 Richard Kennermachmode.h (mode_for_size, [...]): SIZE now signed.
2000-03-04 Richard Kenner* toplev.c (debug_ignore_block): Mark arg BLOCK as...
2000-03-04 Jason Merrillstmt.c (is_body_block): Move...
2000-03-04 Jeff LawDaily bump.
2000-03-04 Zack Weinberg* config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTA...
2000-03-04 Zack Weinbergcpplib.h (_dollar_ok): New macro.
2000-03-04 Jason Merrilldwarf2out.c (dwarf2out_frame_debug): Add cast to silenc...
2000-03-04 Jason Merrilldecl2.c (key_method): Break out from...
2000-03-04 Zack Weinbergcppinit.c (cpp_handle_option): Set opts->pedantic directly.
next
This page took 0.102978 seconds and 8 git commands to generate.