llvm-6502/lib/MC/MCDisassembler
Shantonu Sen 80fd30563c Fix comparator used for looking up previously instantiated EDDisassemblers.
Now, Syntax is only used as a tie-breaker if the Arch
matches. Previously, a request for x86_64 disassembler followed by the
i386 disassembler in a single process would return the cached x86_64
disassembler. Fixes <rdar://problem/8958982>



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125215 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-09 21:03:19 +00:00
..
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
EDDisassembler.cpp Fixed version of 121434 with no new memory leaks. 2010-12-10 07:39:47 +00:00
EDDisassembler.h Fix comparator used for looking up previously instantiated EDDisassemblers. 2011-02-09 21:03:19 +00:00
EDInfo.h turn this into a normal header. 2010-07-20 19:43:19 +00:00
EDInst.cpp Fixed a crash in the enhanced disassembler where 2010-09-23 02:14:12 +00:00
EDInst.h Merge System into Support. 2010-11-29 18:16:10 +00:00
EDOperand.cpp Make some symbols static, move classes into anonymous namespaces. 2010-10-22 17:35:07 +00:00
EDOperand.h Merge System into Support. 2010-11-29 18:16:10 +00:00
EDToken.cpp Let's get those buildbots green: #include is needed in the header, not just the implementation. 2010-07-20 20:16:11 +00:00
EDToken.h Merge System into Support. 2010-11-29 18:16:10 +00:00
Makefile there is no reason to dynamically generate a static header. 2010-07-20 18:59:58 +00:00