platform/upstream/gcc.git
2000-05-23 Kazu Hiratainvoke.texi (Options for Debugging Your Program or...
2000-05-23 Philippe De... configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previo...
2000-05-23 Zack Weinbergbcp-1.c: Replace abort in arg of __builtin_constant_p...
2000-05-23 Zack Weinbergsimplify-rtx.c (SIGN_EXTEND): New macro.
2000-05-23 Kaveh R. Ghazigetopt.h (getopt): Also check HAVE_DECL_* when prototyping.
2000-05-23 Zack Weinberg* c-decl.c (pushdecl): Invert sense of test for non...
2000-05-23 J"orn Rennecke* reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRU...
2000-05-23 Jonathan Larmourconfig/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY...
2000-05-23 Richard Kenneralpha.c: Remove #ifdef HAIFA since now only scheduler.
2000-05-23 Richard Henderson* combine.c (simplify_comparison): Use trunc_int_for_mode.
2000-05-23 Jeff LawDaily bump.
2000-05-23 Mark Mitchellclass.c (build_ctor_vtbl_group): Set inits.
2000-05-23 Richard Henderson* stor-layout.c (place_field): Change rli->size to...
2000-05-23 Benjamin Kosniklibstdc++-assign.txt: Change Cygnus to FSF.
2000-05-23 Richard Hendersonfunction.c (thread_prologue_and_epilogue_insns): Make...
2000-05-23 Richard Kenneralpha.c (alpha_fnname): New static variable.
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 Clinton Popetzjump.c (jump_optimize_1): Don't increment LABEL_NUSES...
2000-05-22 Richard KennerFix whitespace in comment
2000-05-22 Bryce McKinlayre GNATS gcj/232 (segmentation violation at except...
2000-05-22 Phil Edwardsmkcheck.in: Tweak for Solaris 8.
2000-05-22 Alexandre OlivaUse just -g instead of -gdwarf-2
2000-05-22 Alexandre Oliva* gcc.dg/dwarf2-1.c: New test.
2000-05-22 Phil Edwardsacinclude.m4: If the new pragma isn't supported, don...
2000-05-22 Richard Kenneroptabs.c (can_extend_p): Allow unsignedp to have any...
2000-05-22 Tom Tromey* libjava.compile/PR235.java: New file. For PR gcj...
2000-05-22 Zack Weinberg* varasm.c (eh_frame_section): Revert change to argumen...
2000-05-22 Richard Kennerfinal.c (final_scan_insn, [...]): Remove dangling ...
2000-05-22 Philippe De... m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
2000-05-22 Nathan C. Myersgeneric_shadow.h: s/swamp/legacy/
2000-05-22 Jakub Jelineksparc.md (movdf_insn_v9only_vis): fzero has just one...
2000-05-22 Richard Kenneralias.c (record_component_aliases): New function.
2000-05-22 Richard Henderson* jump.c (can_reverse_comparison_p): Be prepared for...
2000-05-22 Richard Hendersonsimplify-rtx.c (simplify_ternary_operation): Try to...
2000-05-22 Jeff LawDaily bump.
2000-05-22 Martin v. LöwisRepeated using-declaration do have effect on the visibl...
2000-05-22 Martin v. Löwisdecl2.c (qualified_lookup_using_namespace): Look throug...
2000-05-22 Tom Tromey* libjava.compile/PR234.java: New file. For PR gcj...
2000-05-22 Kaveh R. Ghaziinclhack.def (sun_malloc): Handle `calloc'.
2000-05-22 Bryce McKinlayTest for PR gcj/232:
2000-05-22 Mark Mitchellcp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-21 Richard Kennercombine.c (try_combine): Handle i3_subst_into_i2 case...
2000-05-21 Mark Mitchellcp-tree.h (struct lang_type): Remove search_slot.
2000-05-21 Jeff LawDaily bump.
2000-05-21 Richard Henderson* lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g...
2000-05-20 Bryce McKinlayre GNATS libgcj/226 (implicit __builtin_expect) and...
2000-05-20 Alexandre OlivaOops, checked in verify-flow.patch by mistake, reverting
2000-05-20 Alexandre Olivamn10300.md (movdi, movdf): 64-bit clean-up.
2000-05-20 Alexandre Olivafinal.c (split_double): Right shift of negative values...
2000-05-20 Alexandre Petit... parse.y (resolve_package): Correctly set `*next' (was...
2000-05-20 Bruce Korbmany applications of c_fix=format + tests
2000-05-20 Tom TromeyMakefile.in: Rebuilt.
2000-05-20 Alexandre Oliva* ifcvt.c (if_convert): Scan and kill dead code.
2000-05-20 Alexandre Oliva* emit-rtl.c (unshare_all_rtl): Store the copied rtx.
2000-05-20 Bruce Korbyet more applications of c_fix=format + tests
2000-05-20 Zack Weinbergtop level:
2000-05-20 Bruce Korbmore applications of c_fix=format + tests
2000-05-20 Andreas Jaeger20000519-1.c (main): Fixed return value of testcase.
2000-05-20 Richard Kenneralias.c: Clarify some comments.
2000-05-20 Richard Kenneralias.c (aliases_everything_p): Don't special-case...
2000-05-20 Alexandre Oliva* mklibgcc.in: Restore rule to create ${dir}.
2000-05-20 H.J. LuMakefile.in (libgcc.mk): Depend on xgcc$(exeext) for...
2000-05-20 H.J. Lu* Make-lang.in (cplib2.ready): Also depend on cc1plus...
2000-05-20 H.J. Lu* Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for...
2000-05-20 Alexandre Olivafold-const.c (make_range): Handle degenerated intervals.
2000-05-20 Jeff LawDaily bump.
2000-05-20 Bryce McKinlayZipEntry.java: Implement Cloneable, per JDK1.2 docs.
2000-05-20 Tom TromeyRemoved duplicate ChangeLog entry
2000-05-19 Tom TromeyBufferedWriter.java: Merged with Classpath.
2000-05-19 Mark MitchellDon't create a separate copy of virtual bases for the...
2000-05-19 Richard Kennercse.c (cse_basic_block): Only call find_reg_note if...
2000-05-19 Alexandre Petit... parse.y (block_end:): If the collected block doesn...
2000-05-19 Jan Hubickabasic-block.h (struct edge_def): New field "count".
2000-05-19 Richard Henderson* ifcvt.c (find_if_case_2): Don't allow THEN to be...
2000-05-19 Richard Henderson* flow.c (make_edges): The sibling call edge to exit...
2000-05-19 Phil Edwardsacinclude.m4: Clean up comments on newer checks.
2000-05-19 Richard Hendersonjump.c (redirect_jump): Add delete_unused argument.
2000-05-19 Phil EdwardsUpdate footer date; must check in before others.
2000-05-19 Clinton Popetzssa.c (convert_from_ssa): Tell life_analysis we need...
2000-05-19 David Edelsohn* gcc.c-torture/execute/20000519-2.c: New test.
2000-05-19 Andreas Jaeger20000519-1.c: Testcase from Ulrich Drepper which fails...
2000-05-19 Tom TromeyJumbo patch:
2000-05-19 Zack Weinbergcpphash.c (funlike_macroexpand): Make sure not to walk...
2000-05-19 Andreas Jaegerc-torture.exp: Also test with -O3 -fssa.
2000-05-19 Zack Weinbergcpplex.c (_cpp_scan_until): Clear AUX field of tokens.
2000-05-19 Alexandre Petit... parse.y (fold_constant_for_init): Let VAR_DECL and...
2000-05-19 Tom TromeyReverted incorrectly applied change
2000-05-19 Tom Tromeyjava-tree.h: Added init state enum.
2000-05-19 Tom Tromeyjava-tree.h (build_instanceof): Declare.
2000-05-19 Bruce Korbtest_text cleanups
2000-05-19 Richard Kennerelfos.h (SELECT_SECTION): Don't access DECL_INITIAL...
2000-05-19 Benjamin Kosnik[multiple changes]
2000-05-19 Jeff LawDaily bump.
2000-05-19 Chris Demetriougcc.texi (MULTILIB_EXCEPTIONS): Correct example and...
2000-05-19 Mark Mitchell* Makefile.in (STAGESTUFF): Fix typo in spelling of...
2000-05-19 Richard Hendersonrtlanal.c (insn_dependant_p, [...]): New.
2000-05-19 Michael MeissnerRemove CYGNUS LOCAL markers
2000-05-19 Bryce McKinlayOops, typo in last change.
2000-05-19 Alexandre Olivamn10300.c (expand_prologue, [...]): 16-bit and 64-bit...
2000-05-19 Alexandre Olivajcf-write.c (generate_classfile): Scan the source_file...
next