llvm-6502/lib
Arnold Schwaighofer 35b4cf868e LoopVectorize: Change API call to get the backedge taken count
Use ScalarEvolution's getBackedgeTakenCount API instead of getExitCount since
that is really what we want to know. Using the more specific getExitCount was
safe because we made sure that there is only one exiting block.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183047 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-31 21:48:56 +00:00
..
Analysis Loop Strength Reduce: Scaling factor cost. 2013-05-31 21:29:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Loop Strength Reduce: Scaling factor cost. 2013-05-31 21:29:03 +00:00
DebugInfo Change how we iterate over relocations on ELF. 2013-05-30 03:05:14 +00:00
ExecutionEngine Change how we iterate over relocations on ELF. 2013-05-30 03:05:14 +00:00
IR Simplify logic by using the appropriate functions. 2013-05-29 17:33:31 +00:00
IRReader
Linker Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer. 2013-05-28 15:17:05 +00:00
MC Add a way to define the bit range covered by a SubRegIndex. 2013-05-31 17:08:36 +00:00
Object Rename COFFYaml.h to COFFYAML.h for consistency. 2013-05-31 20:38:27 +00:00
Option
Support Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown). 2013-05-30 18:07:13 +00:00
TableGen
Target NVPTX: Don't even create a regalloc if we're not going to use it. 2013-05-31 19:21:58 +00:00
Transforms LoopVectorize: Change API call to get the backedge taken count 2013-05-31 21:48:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile