llvm-6502/unittests
Jakob Stoklund Olesen ff5bad0787 Add portable bit mask operations to BitVector.
BitVector uses the native word size for its internal representation.
That doesn't work well for literal bit masks in source code.

This patch adds BitVector operations to efficiently apply literal bit
masks specified as arrays of uint32_t.  Since each array entry always
holds exactly 32 bits, these portable bit masks can be source code
literals, probably produced by TableGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148272 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-17 01:24:32 +00:00
..
ADT Add portable bit mask operations to BitVector. 2012-01-17 01:24:32 +00:00
Analysis
Bitcode
ExecutionEngine
Support
Transforms
VMCore
CMakeLists.txt
Makefile
Makefile.unittest