llvm-6502/lib/Transforms
2013-07-15 04:27:47 +00:00
..
Hello
InstCombine Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 04:27:47 +00:00
Instrumentation
IPO
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Utils Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Vectorize SLPVectorizer: change the order in which we search for vectorization candidates. Do stores first and PHIs second. 2013-07-14 06:15:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile