llvm-6502/lib
Andrew Trick 7107aded17 Cleanup the stackmap operand folding code and fix a corner case.
I still don't know how to refer to the fixed operands symbolically. I
plan to look into it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194529 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12 22:58:39 +00:00
..
Analysis delinearization of arrays 2013-11-12 22:47:20 +00:00
AsmParser
Bitcode Extract a bc attr parsing helper that returns Attribute::None on error 2013-11-12 01:31:00 +00:00
CodeGen
DebugInfo
ExecutionEngine
IR
IRReader
Linker
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC
Object
Option
Support
TableGen
Target Cleanup the stackmap operand folding code and fix a corner case. 2013-11-12 22:58:39 +00:00
Transforms Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that K1 and K2 are 'one-hot' (only one bit is on). 2013-11-12 22:38:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile