llvm-6502/lib
Dan Gohman 71c4144076 An add recurrence is loop-invariant in any loop inside of its
associated loop. This avoids potentially expensive traversals
of the add recurrence's operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111034 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-13 20:11:39 +00:00
..
Analysis An add recurrence is loop-invariant in any loop inside of its 2010-08-13 20:11:39 +00:00
Archive
AsmParser
Bitcode
CodeGen tidy up whitespace a bit 2010-08-13 16:55:08 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Add a 'normalize' method to the Triple class, which takes a mucked up 2010-08-12 11:31:39 +00:00
System
Target Refactor the code for disassembling Thumb2 saturate instructions along the 2010-08-13 19:04:21 +00:00
Transforms Reapply this transformation now that it is passing the external test which it previously failed. 2010-08-13 00:17:53 +00:00
VMCore Move some code from Verifier into SVI::isValidOperands. This allows us to catch bad shufflevector operations when they are created, rather than waiting for someone to notice later on. 2010-08-13 00:16:46 +00:00
Makefile