llvm-6502/lib
Jakob Stoklund Olesen 5db4289e40 SparseBitVector is SLOW.
Use a Bitvector instead, we didn't need the smaller memory footprint anyway.
This makes the greedy register allocator 10% faster.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129390 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-12 21:30:53 +00:00
..
Analysis Don't include Operator.h from InstrTypes.h. 2011-04-11 09:35:34 +00:00
Archive
AsmParser Revert r129235 pending a vetting of the EH rewrite. 2011-04-10 23:18:04 +00:00
Bitcode Fix or remove code which seemed to think that the operand of a Constant 2011-04-11 09:48:55 +00:00
CodeGen SparseBitVector is SLOW. 2011-04-12 21:30:53 +00:00
CompilerDriver
ExecutionEngine MCJIT lazy relocation resolution and symbol address re-assignment. 2011-04-12 21:20:41 +00:00
Linker
MC Remove LastOffset from the asm parser. 2011-04-12 18:53:30 +00:00
Object
Support regexes are allowed to match empty things, e.g. {{.*}} in filecheck. 2011-04-09 06:29:24 +00:00
Target Add bad register checks for Thumb2 Ld/St instructions. 2011-04-12 21:17:51 +00:00
Transforms lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340. 2011-04-12 01:54:40 +00:00
VMCore Make IRBuilder support StringRef for building strings. 2011-04-12 00:29:07 +00:00
CMakeLists.txt
Makefile