- 09 Apr, 1999 8 commits
-
-
From-SVN: r26311
Warren Levy committed -
* libjava.compile/plusplus.java: New file. From MoT <Sebastien.Villemot@ens.fr>. From-SVN: r26310
Tom Tromey committed -
1999-04-01 Jim Blandy <jimb@zwingli.cygnus.com> * cplus-dem.c: Attempt to handle overflows in counts with some semblance of grace. (consume_count): Detect overflows. Return -1 to indicate errors, instead of zero. (demangle_template_value_parm, demangle_template): Handle change to consume_count's return convention. From-SVN: r26309
Jim Blandy committed -
* rs6000.c (rs6000_override_options, ptt, rs6000_file_start, rs6000_float_const, rs6000_replace_regno, debug_stack_info, rs6000_output_load_toc_table, output_prolog, output_epilog): Const-ify a char*. (output_mi_thunk): Likewise. Mark parameter `thunk_fndecl' with ATTRIBUTE_UNUSED. Hide unused variables `r0', `sp', `toc', `schain', `r12', `buf' and `labelno'. (output_ascii): Const-ify a char*. (rs6000_gen_section_name): Initialize variable `last_period'. (rs6000_adjust_priority): Mark parameter `insn' with ATTRIBUTE_UNUSED. (rs6000_trampoline_template, rs6000_dll_import_ref, rs6000_longcall_ref, rs6000_encode_section_info): Const-ify a char*. * rs6000.h (offsettable_mem_operand, optimization_options): Add prototypes. * rs6000.md (movdi, define_split): Cast a value to HOST_WIDE_INT when comparing against one. From-SVN: r26308
Kaveh R. Ghazi committed -
* expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF): Do not try to optimize a aggregate address which has VOIDmode. Mirrors March 23 change to expand_assignment. From-SVN: r26307
Jeffrey A Law committed -
* flow.c (delete_unreachable_blocks): Do not require an edge to be marked with EDGE_FALLTHRU when tidying an edge which connects consecutive basic blocks. * flow.c (can_delete_label_p): Do not convert a label into a deleted label here. From-SVN: r26306
Jeffrey A Law committed -
From-SVN: r26305
Jeff Law committed -
* cse.c (flush_hash_table): New function. (cse_insn): Flush the hash table when we encounter a volatile asm. (cse_basic_block): Use flush_hash_table instead of doing it inline. * reload1.c (reload_cse_regs_1): Flush known register values if we encounter a volatile asm. From-SVN: r26304
Jeffrey A Law committed
-
- 08 Apr, 1999 18 commits
-
-
From-SVN: r26303
Mike Stump committed -
From-SVN: r26302
Jason Merrill committed -
From-SVN: r26301
Mike Stump committed -
* error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have types. From-SVN: r26300
Mark Mitchell committed -
From-SVN: r26299
Jeffrey A Law committed -
From-SVN: r26298
Mike Stump committed -
1999-04-08 Geoff Berry <gcb@gnu.org> * natInetAddress.cc (lookup): Fix typo (AF_INET16 -> AF_INET6). * natPlainSocketImpl.cc (accept): Add missing else if check for AF_INET6. From-SVN: r26297
Geoff Berry committed -
From-SVN: r26296
Mark Mitchell committed -
* java/lang/Long.java (parseLong): Corrected overflow detection code. * java/lang/Integer.java (parseInt): Corrected overflow detection code. From-SVN: r26295
Tom Tromey committed -
* java/io/PrintStream.java (print): Handle null string argument. (println): Likewise. From-SVN: r26294
Tom Tromey committed -
From-SVN: r26293
Nick Clifton committed -
From-SVN: r26292
Ovidiu Predescu committed -
* configure.in (host_xm_file, build_xm_file): Include hwint.h. Use case statements instead of "if test -a ... -a ... -a ..." * machmode.h: Don't define HOST_WIDE_INT, etc. Wrap use of HOST_WIDE_INT in #ifdef. * mips.h: Include hwint.h instead of providing definitions for HOST_WIDE_INT, etc. Wrap uses of HOST_WIDE_INT in #ifdef. From-SVN: r26291
Kaveh R. Ghazi committed -
Update my email address. From-SVN: r26290
Manfred Hollstein committed -
From-SVN: r26289
Jason Merrill committed -
* i386.md (truncdfsf2, truncxfsf2, truncxfdf2): Rewrite using a splitter. From-SVN: r26288
John Wehle committed -
From-SVN: r26287
Jeff Law committed -
* freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious else statement. * gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise. * linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise. * openbsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r26286
Art Haas committed
-
- 07 Apr, 1999 14 commits
-
-
* h8300.c (h8300_adjust_insn_length): Also avoid recognizing ADDR_VEC and ADDR_DIFF_VEC insns. From-SVN: r26285
Jeffrey A Law committed -
* execute/920501-7.c (main): Delete __I960__ ifndef. From-SVN: r26284
Jim Wilson committed -
* h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or SEQUENCE insns. * unroll.c (unroll_loop): For HAVE_cc0 machines, adjust copy_end_luid to account for the uncopied insn that sets cc0 at the end of the loop. From-SVN: r26283
Jeffrey A Law committed -
* i960/i960.c (i960_function_prologue): Don't save static chain pointer. * i960/i960.h (STACK_CHAIN_REGNUM): Change from r3 to g12. (TRAMPOLINE_TEMPLATE): Likewise. (FRAME_POINTER_REQUIRED): Check current_function_has_nonlocal_goto. * i960/i960.md (nonlocal_goto): Rewrite. From-SVN: r26282
Jim Wilson committed -
natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputStreamReader returns -1 for EOF. * java/lang/natString.cc (init(jbyteArray,jint,jint,jstring)): Set count to 0 when InputStreamReader returns -1 for EOF. From-SVN: r26273
Warren Levy committed -
* mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator. From-SVN: r26265
Tom Tromey committed -
From-SVN: r26264
Tom Tromey committed -
From-SVN: r26263
Tom Tromey committed -
From-SVN: r26262
Philip Blundell committed -
* unroll.c (copy_loop_body): Always ensure at least two insns are in the copied loop. From-SVN: r26261
Jeffrey A Law committed -
* config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define. (UNIQUE_SECTION_P): Define. From-SVN: r26260
Catherine Moore committed -
From-SVN: r26259
Bruce Korb committed -
* i386.c (output_move_memory): Remove. * i386.h: Likewise. * i386.md (movsi, movhi, movstricthi, movqi, movstrictqi, movsf, movdf, movxf, movdi): Check no_new_pseudos instead of (reload_in_progress | reload_completed). From-SVN: r26258
John Wehle committed -
From-SVN: r26257
Tom Tromey committed
-