llvm-6502/lib/Transforms
Nuno Lopes 51004dff92 make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function.
Update all clients to pass the TLI information around.
Previous draft reviewed by Eli.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160733 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-25 16:46:31 +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 make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function. 2012-07-25 16:46:31 +00:00
Instrumentation Move the initialization of the bounds checking pass. The pass itself 2012-07-22 05:19:32 +00:00
IPO Don't delete one more instruction than we're allowed to. This should fix the 2012-07-24 21:33:00 +00:00
Scalar make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function. 2012-07-25 16:46:31 +00:00
Utils make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function. 2012-07-25 16:46:31 +00:00
Vectorize Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize. 2012-06-28 05:42:45 +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