Age | Commit message (Expand) | Author | Files | Lines |
2004-07-09 | Test case for g++/15861 | Frank Ch. Eigler | 5 | -2/+73 |
2004-07-09 | typeck.c (build_class_member_access_expr): Skip null deref warning when we do... | Mike Stump | 3 | -1/+16 |
2004-07-09 | class.c (make_class): Do not create binfo here. | Nathan Sidwell | 3 | -4/+12 |
2004-07-09 | * doc/install.texi (Binaries): Mention OpenPKG. | Gerald Pfeifer | 2 | -0/+8 |
2004-07-09 | Paul Brook <paul@codesourcery.com> | Tobias Schlüter | 2 | -15/+10 |
2004-07-09 | AccessControlContext.java, [...]: Fixed javadocs. | Michael Koch | 3 | -72/+75 |
2004-07-09 | ObjectInputStream.java (readFields): Use long datatype when shifting byte val... | Michael Koch | 2 | -8/+13 |
2004-07-09 | * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name. | Diego Novillo | 2 | -2/+6 |
2004-07-09 | DeflaterOutputStream.java, [...]: Reformatted. | Michael Koch | 5 | -130/+207 |
2004-07-09 | dg.exp: Don't use wildcard for suffixes, also check testcases with capital su... | Tobias Schlüter | 2 | -1/+17 |
2004-07-09 | re PR tree-optimization/15555 (compute_may_alias failes when scheduled again) | Diego Novillo | 1 | -0/+1 |
2004-07-09 | tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ... | Diego Novillo | 5 | -62/+213 |
2004-07-09 | * gfortran.dg/implicit_1.f90: New test. | Tobias Schlüter | 2 | -0/+13 |
2004-07-09 | gfortran-dg.exp (gfortran-dg-test): Adapt regular expression to match gfortra... | David Billinghurst | 1 | -2/+3 |
2004-07-09 | re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa... | Tobias Schlüter | 1 | -0/+15 |
2004-07-09 | re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa... | Tobias Schlüter | 6 | -44/+51 |
2004-07-09 | gfortran-dg.exp (gfortran-dg-test): Adapt regular expression to match gfortra... | David Billinghurst | 2 | -0/+13 |
2004-07-09 | IIOException.java, [...]: New files. | Michael Koch | 9 | -2/+562 |
2004-07-09 | 2004-07-09 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 2 | -22/+30 |
2004-07-09 | DateFormat.java (parse): Improved javadoc. | Dalibor Topic | 2 | -2/+10 |
2004-07-09 | SelectorImpl.java (select): Call static Thread interrupted() method to clear ... | Mark Wielaard | 2 | -1/+6 |
2004-07-09 | Buffer.java, [...]: Fixed javadocs all over. | Dalibor Topic | 25 | -278/+558 |
2004-07-09 | CharIndexedInputStream.java: Reordered imports to match classpath. | Michael Koch | 2 | -1/+6 |
2004-07-09 | EmbeddedWindow.java: Load native library for setWindowPeer method. | Michael Koch | 2 | -1/+13 |
2004-07-09 | arc.md: Switch to DFA-based scheduler description. | Paolo Bonzini | 3 | -6/+21 |
2004-07-09 | unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame pointer. | Richard Earnshaw | 2 | -1/+6 |
2004-07-09 | re PR other/16444 (gfortran.dg test harness barfs on multilibs) | David Billinghurst | 2 | -5/+10 |
2004-07-09 | xtensa-protos.h (xtensa_va_arg): Remove. | Richard Henderson | 4 | -109/+97 |
2004-07-09 | v850-protos.h (v850_va_arg): Remove. | Richard Henderson | 4 | -43/+21 |
2004-07-09 | stormy16-protos.h (xstormy16_expand_builtin_va_arg): Remove. | Richard Henderson | 4 | -57/+70 |
2004-07-09 | re PR target/12133 (Reload abort in simd-3.c) | Richard Earnshaw | 2 | -1/+7 |
2004-07-09 | sparc-protos.h (sparc_va_arg): Remove. | Richard Henderson | 3 | -2/+4 |
2004-07-09 | sh-protos.h (sh_va_arg): Remove. | Richard Henderson | 4 | -94/+79 |
2004-07-09 | pa-protos.h (hppa_va_arg): Remove. | Richard Henderson | 4 | -78/+48 |
2004-07-09 | mn10300-protos.h (mn10300_va_arg): Remove. | Richard Henderson | 4 | -41/+15 |
2004-07-09 | sparc.md (return): Rewrite length formula. | Eric Botcazou | 3 | -19/+26 |
2004-07-09 | arm.c (arm_cpp_interwork): New variable. | Richard Earnshaw | 3 | -1/+30 |
2004-07-09 | simd-5.x: New file. | Eric Botcazou | 2 | -0/+28 |
2004-07-09 | * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto. | Nathan Sidwell | 2 | -2/+6 |
2004-07-09 | re PR target/16416 (-m64 doesn't imply -mcpu=v9 anymore) | Eric Botcazou | 2 | -0/+27 |
2004-07-09 | Adjust date of Casey's change. | Richard Sandiford | 1 | -1/+1 |
2004-07-09 | * jartool.c (find_entry, looks_like_dir): Remove inline spec. | Richard Sandiford | 2 | -4/+8 |
2004-07-09 | pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define. | Randolph Chung | 7 | -0/+173 |
2004-07-09 | builtins.c (fold_builtin_strncpy): Make sure len is a constant before compari... | Alexandre Oliva | 2 | -0/+10 |
2004-07-08 | builtins.c (std_gimplify_va_arg_expr): Hoist valist into a temporary. | Richard Henderson | 2 | -22/+23 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 69 | -970/+1133 |
2004-07-09 | tree-scalar-evolution.c: New file. | Zdenek Dvorak | 10 | -1/+1487 |
2004-07-09 | re PR c++/8211 (-Weffc++ warns about copyable classes with func ptr members) | Giovanni Bajo | 4 | -8/+101 |
2004-07-09 | sh.c (sh_va_arg): Initinalize lab_over. | Kaz Kojima | 4 | -7/+18 |
2004-07-08 | mmix-protos.h (mmix_expand_builtin_va_arg): Remove. | Richard Henderson | 4 | -109/+20 |