Merge r261331: avoid out of bounds loads for interleaved access vectorization
[oota-llvm.git] / test / Transforms / Reassociate / xor_reassoc.ll
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2014-11-19 Chad RosierRevert "[Reassociate] As the expression tree is rewritt...
2014-11-17 Chad Rosier[Reassociate] As the expression tree is rewritten make...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-27 Shuxin YangFix a XOR reassociation bug.
2013-04-01 Shuxin YangCorrect assertion condition
2013-03-30 Shuxin YangImplement XOR reassociation. It is based on following...