[x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars
[oota-llvm.git] / test / CodeGen / X86 / atomic-load-store.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-03-06 Michael LiaoFix PR15355
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.