This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r142310 - in /branches/gcc-4_3-branch/gcc: Chan...


Author: uros
Date: Mon Dec  1 12:28:05 2008
New Revision: 142310

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142310
Log:
	Backport from mainline:
	2008-11-25  Uros Bizjak  <ubizjak@gmail.com>

	PR target/38254
	* config/i386/sync.md (memory_barrier_nosse): New insn pattern.
	(memory_barrier): Generate memory_barrier_nosse insn for
	!(TARGET_64BIT || TARGET_SSE2).
	* config/i386/sse.md (*sse2_mfence): Also enable for TARGET_64BIT.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/i386/sse.md
    branches/gcc-4_3-branch/gcc/config/i386/sync.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]