llvm-6502/lib/Transforms
2012-11-30 22:07:05 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine Addresses many style issues with prior checkin (r169025) 2012-11-30 22:07:05 +00:00
Instrumentation [asan] simplify the code around doesNotReturn call. It now magically works. 2012-11-30 11:08:59 +00:00
IPO No need to run LICM after loop vectorization because we dont generate invariant code any more. 2012-11-29 19:28:29 +00:00
Scalar Move library call simplification statistic to instcombine 2012-11-30 04:05:06 +00:00
Utils Fix non-determinism introduced in r168970 and pointed out by Duncan. 2012-11-30 09:34:29 +00:00
Vectorize Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop. 2012-11-30 17:27:53 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00