llvm-6502/lib
Dan Gohman b92654d9c9 Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid
assuming that loops are in canonical form, as ScalarEvolution doesn't
depend on LoopSimplify itself. Also, with indirectbr not all loops can
be simplified. This fixes PR7416.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106389 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-19 14:17:24 +00:00
..
Analysis Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid 2010-06-19 14:17:24 +00:00
Archive
AsmParser
Bitcode Tidy. 2010-06-19 05:33:57 +00:00
CodeGen Tidy. 2010-06-19 05:33:57 +00:00
CompilerDriver
ExecutionEngine Handle execution entrypoints with non-integer return types. 2010-06-18 02:01:10 +00:00
Linker
MC Update comment. 2010-06-17 00:49:46 +00:00
Support Give NamedRegionTimer an Enabled flag, allowing all its clients to 2010-06-18 15:56:31 +00:00
System
Target Remove a fixme comment that is no longer relevant. 2010-06-19 05:32:41 +00:00
Transforms Disable indvars on loops when LoopSimplify form is not available. 2010-06-18 01:35:11 +00:00
VMCore Tidy. 2010-06-19 05:33:57 +00:00
Makefile