OSDN Git Service

pf3gnuchains/gcc-fork.git
2000-09-07 bkoz000-09-07 Brad Garcia <bgarcia@laurelnetworks.com>
2000-09-07 neil * Makefile.in: Remove references to cppulp.{c,o}.
2000-09-07 dj* md5.c: #include "ansidecl.h".
2000-09-07 apbianco2000-09-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-09-07 jsm28 * c-common.c (time_char_table): Allow %#b and %#h.
2000-09-07 cgfforced commit
2000-09-07 law * reorg.c (find_end_label): If the basic block reorder...
2000-09-07 clm * gcc.c-torture/execute/unroll-1.c: New test.
2000-09-07 clm * unroll.c (unroll_loop): Check for uncondition...
2000-09-07 bryce2000-09-07 Bryce McKinlay <bryce@albatross.co.nz>
2000-09-07 cruxHandle multiword modes in regno_clobbered_p
2000-09-07 cruxFix a small oversight
2000-09-07 gdr * ir.texi: Document type nodes.
2000-09-07 lawDaily bump.
2000-09-07 mmitchel * c-common.h (prep_stmt): Declare.
2000-09-07 samuel * cp-demangle.c (status_allocation_failed): Rearrange...
2000-09-07 aoliva* configure.in (sh-*-linux*): Added.
2000-09-07 aoliva* config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable...
2000-09-07 aoliva* config/sh/sh.md (symPLT_label2reg): Force the initial...
2000-09-07 mmitchel * decl.c (initialize_local_var): Remove RTL-generating...
2000-09-07 aoliva* Makefile.in (clean_s1): Depend on stage_b.
2000-09-07 bkoz2000-09-06 Richard Henderson <rth@cygnus.com>
2000-09-07 mmitchel Move statement-tree facilities from C++ to C front...
2000-09-07 law * flow.c (insn_dead_p): Detect dead memory...
2000-09-07 law * calls.c: Fix formatting.
2000-09-07 bkoz2000-09-06 Benjamin Kosnik <bkoz@purist.soma.redhat...
2000-09-07 law * config/i386/i386.h (ADDRESS_COST): Fix typo.
2000-09-07 zackIntegrated preprocessor.
2000-09-06 tromey2000-09-06 Jeff Sturm <jeff.sturm@appnet.com>
2000-09-06 tromey * java/lang/reflect/Constructor.java (toString): Use...
2000-09-06 bkoz2000-09-06 Levente Farkas <lfarkas@mindmaker.hu>
2000-09-06 tromey * lang-specs.h: Also recognize `-femit-class-files'.
2000-09-06 dje * rs6000.md: Correct function unit definitions for...
2000-09-06 mmitchel * extend.texi: Mark named return value extension as...
2000-09-06 tromey * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA...
2000-09-06 geoffk * config/rs6000/rs6000.c (rs6000_reverse_condition...
2000-09-06 aoliva* configure.in (multilib): Enable by default only for...
2000-09-06 aoliva* Makefile.in (all-zlib): Added dummy target.
2000-09-06 gdr * toplev.c (display_help): Fix thinko in documentation.
2000-09-06 dj* Makefile.in (stage_*): add more dependencies to ensur...
2000-09-06 tromey Fix for PR java.lang/339:
2000-09-06 manfred 2000-09-06 Manfred Hollstein <manfredh@redhat.com>
2000-09-06 schwab* mklibgcc.in: Emit rule for libgcc-stage-start.
2000-09-06 aoliva* configure: Rebuilt with new libtool.m4.
2000-09-06 aoliva* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf...
2000-09-06 cruxDon't use CLASS_LIKELY_SPILLED in local-alloc
2000-09-06 nathan * g++.old-deja/g++.pt/deduct2.C: New test.
2000-09-06 nathan * pt.c (type_unification_real): Replace switch with if.
2000-09-06 nathan * g++.old-deja/g++.pt/parms2.C: New test.
2000-09-06 nathan * error.c (dump_typename): New function, broken out...
2000-09-06 cruxChanges in cse.c/loop.c cost calculations
2000-09-06 geoffk* config/rs6000/rs6000.c (validate_condition_mode)...
2000-09-06 nathan * g++.old-deja/g++.pt/crash58.C: New test.
2000-09-06 nathan * init.c (build_offset_ref): Deal with namespace scoped
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-09-06 rth * config/i386/i386.md (call_pop): Fix test...
2000-09-06 gkm * gcc.c-torture/20000906.c: New test.
2000-09-06 lawDaily bump.
2000-09-06 zack * timevar.c (timevar_add): Delete.
2000-09-06 ovidiu2000-09-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2000-09-06 ovidiu2000-09-02 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2000-09-06 rthJohn David Anglin <dave@hiauly1.hia.nrc.ca>
2000-09-06 rthJohn David Anglin <dave@hiauly1.hia.nrc.ca>
2000-09-06 jason * c-decl.c (finish_incomplete_decl): Don't...
2000-09-06 zack * tree.c (walk_tree): Expose tail recursion.
2000-09-06 rth * config/ia64/lib1func.asm (__divtf3): Rebundle...
2000-09-06 apbianco2000-08-11 Alexandre Petit-Bianco <apbianco@cygnus...
2000-09-06 green2000-09-02 Anthony Green <green@redhat.com>
2000-09-06 rth * config/ia64/ia64.md (mulhi3): Fix typo last...
2000-09-06 dj* Makefile.in: Restructure bootstrap stages to allow...
2000-09-05 rth * config/ia64.md (movsi and movdi patterns...
2000-09-05 rth * config/ia64/ia64.md (mulhi3): New.
2000-09-05 bryce * java/net/natPlainDatagramSocketImpl.cc (mcastGrp...
2000-09-05 rth * config/ia64/ia64.h (INIT_TARGET_OPTABS):...
2000-09-05 samuel * cp-demangle.c (demangle_encoding): Rename variable.
2000-09-05 korbbuse "#if defined( HAV..." instead of "#if HAV..."
2000-09-05 korbbPAGESIZE is not portable
2000-09-05 bryce2000-09-05 Bryce McKinlay <bryce@albatross.co.nz>
2000-09-05 dj* configure.in (Cygwin): special case cygwin only when...
2000-09-05 korbbalways read header files with poorly chosen sizes
2000-09-05 tromey * doc/cni.sgml: Updated from master copy.
2000-09-05 aoliva* Makefile.in (all-bootstrap): Added all-texinfo and...
2000-09-05 ghazi * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
2000-09-05 bryce2000-08-07 Hans Boehm <boehm@acm.org>
2000-09-05 bryce2000-09-05 Bryce McKinlay <bryce@albatross.co.nz>
2000-09-05 pthomasChecked in for recognition of x86_64
2000-09-05 lawDaily bump.
2000-09-05 mmitchel * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
2000-09-05 aoliva* gcse.c (hash_string_1): Add prototype.
2000-09-05 samuel * cp-demangle.c (demangle_template_arg): Eat an `E...
2000-09-05 jasontweak
2000-09-05 samuel * cp-demangle.c (demangle_type_ptr): Increment positio...
2000-09-05 samuel * cp-demangle.c (demangle_nv_offset): New function.
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-09-05 samuelIn include:
2000-09-05 jason * decl.c (finish_function): Move the code for...
2000-09-05 jason * gcc.c: Undefine "__WCHAR_TYPE__" before redef...
2000-09-04 green Fix for PR libgcj/230:
2000-09-04 tromey * java/util/zip/ZipFile.java (ZipFile): Delete file...
2000-09-04 green Fix for PR java.io/203:
next