llvm-6502/lib
Chris Lattner 173234a68f move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
out of instcombine into a new file in libanalysis.  This also teaches
ComputeNumSignBits about the number of sign bits in a constantint.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51863 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-02 01:18:21 +00:00
..
Analysis move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits 2008-06-02 01:18:21 +00:00
Archive Create archives with the same permissions are ar. 2008-05-24 05:42:29 +00:00
AsmParser IR, bitcode reader, bitcode writer, and asmparser changes to 2008-05-31 00:58:22 +00:00
Bitcode Improved bitcode support for insertvalue/extractvalue. 2008-05-31 19:11:15 +00:00
CodeGen Remove an unused variable. 2008-05-31 01:44:25 +00:00
Debugger
ExecutionEngine Add #includes to make some dependencies explicit. 2008-05-23 20:40:06 +00:00
Linker Factor code to copy global value attributes like 2008-05-26 19:58:59 +00:00
Support Give a proper error message when a command line option is defined more than 2008-05-30 13:26:11 +00:00
System Unbreak build. 2008-05-29 22:02:08 +00:00
Target Fixed flag issue that was generating infinite loop while in list scheduling. 2008-06-01 03:49:39 +00:00
Transforms move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits 2008-06-02 01:18:21 +00:00
VMCore AsmWriter support for insertvalue/extractvalue. These instructions can 2008-05-31 19:12:39 +00:00
Makefile