llvm-6502/lib
Sean Callanan 1e1901a294 Fixed a bug in the disassembler where the mandatory 0x66
prefix would be misinterpreted in some cases on 32-bit
x86 platforms.  Thanks to Olivier Meurant for identifying
the bug.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124709 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-02 01:09:02 +00:00
..
Analysis Add a m_Undef pattern for convenience. This is so that code that uses 2011-02-01 09:06:20 +00:00
Archive
AsmParser
Bitcode
CodeGen Given a pair of floating point load and store, if there are no other uses of 2011-02-02 01:06:55 +00:00
CompilerDriver
ExecutionEngine
Linker Correctly merge available_externally and regular definitions when they have 2011-02-01 05:33:52 +00:00
MC Fix bogus assert condition noticed by Csaba Raduly. 2011-02-01 01:50:49 +00:00
Object
Support
Target Fixed a bug in the disassembler where the mandatory 0x66 2011-02-02 01:09:02 +00:00
Transforms
VMCore Make SwitchInst::removeCase() more efficient. 2011-02-01 09:22:34 +00:00
Makefile