]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2002-03-12 Bob Wilsonxtensa.c (xtensa_expand_block_move): Use validize_mem...
2002-03-12 Nathan Sidwellre PR c++/5659 (default access for class/struct bug)
2002-03-12 Neil Booth* c-lex.h (position_after_whitespace): Remove.
2002-03-12 Jakub Jelinekc-lex.c (cb_ident, c_lex): Remove unnecessary cast.
2002-03-12 Andreas Toblerconfigure.host (powerpc*-darwin*): Enable interpreter.
2002-03-12 David Edelsohn* gcc.dg/20020103-1.c: Add rs6000 target and macro.
2002-03-12 Benjamin Kosnikbasic_string.tcc (string::_S_construct(_InIter, _InIter...
2002-03-12 Ulrich Weigandreload1.c (reload): Ignore MEM REG_EQUIV notes if the...
2002-03-12 Mark Mitchellcp-demangle.c: Add libgcc exception to cp-demangle...
2002-03-12 Bob Wilsonxtensa-config.h: Define XCHAL_HAVE_LOOPS.
2002-03-12 Tom TromeyTest for PR java/5848:
2002-03-12 Tom RixA fix for cross building aix.
2002-03-12 Adam Megaczdyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
2002-03-12 Bob Wilson* config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
2002-03-12 Bob Wilsonxtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch to function...
2002-03-12 Bob WilsonMAINTAINERS: Add myself as maintainer for xtensa port.
2002-03-12 Tom Tromeyre PR java/5848 (gcj "crashes" on syntax with complex...
2002-03-12 David Edelsohnrs6000.h (PREDICATE_CODES): Add any_operand and zero_co...
2002-03-12 Andrew MacLeodlinux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
2002-03-12 Andrew MacLeodsparc.h (RETURN_ADDR_RTX): Include v9 stack bias in...
2002-03-12 Ulrich Weigands390.md (reload_insi, [...]): Change mode of scratch...
2002-03-12 Bryce McKinlay* jcf-write.c (write_classfile): Improve error strings.
2002-03-12 GCC AdministratorDaily bump.
2002-03-12 Roger Sayle* gcc.dg/20020312-1.c: New test case.
2002-03-12 Eric Blakere PR java/5913 (Core dump for String constant instanceof)
2002-03-12 Eric Blakere PR java/5902 (Gcj fails to parse float)
2002-03-12 Kaveh R. GhaziMakefile.in (debug.o): Depend on debug.h.
2002-03-12 Kaveh R. Ghazi1750a.h, [...] (POINTER_SIZE): Delete.
2002-03-12 Kaveh R. Ghazi* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
2002-03-12 Eric Blakere PR java/5902 (Gcj fails to parse float)
2002-03-12 Richard Hendersontoplev.c (rest_of_compilation): Call purge_all_dead_edg...
2002-03-12 Benjamin Kosnikacinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check...
2002-03-12 Hans-Peter... cris.c (cris_target_asm_function_prologue): Do not...
2002-03-12 Chris Demetriouacinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check...
2002-03-12 Benjamin Kosnikstl_bvector.h: Fix warning.
2002-03-12 Aldy Hernandezaltivec-1.c: Cleanup and use altivec.h.
2002-03-12 Richard Hendersonrtlanal.c: Include recog.h.
2002-03-12 Richard Henderson* Makefile.in (.NOTPARALLEL): Add fake tag.
2002-03-11 Chris Meyergenflags.c (gen_insn): Use IS_VSPACE.
2002-03-11 Richard Henderson* include/bits/stl_bvector.h (_Bit_type): New. Use...
2002-03-11 Tom Tromey* ChangeLog.gcj: Imported 1.1.4, while preserving local...
2002-03-11 Richard HendersonMark change for PR 5693.
2002-03-11 Tom TromeyInitial revision
2002-03-11 Tom TromeyDummy commit in preparation for import
2002-03-11 Richard Henderson* toplev.c (rest_of_compilation): Don't compile if...
2002-03-11 Neil BoothMakefile.in: Update.
2002-03-11 Phil Edwardslibstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles...
2002-03-11 Phil Edwardscapacity.cc: Only explicitly instantiate on platforms...
2002-03-11 Nathan SidwellRevert 2001-03-26 Nathan Sidwell <nathan@codesourcery...
2002-03-11 Zack Weinbergtexi2pod.pl: Handle @include, @ftable, @vtable.
2002-03-11 Nathan SidwellRevert 2000-12-01 Nathan Sidwell <nathan@codesourcery...
2002-03-11 Dan NicolaescuC++ alias analysis improvement.
2002-03-11 Ulrich Weigand* config/s390/s390.h (REG_ALLOC_ORDER): Add missing...
2002-03-11 Douglas B Rupp* toplev.c (vms_fopen): Remove, not needed.
2002-03-11 Douglas B Rupp* vmsdbgout.c (lookup_filename): Adjust creation date...
2002-03-11 Douglas B Rupp* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
2002-03-11 Kazu Hirata* gcc.c-torture/execute/20020307-1.c: Use long.
2002-03-11 Douglas B Ruppalpha.c (alpha_sa_size, VMS): Don't reserve space for...
2002-03-11 Douglas B Rupp* xatexit.c [VMS]: Include stdlib.h and unixlib.h.
2002-03-11 Douglas B Rupptoplev.c (debug_args): Add entry for VMS_DEBUG.
2002-03-11 Bryce McKinlayparse.y (patch_assignment): Wrap the right-hand-side...
2002-03-11 Richard Sandiforddefaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.
2002-03-11 Andreas Jaeger* cfg.c (dump_flow_info): Remove unused variable.
2002-03-11 Hans-Peter... mmix.c (mmix_expand_builtin_va_arg): Do all computation...
2002-03-11 Jakub Jelinekre PR rtl-optimization/5844 (Bad code generated for...
2002-03-11 GCC AdministratorDaily bump.
2002-03-11 Bryce McKinlayposix.h: Add multiple include header protection.
2002-03-11 Adam MegacznatPlainSocketImpl.cc: Added #include <platform.h>.
2002-03-10 Paolo Carlinilocale_facets.tcc (time_put::do_put): Consider sizeof...
2002-03-10 Richard Hendersonreload.c (copy_replacements_1): New.
2002-03-10 Ulrich Drepper2002-03-09 Ulrich Drepper <drepper@redhat.com>
2002-03-10 Richard Hendersonloop.c (strength_reduce): Compute number of iterations...
2002-03-10 Richard Hendersonsched-rgn.c (add_branch_dependences): Don't allow insns...
2002-03-10 Neil Boothre PR preprocessor/5899 (-M disables -dM)
2002-03-10 Kaveh R. Ghazi* mbchar.c (JIS_state_table, JIS_action_table): Const...
2002-03-10 Kaveh R. Ghazi* attribs.c (decl_attributes): Fix signed/unsigned...
2002-03-10 Kaveh R. Ghazi* cp-tree.h (stabilize_expr): Prototype.
2002-03-10 Anthony GreenFix mingw32 cross builds.
2002-03-10 Tom TromeyGridLayout.java (layoutContainer): Handle case where...
2002-03-10 Hans-Peter... mmix.c: Improve comments.
2002-03-10 Tom TromeyWin32Process.java: Added comment.
2002-03-10 Kaveh R. Ghazi* target.c (ffetarget_print_hex): Const-ify.
2002-03-10 Kaveh R. Ghazi* combine.c (make_extraction): Fix error in last change.
2002-03-10 Kaveh GhaziFix ChangeLog for my last entry.
2002-03-10 GCC AdministratorDaily bump.
2002-03-10 Tom Tromeyverify.cc (state::NO_STACK): New constant.
2002-03-10 Bryce McKinlayImageMediaEntry: Removed.
2002-03-10 Bryce McKinlayHashtable synchronization for PowerPC.
2002-03-10 Adam MegacznatFileDescriptorWin32.cc (read): Return -1 if zero...
2002-03-10 Bryce McKinlayconfigure.in: Define SLOW_PTHREAD_SELF if configure...
2002-03-10 Kaveh R. Ghazic4x.c (c4x_fp_reglist): Const-ify.
2002-03-10 Joseph Myersgcc_release: Build diffs for ada and chill.
2002-03-09 Adam Megacz2002-03-09 Adam Megacz <adam@xwt.org>
2002-03-09 Adam Megacz2002-03-09 Adam Megacz <adam@xwt.org>
2002-03-09 Geoffrey Keatingrs6000.md (ne0+4): Add extra CLOBBER.
2002-03-09 Michael MeissnerAdd memcpy/memset/strlen/strcmp/strncmp tests
2002-03-09 Andreas Schwab* gcc.c (validate_all_switches): Also handle `%W{....
2002-03-09 Geoffrey Keatingbtest-gcc.sh: For crosses, assume newlib and GNU binutils.
2002-03-09 Geoffrey KeatingIn gcc/:
2002-03-09 Paolo Carlinilocale_facets.tcc (collate::do_transform): Rewrite...
next
This page took 0.084782 seconds and 5 git commands to generate.