Age | Commit message (Expand) | Author | Files | Lines |
1999-12-10 | parse.h (BUILD_THROW): Add support for sjlj-exceptions. | Andrew Haley | 1 | -1/+2 |
1999-12-06 | jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and... | Alexandre Petit-Bianco | 1 | -3/+4 |
1999-10-13 | Fix thinko in last change. | Jeff Law | 1 | -1/+0 |
1999-10-12 | (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. | Alexandre Petit-Bianco | 1 | -1/+1 |
1999-10-12 | jcf-write.c: (RELOCATION_VALUE_0): New macro. | Alexandre Petit-Bianco | 1 | -18/+32 |
1999-10-07 | During class file generation... | Anthony Green | 1 | -6/+13 |
1999-08-27 | gjavah.c, [...]: Do not use C++ style comments in C code. | Jeffrey A Law | 1 | -3/+3 |
1999-08-25 | gjavah.c (print_name, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -4/+36 |
1999-07-30 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -23/+51 |
1999-03-15 | class.c (make_class): Don't set CLASS_P here (because this function is also c... | Per Bothner | 1 | -1/+3 |
1999-03-10 | jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %. | Per Bothner | 1 | -0/+7 |
1999-02-21 | decl.c (build_result_decl): New method. | Per Bothner | 1 | -1/+20 |
1999-02-19 | Use new TRY_FINALLY_EXPR tree node. | Per Bothner | 1 | -41/+54 |
1999-02-02 | Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'. | Per Bothner | 1 | -46/+93 |
1999-02-02 | jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug... | Per Bothner | 1 | -2/+5 |
1999-01-28 | check-init.c (check_bool2_init, [...]): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR,... | Per Bothner | 1 | -0/+3 |
1999-01-23 | Update copyrights for the last patch | Kaveh Ghazi | 1 | -1/+1 |
1999-01-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+1 |
1998-12-23 | expr.c (process_jvm_instruction): Do load_type_state after JSR. | Per Bothner | 1 | -24/+166 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 1 | -19/+40 |
1998-12-12 | expr.c (encode_newarray_type, [...]): New functions. | Per Bothner | 1 | -23/+83 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 1 | -21/+79 |
1998-11-26 | jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter... | Per Bothner | 1 | -3/+25 |
1998-11-24 | * jcf-write.c (generate_bytecode_conditional): Fix typo. | Marc Espie | 1 | -1/+1 |
1998-11-24 | [multiple changes] | Alexandre Petit-Bianco | 1 | -1/+2 |
1998-11-24 | jcf-write.c (generate_bytecode_insns): Don't free sw_state.cases. | Per Bothner | 1 | -2/+1 |
1998-11-15 | jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO). | Per Bothner | 1 | -2/+2 |
1998-11-15 | decl.c (error_mark_node): New global. | Per Bothner | 1 | -28/+65 |
1998-11-13 | gjavah.c (main): Handle --output-class-directory argument. | Tom Tromey | 1 | -13/+89 |
1998-11-12 | *** empty log message *** | Per Bothner | 1 | -84/+741 |
1998-11-10 | class.c (is_compiled_class): Call safe_layout_class for class compiled from s... | Alexandre Petit-Bianco | 1 | -1/+0 |
1998-10-27 | jcf-write.c (emit_load_or_store): Avoid implicit int arguments. | Jeffrey A Law | 1 | -0/+1 |
1998-10-22 | jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja... | Tom Tromey | 1 | -2/+1 |
1998-10-14 | jcf-write.c (write_classfile): Add output class file as target. | Tom Tromey | 1 | -0/+1 |
1998-10-12 | � | Per Bothner | 1 | -313/+1228 |
1998-09-30 | jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on FreeBSD. | Jeffrey A Law | 1 | -3/+3 |
1998-09-14 | Makefile.in: Add many missing dependencies. | Jeffrey A Law | 1 | -1/+1 |
1998-09-06 | Initial revision | Anthony Green | 1 | -0/+964 |