llvm-6502/lib
Duncan Sands d0c6f3dafd Factor code for testing whether replacing one value with another
preserves LCSSA form out of ScalarEvolution and into the LoopInfo
class.  Use it to check that SimplifyInstruction simplifications
are not breaking LCSSA form.  Fixes PR8622.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119727 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-18 19:59:41 +00:00
..
Analysis Factor code for testing whether replacing one value with another 2010-11-18 19:59:41 +00:00
Archive
AsmParser
Bitcode
CodeGen Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos. 2010-11-18 18:48:28 +00:00
CompilerDriver
ExecutionEngine MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. 2010-11-17 16:06:43 +00:00
Linker
MC Change CodeGen to use .loc directives. This produces a lot more readable output 2010-11-18 02:04:25 +00:00
Object Fix typo: Exectuable -> Executable 2010-11-17 00:43:43 +00:00
Support Bounds-check APInt's operator[]. 2010-11-18 17:14:56 +00:00
System Use thread-safe statics to avoid a static constructor here. This isn't thread-safe on MSVC, but we don't 2010-11-18 18:49:05 +00:00
Target Missed the _RET versions of LDMIA. 2010-11-18 19:44:29 +00:00
Transforms Factor code for testing whether replacing one value with another 2010-11-18 19:59:41 +00:00
VMCore Fix an order-of-deallocation issue where the AttrListImpl could be deallocated before the global 2010-11-18 18:59:13 +00:00
Makefile Add LLVMObject Library. 2010-11-15 03:21:41 +00:00