llvm-6502/lib
Chris Lattner 94e8e0cfbe Now that instruction optzns can update the iterator as they go, we can
have objectsize folding recursively simplify away their result when it
folds.  It is important to catch this here, because otherwise we won't
eliminate the cross-block values at isel and other times.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123524 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-15 07:25:29 +00:00
..
Analysis Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common 2011-01-14 15:26:10 +00:00
Archive
AsmParser
Bitcode
CodeGen Update CMake build. 2011-01-14 22:58:11 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Use common style for .cfi directives 2011-01-14 21:57:39 +00:00
Object
Support
Target 80-col. 2011-01-15 00:25:09 +00:00
Transforms Now that instruction optzns can update the iterator as they go, we can 2011-01-15 07:25:29 +00:00
VMCore Remove casts between Value** and Constant**, which won't work if a 2011-01-14 08:07:43 +00:00
Makefile