llvm-6502/lib
Nick Lewycky 79cce5c51b Add value range analyzing of Add and Sub.
Understand that mul %x, 1 = %x.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58069 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24 04:00:26 +00:00
..
Analysis
Archive
AsmParser
Bitcode Make sure to set stdout to binary when writing bitcode files via 2008-10-23 19:37:34 +00:00
CodeGen Avoid splitting an interval multiple times; avoid splitting re-materializable val# (for now). 2008-10-24 02:05:00 +00:00
Debugger
ExecutionEngine CMake: Turned some libraries into partially linked objects. Corrected 2008-10-22 02:51:53 +00:00
Linker
Support Added raw_fd_ostream::close(). 2008-10-23 23:49:09 +00:00
System
Target Fix constant-offset emission for x86-64 absolute addresses. This 2008-10-24 01:57:54 +00:00
Transforms Add value range analyzing of Add and Sub. 2008-10-24 04:00:26 +00:00
VMCore Move Print*Pass to use raw_ostream. 2008-10-22 03:25:22 +00:00
Makefile