llvm-6502/lib
Bob Wilson d49edb7ab0 Fall back to selection DAG isel for calls to builtin functions.
Fast isel doesn't currently have support for translating builtin function
calls to target instructions.  For embedded environments where the library
functions are not available, this is a matter of correctness and not
just optimization.  Most of this patch is just arranging to make the
TargetLibraryInfo available in fast isel.  <rdar://problem/12008746>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161232 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-03 04:06:28 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Fall back to selection DAG isel for calls to builtin functions. 2012-08-03 04:06:28 +00:00
DebugInfo
ExecutionEngine
Linker Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
MC
Object
Support
TableGen
Target Fall back to selection DAG isel for calls to builtin functions. 2012-08-03 04:06:28 +00:00
Transforms Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
VMCore Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile