Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / sincos-opt.ll
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2014-10-05 Chandler Carruth[x86] Remove the 2-addr-to-3-addr "optimization" from...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-01-30 Evan ChengForgot the test case before.