llvm-6502/lib/Transforms
Peter Collingbourne f425efdbc2 PartiallyInlineLibCalls: Check sqrt result type before transforming it.
Some configure scripts declare this with the wrong prototype, which can lead
to an assertion failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214593 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-01 23:21:21 +00:00
..
Hello
InstCombine This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)". 2014-08-01 05:07:20 +00:00
Instrumentation [dfsan] Correctly handle loads and stores of zero size. 2014-08-01 21:18:18 +00:00
IPO MergeFunctions, tiny refactoring: 2014-07-31 07:16:59 +00:00
ObjCARC
Scalar PartiallyInlineLibCalls: Check sqrt result type before transforming it. 2014-08-01 23:21:21 +00:00
Utils
Vectorize SLPVectorizer: fix build problem in Release configuration 2014-08-01 09:47:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile