- 06 May, 2000 10 commits
-
-
* Makefile.in: Rebuilt. * Makefile.am (libgcj.zip): Don't pass -L to javac. From-SVN: r33728
Tom Tromey committed -
From-SVN: r33727
Nathan Sidwell committed -
* rtti.c (ptmd_initializer): Set non-public, if class is incomplete. * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++". (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor, __cxa_vec_delete): Likewise. * tinfo.cc (__dynamic_cast): Likewise. * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor, __cxa_vec_delete): Likewise. From-SVN: r33726
Nathan Sidwell committed -
From-SVN: r33725
Richard Kenner committed -
From-SVN: r33724
Richard Earnshaw committed -
* arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add bogus clobber to insns. (load_multiple_operation, store_mulitple_operation): Don't check for it. * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly. * arm.md (and_scc, ior_scc): Add missing mode. * arm.md (call_value_symbol): Remove predicate from op2. From-SVN: r33723
Richard Earnshaw committed -
* expr.c (get_subtarget): New function. (force_operand, expand_expr, do_store_flag): Use it. * toplev.c (compile_file): Don't take strlen of NAME if null. From-SVN: r33722
Richard Kenner committed -
From-SVN: r33721
Jeff Law committed -
* xcoffout.c (xcoff_current_include_file, xcoff_current_function_file, xcoff_lastfile): Constify char *. (xcoffout_source_file, xcoffout_source_line): Make filename 'const char *'. (xcoffout_declare_function): Make name 'const char *'. (xcoffout_end_epilogue): Make fname 'const char *' * xcoffout.h (xcoff_current_include_file, xcoff_lastfile, xcoffout_declare_function, xcoffout_source_line): Match above. * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without -maix64 is error. * rs6000.c (print_operand): Fix lossage typo. (output_cbranch): Remove "cr" decoration for now. * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'. From-SVN: r33720
David Edelsohn committed -
* config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by constant count. From-SVN: r33719
Denis Chertykov committed
-
- 05 May, 2000 27 commits
-
-
From-SVN: r33718
Bruce Korb committed -
From-SVN: r33717
Mark Elbrecht committed -
* c-common.c (decl_attributes): For TYPE_DECLs attach the attribute to the decl. * c-decl.c (pushdecl): Propagate the USED attribute to the type copy. From-SVN: r33716
Catherine Moore committed -
* rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the same way emit_group_load does. From-SVN: r33715
Richard Henderson committed -
* toplev.c (output_file_directive): Use IS_DIR_SEPARATOR. (main): Likewise. From-SVN: r33714
Jeff Law committed -
From-SVN: r33713
Rodney Brown committed -
From-SVN: r33712
David Billinghurst committed -
openbsd.h (LINK_SPEC): pass correct flags to ld to support -shared, on platforms with dynamic libraries. * config/openbsd.h (LINK_SPEC): pass correct flags to ld to support -shared, on platforms with dynamic libraries. From-SVN: r33711
Marc Espie committed -
From-SVN: r33710
Philippe De Muyter committed -
* extend.texi (Extended Asm): Document inability to give asm statements access to condition codes. From-SVN: r33709
Geoff Berry committed -
* varasm.c (asm_emit_uninitialised): Use 0, not NULL as arg 2 of UNIQUE_SECTION. From-SVN: r33708
Marek Michalkiewicz committed -
* predict.c: Remove May 4 change. * bb-reorder.c (make_reorder_chain): Do not perform block movement if we have predicted the branch at 50-50 probability. From-SVN: r33707
Jeffrey A Law committed -
Fix for PR libgcj/220: * Makefile.in: Rebuilt. * Makefile.am (gij_LDFLAGS): Don't use libstdc++. (jv_convert_LDFLAGS): Likewise. (libgcj_la_LDFLAGS): Likewise. (GCJLINK): New macro. (jv_convert_LINK): Use it. (gij_LINK): Likewise. (libgcj_la_LINK): New macro. (libgcjawt_la_LINK): Likewise. From-SVN: r33706
Tom Tromey committed -
* flow.c (init_propagate_block_info): Fix merge error in HAVE_conditional_execution code. From-SVN: r33705
Richard Henderson committed -
2000-05-04 Andreas Jaeger <aj@suse.de> * gcc.dg/noreturn-2.c: New test. From-SVN: r33704
Andreas Jaeger committed -
From-SVN: r33703
Jeff Law committed -
* gcj/field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field. * boehm.cc (_Jv_MarkObj): Removed dead code. Use `STATIC', not `0x0008'. Include Modifier.h. From-SVN: r33702
Tom Tromey committed -
* boehm.c (mark_reference_fields): Don't mark RawData fields. Keep track of when we've seen a reference field after a non-reference field. (get_boehm_type_descriptor): Handle case where we see non-reference fields but no trailing reference field. * decl.c (rawdata_ptr_type_node): Define. (init_decl_processing): Initialize rawdata_ptr_type_node. * java-tree.h (rawdata_ptr_type_node): Declare. From-SVN: r33701
Tom Tromey committed -
* config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal shift cycle for unknown shift count. Also generates dec + brpl. (ashlqi3_out): Don't generate dec + brpl which now generates by `out_shift_with_cnt'. (ashlhi3_out): Likewise. (ashlsi3_out): Likewise. (ashrqi3_out): Likewise. (ashrhi3_out): Likewise. (ashrsi3_out): Likewise. (lshrqi3_out): Likewise. (lshrhi3_out): Likewise. (lshrsi3_out): Likewise. From-SVN: r33700
Denis Chertykov committed -
* cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove. (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise. (lang_decl_flags): Add vcall_offset. (THUNK_VCALL_OFFSET): Use it. * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk. * method.c (make_thunk): Create the lang_decl here, not in emit_thunk. (emit_thunk): Make generic thunks into ordinary functions once they have been fed to expand_body. * semantics.c (expand_body): Set current_function_is_thunk here. From-SVN: r33699
Mark Mitchell committed -
2000-05-05 Bryce McKinlay <bryce@albatross.co.nz> * java/lang/natClass.cc (isInstance): Use __builtin_expect. (_Jv_IsAssignableFrom): Ditto. (_Jv_IsInstanceOf): Ditto. (_Jv_CheckCast): Ditto. (_Jv_CheckArrayStore): Ditto. * java/lang/Class.h (_Jv_InitClass): Ditto. * java/lang/natObject.cc (_Jv_MonitorEnter): __builtin_expect `false', not `0'. (notify): Ditto. (notifyAll): Ditto. (wait): Ditto. (_Jv_MonitorExit): Ditto. * boehm.cc (_Jv_MarkObj): Ditto. (_Jv_MarkObj): Ditto. (_Jv_MarkArray): Ditto. * prims.cc (_Jv_AllocObject): Ditto. (_Jv_NewObjectArray): Ditto. (_Jv_NewPrimArray): Ditto. (_Jv_Malloc): Ditto. (_Jv_Realloc): Ditto. (_Jv_MallocUnchecked): Ditto. (_Jv_divI): Ditto. (_Jv_remI): Ditto. (_Jv_divJ): Ditto. (_Jv_remJ): Ditto. From-SVN: r33698
Bryce McKinlay committed -
From-SVN: r33697
Neil Booth committed -
From-SVN: r33696
Richard Henderson committed -
From-SVN: r33695
Richard Henderson committed -
From-SVN: r33694
Richard Henderson committed -
* gcc.c (free_split_directories): Correct typo in explanation of make_relative_prefix. From-SVN: r33693
Mark Elbrecht committed -
* config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point comparison codes to branch_comparison_operator. From-SVN: r33692
Geoff Keating committed
-
- 04 May, 2000 3 commits
-
-
* gcc.c-torture/compile/20000504-1.c: New test. Derived from OpenSSL by Jason R Thorpe. From-SVN: r33691
Richard Henderson committed -
From-SVN: r33690
Richard Henderson committed -
* ifcvt.c (noce_process_if_block): Fail if A or B modified between condition and jump. From-SVN: r33689
Richard Henderson committed
-