- 18 Jun, 2002 9 commits
-
-
From-SVN: r54741
Hans-Peter Nilsson committed -
* config/mips/mips-protos.h (mips_initial_elimination_offset): Declare. (mips_set_return_address, mips_restore_gp): Declare. * config/mips/mips.h (struct mips_frame_info): Move to mips.c (current_frame_info): Remove. (INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset. * config/mips/mips.c: Remove uses of current_frame_info. (struct mips_frame_info): Moved from mips.h. Remove 'insns_len'. (struct machine_function): Add 'frame' and 'insns_len'. (current_frame_info, zero_frame_info): Remove. (mips_restore_gp, mips_set_return_address): New. (mips_initial_elimination_offset): New. * config/mips/mips.md (exception_receiver): Use mips_restore_gp. (eh_return define_split): Use mips_set_return_address. From-SVN: r54738
Richard Sandiford committed -
From-SVN: r54737
GCC Administrator committed -
* cpplib.c (dtable): Update. (end_directive): Decrement expansion prevention count. Clear state.in_expression. (prepare_directive_trad): Set state.in_expression. Increment expansion prevention count. * cpptrad.c (enum ls): New. (_cpp_overlay_buffer): Set overlaid_buffer. (_cpp_remove_overlay): Use overlaid_buffer. (_cpp_read_logcial_line_trad): Update buffer when it might have changed. (scan_out_logical_line): Handle state transitions for assertions and defined() in #if, and for funlike invocations including the directive case. Handle '<' and '>' as a quote mechanism in #include. Warn about unterminated macro invocations. * cpphash.h (struct lexer_state): New member in_expression. (struct cpp_reader): New member overlaid buffer. From-SVN: r54732
Neil Booth committed -
* config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype __always_inline__. From-SVN: r54731
Hans-Peter Nilsson committed -
2002-06-17 Douglas Rupp <rupp@gnat.com> * lbasename.c: Add 2002 to copyright. (IS_DIR_SEPARATOR): Remove VMS junk. From-SVN: r54729
Douglas B Rupp committed -
2002-06-16 Aldy Hernandez <aldyh@redhat.com> * gcc.c-torture/execute/simd-1.c: New. * gcc.dg/simd-1.c: New. From-SVN: r54728
Aldy Hernandez committed -
2002-06-16 Aldy Hernandez <aldyh@redhat.com> * gcc.c-torture/execute/simd-1.c: New. * gcc.dg/simd-1.c: New. * doc/extend.texi (Vector Extensions): Document that we can specify simd types not specifically supported by the hardware. Document that simd types can be used as function arguments. Document that signness does make a difference in SIMD types. Misc cleanups and revisions to the "vector extensions" section. * simplify-rtx.c (simplify_subreg): Simplify subregs of vector constants. * expr.c (vector_mode_valid_p): New. * expr.h: Add vector_mode_valid_p. * defaults.h (VECTOR_MODE_SUPPORTED_P): Set default. * emit-rtl.c (immed_double_const): Do not abort on vectors. * c-common.c (type_for_mode): Always build vector nodes regardless of VECTOR_MODE_SUPPORTED_P. (handle_mode_attribute): Error if we can't emulate a nonexisting vector mode. (handle_vector_size_attribute): Same. * optabs.c (expand_binop): Open-code vector operations. (expand_unop): Open-code vector unops. (expand_vector_binop): New. (expand_vector_unop): New. * c-typeck.c (build_binary_op): Allow vectors in binops. Allow vectors in conditional operatiors. (build_unary_op): Allow vectors in unary minus. * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on TARGET_ALTIVEC. From-SVN: r54727
Aldy Hernandez committed -
From-SVN: r54726
Alan Modra committed
-
- 17 Jun, 2002 26 commits
-
-
From-SVN: r54723
Hans-Peter Nilsson committed -
From-SVN: r54722
Alan Modra committed -
* gcj/javaprims.h: Updated class declaration list. * Makefile.in: Rebuilt. * Makefile.am (core_java_source_files): Added new file. * java/util/EventListenerProxy.java: New file. * java/util/EventListener.java: Re-merge with Classpath. * java/util/EventObject.java: Re-merge with Classpath. From-SVN: r54720
Tom Tromey committed -
From-SVN: r54719
Matt Kraai committed -
* bit.c: Don't include glimits.h. * target.c: Likewise. * where.h: Likewise. From-SVN: r54718
Jason Thorpe committed -
From-SVN: r54717
Jeff Law committed -
From-SVN: r54716
Richard Henderson committed -
From-SVN: r54715
Tom Tromey committed -
2002-06-17 Nathanael Nerode <neroden@twcny.rr.com> * java/lang/ClassNotFoundException.java: New Classpath version. From-SVN: r54713
Nathanael Nerode committed -
* print-rtl.c (print_rtx): Print space before vector, not after. (debug_rtx): Clear sawclose before printing. (debug_rtx_list): Print newline after each list element. (debug_rtx_range): Likewise. From-SVN: r54712
Andreas Schwab committed -
* java/rmi/activation/ActivateFailedException.java: Remerge from Classpath version. * java/rmi/activation/ActivationException.java: Ditto. * java/rmi/activation/UnknownGroupException.java: Ditto. * java/rmi/activation/UnknownObjectException.java: Ditto. * java/rmi/server/ExportException: Ditto. * java/rmi/server/ServerCloneException: Ditto. * java/rmi/server/ServerNotActiveException: Ditto. * java/rmi/server/SkeletonMismatchException: Ditto. * java/rmi/server/SkeletonNotFoundException: Ditto. * java/rmi/server/SocketSecurityException: Ditto. From-SVN: r54711
Nathanael Nerode committed -
* function.h (struct function) [funcdef_no]: Rename profile_label_no. (current_function_funcdef_no): Similarly. * function.c (funcdef_no): Similarly. (prepare_function_start): Set current_function_funcdef_no. (expand_function_start): Don't set current_function_profile_label_no. * dwarf2out.h (current_funcdef_number): Remove. * dwarf2out.c (current_funcdef_number): Remove. Replace with current_function_funcdef_no throughout. * dwarfout.c, vmsdbgout.c: Similarly. * except.c (sjlj_funcdef_number): Remove. (sjlj_emit_function_enter): Use current_function_funcdef_no instead. (output_function_exception_table): Likewise. * final.c (profile_function): Use current_function_funcdef_no instead of current_function_profile_label_no. From-SVN: r54709
Richard Henderson committed -
From-SVN: r54708
Nicola Pero committed -
From-SVN: r54707
Nicola Pero committed -
2002-06-17 Vladimir Makarov <vmakarov@redhat.com> * sched-ebb.c (init_ready_list): Check INSN_P first. From-SVN: r54706
Vladimir Makarov committed -
From-SVN: r54705
J"orn Rennecke committed -
* reload1.c (merge_assigned_reloads): Don't change reloads other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS to RELOAD_OTHER when there are conflicting input reloads. From-SVN: r54703
J"orn Rennecke committed -
* function.c (epilogue_done): Correctly build a sequence of insns for a sibcall epilogue. From-SVN: r54702
Richard Earnshaw committed -
From-SVN: r54701
Nick Clifton committed -
From-SVN: r54700
GCC Administrator committed -
From-SVN: r54695
Nick Clifton committed -
* config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS. From-SVN: r54694
Richard Henderson committed -
From-SVN: r54693
Tom Tromey committed -
From-SVN: r54691
Tom Tromey committed -
* tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template instantiation. * g++.dg/opt/inline3.C: New. From-SVN: r54687
Richard Henderson committed -
From-SVN: r54686
Douglas Rupp committed
-
- 16 Jun, 2002 5 commits
-
-
From-SVN: r54684
Douglas Rupp committed -
* regclass.c (globalize_reg): Update regs_invalidated_by_call. * gcc.dg/20020616-1.c: New. From-SVN: r54681
Richard Henderson committed -
* java/lang/RuntimeException.java: Re-merge with Classpath. * java/util/ArrayList.java: Likewise. * java/util/Arrays.java: Likewise. * java/util/BitSet.java: Likewise. * java/util/Dictionary.java: Likewise. * java/util/IdentityHashMap.java: Likewise. * java/util/MissingResourceException.java: Likewise. * java/util/Observer.java: Likewise. * java/util/TooManyListenersException.java: Likewise. * java/util/zip/DataFormatException.java: Likewise. * java/util/zip/ZipException.java: Likewise. From-SVN: r54680
Tom Tromey committed -
* config.gcc: Add an i386/sysv4-cpp.h. Remove i386-aout.h from vxworks. config/i386: * i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES. * linux64.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES and part of CPP_SPEC. i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h, vsta.h, vxi386.h, win32.h: Similarly. * sysv4-cpp.h: New. From-SVN: r54679
Neil Booth committed -
2002-06-16 Nathanael Nerode <neroden@twcny.rr.com> * java/rmi/AccessException.java: Remerge from Classpath. * java/rmi/AlreadyBoundException.java: Ditto. * java/rmi/ConnectException.java: Ditto. * java/rmi/ConnectIOException.java: Ditto. * java/rmi/MarshalException.java: Ditto. * java/rmi/NoSuchObjectException.java: Ditto. * java/rmi/NotBoundException.java: Ditto. * java/rmi/RemoteException.java: Ditto. * java/rmi/RMISecurityException.java: Ditto. * java/rmi/ServerError.java: Ditto. * java/rmi/ServerException.java: Ditto. * java/rmi/ServerRuntimeException.java: Ditto. * java/rmi/StubNotFoundException.java: Ditto. * java/rmi/UnexpectedExcpetion.java: Ditto. * java/rmi/UnknownHostException.java: Ditto. * java/rmi/UnmarshalException.java: Ditto. From-SVN: r54678
Nathanael Nerode committed
-