llvm-6502/lib
Fiona Glaser b0a2d8c5a5 ComputeKnownBits: be a bit smarter about ADDs
If our two inputs have known top-zero bit counts M and N, we trivially
know that the output cannot have any bits set in the top (min(M, N)-1)
bits, since nothing could carry past that point.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241927 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-10 18:29:02 +00:00
..
Analysis [InstSimplify] Fold away ord/uno fcmps when nnan is present. 2015-07-10 14:02:02 +00:00
AsmParser Add support for fast-math flags to the FCmp instruction. 2015-07-10 12:52:00 +00:00
Bitcode Add support for fast-math flags to the FCmp instruction. 2015-07-10 12:52:00 +00:00
CodeGen ComputeKnownBits: be a bit smarter about ADDs 2015-07-10 18:29:02 +00:00
DebugInfo
ExecutionEngine Fix the -DBUILD_SHARED_LIBS=ON build. 2015-07-07 17:48:00 +00:00
Fuzzer
IR Revert the new EH instructions 2015-07-10 07:15:17 +00:00
IRReader
LibDriver Start adding support for writing archives in BSD format. 2015-07-08 20:47:32 +00:00
LineEditor
Linker
LTO
MC MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC 2015-07-08 17:30:55 +00:00
Object llvm-ar: Pad the symbol table to 4 bytes. 2015-07-09 19:48:06 +00:00
Option
Passes
ProfileData
Support Add getSizeInBits function to the APFloat class 2015-07-09 10:13:39 +00:00
TableGen
Target ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2 2015-07-10 18:28:49 +00:00
Transforms [InstSimplify] Fold away ord/uno fcmps when nnan is present. 2015-07-10 14:02:02 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile