summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse4a.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2016-08-26[X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion ops should be in the ...Simon Pilgrim
2016-06-18[X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsicsSimon Pilgrim
2016-06-13[X86][SSE4A] Renamed tests to correspond with the the instruction with being ...Simon Pilgrim
2016-06-07[X86][SSE4A] Regenerated SSE4A intrinsics testsSimon Pilgrim
2015-01-29Cleanup a few tests on sse4a machines and FileCheckize along the way.Alex Rosenberg
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-27These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner
2012-05-07Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper