llvm-6502/lib
Chandler Carruth 83fafb32fd [unroll] Don't use a map from pointer to bool. Use a set.
This is much more efficient. In particular, the query with the user
instruction has to insert a false for every missing instruction into the
set. This is just a cleanup a long the way to fixing the underlying
algorithm problems here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228994 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-13 00:29:39 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Add support for having multiple sections with the same name and comdat. 2015-02-12 23:29:51 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR IR: Stop abusing DW_TAG_base_type for compile unit arrays 2015-02-12 21:52:11 +00:00
IRReader
LineEditor
Linker
LTO
MC Add support for having multiple sections with the same name and comdat. 2015-02-12 23:29:51 +00:00
Object
Option
ProfileData
Support
TableGen
Target X86: Don't crash if we can't decode the pshufb mask 2015-02-12 23:26:26 +00:00
Transforms [unroll] Don't use a map from pointer to bool. Use a set. 2015-02-13 00:29:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile