| Commit message (Expand) | Author | Age | Files | Lines |
* | * resolve.cc (ncode): Set args_raw_size. Compute jni_cif and | tromey | 2000-02-16 | 4 | -9/+71 |
* | * config/sh/sh.md: Guard insn splits against illegal registers. | amylaar | 2000-02-15 | 3 | -5/+10 |
* | * jni.cc (mangled_name): Skip leading `(' in signature. | tromey | 2000-02-15 | 2 | -1/+4 |
* | Mon Jan 18 14:30:09 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de> | apbianco | 2000-02-15 | 5 | -706/+725 |
* | * jni.cc (add_char): Added missing `else'. | tromey | 2000-02-15 | 2 | -1/+3 |
* | * Makefile.in (lcm.o): Depend on insn-attr.h. | amylaar | 2000-02-15 | 10 | -166/+704 |
* | * gjavah.c (jni_print_char): New function. | tromey | 2000-02-15 | 2 | -25/+43 |
* | * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD. | gerald | 2000-02-15 | 2 | -0/+11 |
* | * jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc | tromey | 2000-02-15 | 2 | -2/+12 |
* | New test - sjlj ICE, originally from openbsd | zack | 2000-02-15 | 1 | -0/+16 |
* | * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o, | ghazi | 2000-02-15 | 42 | -64/+92 |
* | Updated the NEWS | bryce | 2000-02-15 | 1 | -6/+8 |
* | Updated ChangeLog | bryce | 2000-02-15 | 1 | -0/+13 |
* | * java/lang/natSystem.cc (init_properties): set java.lang.classpath | bryce | 2000-02-15 | 1 | -2/+9 |
* | Updated the NEWS | bryce | 2000-02-15 | 1 | -8/+20 |
* | * java/lang/natRuntime.cc (_load): Include library path with | bryce | 2000-02-15 | 1 | -1/+3 |
* | * java/lang/natThread.cc (dumpStack): Removed. | bryce | 2000-02-15 | 2 | -10/+5 |
* | Daily bump. | law | 2000-02-15 | 5 | -5/+5 |
* | * java/lang/natRuntime.cc (_load): On Unix, prefix library name | tromey | 2000-02-15 | 2 | -3/+17 |
* | Add support for MCore port | nickc | 2000-02-14 | 6 | -220/+335 |
* | Add maintainers for MCore port. | nickc | 2000-02-14 | 2 | -0/+6 |
* | Backend for Motorola's MCore processors. | nickc | 2000-02-14 | 13 | -0/+9785 |
* | * ltdl.c: If HAVE_BOEHM_GC defined, includ gc.h. | tromey | 2000-02-14 | 9 | -105/+184 |
* | * gc.h (dlopen): Define as GC_dlopen on Linux. | tromey | 2000-02-14 | 3 | -6/+30 |
* | * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames, | geoffk | 2000-02-14 | 2 | -2/+33 |
* | * basic_block.h: Added prototype for reorder_basic_blocks. | jle | 2000-02-14 | 4 | -0/+768 |
* | * gcc.texi (Passes): Fix typo. | hp | 2000-02-14 | 4 | -4/+10 |
* | * gnu/gcj/math/MPN.java(findLowestBit): Made methods public. | warrenl | 2000-02-14 | 3 | -23/+171 |
* | Daily bump. | law | 2000-02-14 | 5 | -5/+5 |
* | * cpplib.c (do_define): Only free the old definition if it | zack | 2000-02-14 | 2 | -1/+7 |
* | 2000-02-13 Neil Booth <NeilB@earthling.net> | zack | 2000-02-14 | 2 | -5/+13 |
* | 2000-02-13 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-02-14 | 2 | -1/+15 |
* | Remove duplicate test case - same as gcc.dg/20000127-1.c | zack | 2000-02-14 | 1 | -134/+0 |
* | * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling. | law | 2000-02-13 | 2 | -1/+5 |
* | * combine.c (simplify_comparison): Fix typo. | law | 2000-02-13 | 2 | -1/+5 |
* | * prefix.c (concat, lookup_key): Use xmalloc and xrealloc | law | 2000-02-13 | 2 | -3/+8 |
* | * parse.y (frob_specs): Split out... | jason | 2000-02-13 | 5 | -853/+864 |
* | new | jason | 2000-02-13 | 1 | -0/+27 |
* | update | jason | 2000-02-13 | 3 | -4/+4 |
* | gcj/142 | green | 2000-02-13 | 2 | -1/+6 |
* | Daily bump. | law | 2000-02-13 | 5 | -5/+5 |
* | New test code. | green | 2000-02-12 | 2 | -0/+11 |
* | New test case. | green | 2000-02-12 | 2 | -0/+23 |
* | New test case. | green | 2000-02-12 | 2 | -0/+18 |
* | New test case. | green | 2000-02-12 | 2 | -0/+18 |
* | * flow.c (flow_loop_tree_node_add): Use better algorithm by passing | m.hayes | 2000-02-12 | 2 | -27/+26 |
* | * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete. | m.hayes | 2000-02-12 | 2 | -2/+4 |
* | * java/io/File.java (createTempFile): Use low bits from counter, | tromey | 2000-02-12 | 2 | -1/+7 |
* | * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor, | ghazi | 2000-02-12 | 7 | -17/+31 |
* | 2000-02-12 Alexandre Petit-Bianco <apbianco@cygnus.com> | tromey | 2000-02-12 | 7 | -0/+80 |