1. 26 Jun, 2003 33 commits
  2. 25 Jun, 2003 7 commits
    • extend.texi: Document new builtin functions for Intel Prescott New Intrunctions. · 22c7c85e
      2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
      
      	* doc/extend.texi: Document new builtin functions for Intel
      	Prescott New Intrunctions.
      
      	* doc/invoke.texi: Document new command-line options, -mpni and
      	-mno-pni, for Intel Prescott New Intrunctions.
      
      	* config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
      
      	* config/i386/i386.c (override_options): Turn on MASK_SSE2
      	for -mpni. Turn on MASK_SSE for -msse2.
      	(bdesc_2arg): Add PNI builtins with 2 args.
      	(bdesc_1arg): Add PNI builtins with 1 arg.
      	(ix86_init_mmx_sse_builtins): Handle PNI builtins.
      	(ix86_expand_builtin): Likewise.
      
      	* config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
      	MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
      	MASK_TLS_DIRECT_SEG_REFS): Renumbered.
      	(TARGET_PNI): New.
      	(TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
      	-mpni and -mno-pni.
      	(TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
      	(ix86_builtins): Add PNI builtins.
      	(config/i386/i386.md): Add PNI patterns.
      
      	* config/i386/pmmintrin.h: New file.
      
      From-SVN: r68502
      H.J. Lu committed
    • h8300.md (call): Fix the insn lengths. · 7f8b3eb0
      	* config/h8300/h8300.md (call): Fix the insn lengths.
      	(call_value): Likewise.
      
      From-SVN: r68501
      Kazu Hirata committed
    • c-common.c (handle_used_attribute): Use mark_referenced. · 4d7d0451
      	* c-common.c (handle_used_attribute): Use mark_referenced.
      	* varasm.c (mark_referenced): Break out from ...
      	(assemble_name): ... here.
      	* tree.h (mark_referenced): Declare.
      
      From-SVN: r68500
      Jan Hubicka committed
    • gccbug.in: Add PCH to list of categories. · 6322fdd8
      2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
      
      * gccbug.in: Add PCH to list of categories.
      
      From-SVN: r68497
      Wolfgang Bangerth committed
    • cppfiles.c: Clarify comments. · 48c4721e
      	* cppfiles.c: Clarify comments.
      	* cpphash.h: Likewise.
      	* cpplib.h: Likewise.
      	* cppmacro.c: Likewise.
      	* mkdeps.h: Likewise.
      
      From-SVN: r68496
      Martin Schaffner committed
    • c-opts.c (complain_wrong_lang, [...]): Remove. · f18754d6
      	* c-opts.c (complain_wrong_lang, write_langs): Remove.
      	(c_common_handle_option): Complaints about wrong language are
      	handled in opts.c now.
      	* opts.c (complain_wrong_lang, write_langs, handle_options): New.
      	(find_opt): Fix thinko.
      	(handle_option): Update prototype.  Complain about switches for
      	a different front end.
      	* opts.h (lang_names, handle_options): New.
      	(handle_option): Remove.
      	* opts.sh: Write out language names array.
      	* toplev.c (parse_options_and_default_flags): Use handle_options.
      
      From-SVN: r68495
      Neil Booth committed
    • i386.c (MASK_SSE1): Removed. · 37f22004
      2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
      
      	* config/i386/i386.c (MASK_SSE1): Removed.
      	(MASK_SSE164): Removed.
      	(MASK_SSE264): Removed.
      	(bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
      	MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
      	with MASK_SSE2 | MASK_64BIT.
      	(bdesc_1arg): Likewise.
      	(ix86_init_mmx_sse_builtins): Likewise.
      
      	* config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
      	(TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
      	-msse2.
      
      From-SVN: r68492
      H.J. Lu committed