1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 065798cd82 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.

llvm-svn: 100284
2010-04-03 07:18:48 +00:00
..
Analysis Ok, third time's the charm. No changes from last time except the CMake 2010-04-02 23:17:14 +00:00
Archive
AsmParser
Bitcode Add special case bitcode support for DebugLoc. This avoids 2010-04-03 02:17:50 +00:00
CodeGen Ok, third time's the charm. No changes from last time except the CMake 2010-04-02 23:17:14 +00:00
CompilerDriver
ExecutionEngine Switch the code generator (except the JIT) onto the new DebugLoc 2010-04-02 19:42:39 +00:00
Linker
MC
Support Remove accidental include and add a comment. 2010-04-01 14:39:55 +00:00
System
Target Get rid of the middleman (ARMAlgorithm), which causes more trouble than the 2010-04-03 04:10:56 +00:00
Transforms add integer overflow check for the fp induction variable 2010-04-03 07:18:48 +00:00
VMCore Ok, third time's the charm. No changes from last time except the CMake 2010-04-02 23:17:14 +00:00
Makefile