aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/AutoUpgradeIntrinsics.ll
AgeCommit message (Expand)Author
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-05-03Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling
2011-04-13Reapply r129401 with patch for clang.Bill Wendling
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling
2011-04-12Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling
2010-09-30Massive rewrite of MMX: Dale Johannesen
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman
2007-12-14All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth