llvm-6502/lib/Transforms
Richard Sandiford a8a7099c18 Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
...so that it can be used for z too.  Most of the code is the same.
The only real change is to use TargetTransformInfo to test when a sqrt
instruction is available.

The pass is opt-in because at the moment it only handles sqrt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189097 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-23 10:27:02 +00:00
..
Hello
InstCombine Teach InstCombine about address spaces 2013-08-21 19:53:10 +00:00
Instrumentation 80 cols 2013-08-23 07:42:51 +00:00
IPO Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stale to the point of not working and more resilient to debug info changes. 2013-08-23 00:23:24 +00:00
ObjCARC [objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occurred. 2013-08-09 23:22:27 +00:00
Scalar Turn MipsOptimizeMathLibCalls into a target-independent scalar transform 2013-08-23 10:27:02 +00:00
Utils No functionality change. 2013-08-21 22:11:15 +00:00
Vectorize Teach the SLP vectorizer the correct way to check for consecutive access 2013-08-22 12:45:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile