llvm-6502/lib/Transforms
Chris Lattner 96fd76638b add integer overflow check for the fp induction variable
checker.  Amusingly, we already had tests that we should
have rejects because they would be miscompiled in the
testsuite.

The remaining issue with this is that we don't check that
the branch causes us to exit the loop if it fails, so we
don't actually know if we remain in bounds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100284 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-03 07:18:48 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine Revert r100191 since it breaks objc in clang 2010-04-02 18:43:02 +00:00
Instrumentation Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
IPO don't internalize available_externally functions, they are 2010-04-03 05:24:50 +00:00
Scalar add integer overflow check for the fp induction variable 2010-04-03 07:18:48 +00:00
Utils Revert all my SSAUpdater patches. The PHI placement algorithm is not correct 2010-04-03 03:50:38 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00