Age | Commit message (Expand) | Author | Files | Lines |
2003-10-11 | RMIClassLoader.java: Identify cached classloaders by codebase and context cla... | Ingo Proetel | 2 | -5/+73 |
2003-10-11 | BeanContext.java, [...]: Removed redundant modifiers. | Michael Koch | 13 | -35/+49 |
2003-10-11 | AppletInitializer.java, [...]: Removed redundant modifiers. | Michael Koch | 7 | -36/+46 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -8/+15 |
2003-10-11 | ButtonPeer.java, [...]: Removed redundant modifiers. | Michael Koch | 24 | -152/+205 |
2003-10-11 | Really remove it. | Michael Koch | 1 | -25/+0 |
2003-10-11 | NIOSocket.java (setChannel): Initialize impl. | Michael Koch | 9 | -51/+224 |
2003-10-11 | * g++.dg/other/first-global.C: New test. | Jan Hubicka | 2 | -0/+8 |
2003-10-11 | varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computin... | Jan Hubicka | 2 | -11/+24 |
2003-10-11 | Oh man, forgot the ChangeLog entry for another time. | Michael Koch | 1 | -17/+18 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 18 | -92/+119 |
2003-10-11 | Forgot to write ChangeLog entry. | Michael Koch | 1 | -2/+3 |
2003-10-11 | 2003-10-11 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -22/+27 |
2003-10-11 | alpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, ... | Richard Henderson | 6 | -108/+90 |
2003-10-11 | * config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS. | Ian Lance Taylor | 2 | -0/+7 |
2003-10-11 | lb1sf68.asm: Follow spelling conventions. | Kazu Hirata | 5 | -23/+30 |
2003-10-11 | builtins.c (expand_builtin_memcpy): Optimize case when the two pointer argume... | Roger Sayle | 4 | -5/+160 |
2003-10-11 | combine.c (apply_distributive_law): Enable "distributive" floating point opti... | Roger Sayle | 2 | -6/+12 |
2003-10-11 | +2003-10-11 Andrew Pinski <pinskia@physics.uc.edu> | Andrew Pinski | 2 | -4/+8 |
2003-10-11 | m68k-protos.h: Remove the prototype for finalize_pic. | Kazu Hirata | 2 | -3/+5 |
2003-10-11 | * config/m68k/m68k.c: Fix comment typos. | Kazu Hirata | 2 | -3/+7 |
2003-10-11 | m68k-protos.h (use_return_insn): Change return type from int to bool. | Bernardo Innocenti | 3 | -182/+166 |
2003-10-11 | m68k.c (m68k_frame): Move before protos referencing it. | Peter Barada | 2 | -48/+122 |
2003-10-11 | t-uclinux: New target Makefile fragment. | Bernardo Innocenti | 4 | -0/+99 |
2003-10-11 | builtins.c (builtin_mathfn_code): Generalize to check whether the call is to ... | Roger Sayle | 2 | -24/+52 |
2003-10-11 | cse.c (constant_pool_entries_regcost): New global variable to hold the regist... | Roger Sayle | 3 | -3/+44 |
2003-10-11 | crossconfig.m4 (*-uclinux*): New target. | Bernardo Innocenti | 3 | -2/+7 |
2003-10-11 | lb1sf68.asm: Add __PIC__ and __ID_SHARED_LIBRARY__ support. | Bernardo Innocenti | 7 | -120/+276 |
2003-10-11 | m68k.c (m68k_frame): Move before protos referencing it. | Bernardo Innocenti | 1 | -0/+12 |
2003-10-11 | config.guess: Update to 2003-10-07 version. | Bernardo Innocenti | 3 | -12/+47 |
2003-10-11 | gengenrtl.c (find_formats, genheader): Make i an unsigned int, remove cast of... | Zack Weinberg | 3 | -25/+23 |
2003-10-11 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-10-10 | ia64.c (ia64_vms_init_libfuncs): New function. | Richard Kenner | 3 | -11/+43 |
2003-10-10 | lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT. | Eric Christopher | 5 | -79/+139 |
2003-10-10 | genmodes.c, [...]: New files. | Zack Weinberg | 1 | -6/+43 |
2003-10-10 | genmodes.c, [...]: New files. | Zack Weinberg | 11 | -302/+1154 |
2003-10-10 | * gcc.c-torture/compile/20031010-1.c: New test. | Ian Lance Taylor | 2 | -0/+8 |
2003-10-10 | stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len... | Richard Kenner | 3 | -6/+17 |
2003-10-10 | * combine.c (distribute_links): Properly test for REG being set. | Richard Kenner | 2 | -0/+4 |
2003-10-10 | alpha.c (alpha_expand_block_mode): Don't use gen_lowpart and company except f... | Richard Kenner | 2 | -2/+8 |
2003-10-10 | va-arg-24.c: Correct, and rename to... | Geoffrey Keating | 2 | -2/+7 |
2003-10-10 | Fix uses of old-style date format in ChangeLog (Jan Hubicka, twice). | Nathanael Nerode | 1 | -2/+2 |
2003-10-10 | * pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld. | John David Anglin | 2 | -2/+6 |
2003-10-10 | config.gcc (mips*-*-netbsd*): Remove content-free line. | Nathanael Nerode | 2 | -2/+5 |
2003-10-10 | 2003-10-10 Paolo Carlini <pcarlini@unitus.it> | Paolo Carlini | 2 | -30/+44 |
2003-10-10 | Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl> | Herman A.J. ten Brugge | 2 | -0/+26 |
2003-10-10 | configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases. | Kaz Kojima | 3 | -0/+31 |
2003-10-10 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-10-09 | h8300.md (define_asm_attributes): Specify the length of an asm insn more prec... | Kazu Hirata | 2 | -1/+10 |
2003-10-09 | * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define. | Rainer Orth | 2 | -0/+9 |