Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / Transforms / SLPVectorizer / X86 / cse.ll
2015-07-08 Sanjay Patel[SLPVectorizer] Try different vectorization factors...
2015-07-05 Sanjay Patelchange CHECK to CHECK-LABEL for more precision
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-05-09 Benjamin KramerSLPVectorizer: When sorting by domination for CSE don...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
2013-06-26 Nadav RotemErase all of the instructions that we RAUWed
2013-06-26 Nadav RotemDo not add cse-ed instructions into the visited map...
2013-06-23 Nadav RotemSLP Vectorizer: Fix a bug in the code that does CSE...
2013-06-23 Nadav RotemSLP Vectorizer: Implement a simple CSE optimization...