| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated LLVM to take some fixes that make the | Sean Callanan | 2012-02-23 | 1 | -19/+7 |
| | | | | | | | | | | | | Intel disassembler usable. Also flipped the switch: we are now exclusively using Disassembler.h instead of EnhancedDisassembly.h for all disassembly in LLDB. llvm-svn: 151306 | ||||
| * | Fix compile error for DisassemblerLLVMC.cpp. | Johnny Chen | 2012-02-20 | 1 | -1/+2 |
| | | | | | | | | | Patch by Dmitry Vyukov <dvyukov@google.com>. Also add the relevant files to the Xcode project. llvm-svn: 150991 | ||||
| * | Added a new disassembler plugin, DisassemblerLLVMC, | Sean Callanan | 2012-02-17 | 1 | -0/+580 |
| which uses the Disassembler.h interface to the LLVM disassemblers rather than the EnhancedDisassembly.h interface. Disassembler.h is a better-maintained API and will be stabler in the long term. Currently the output from Disassembler.h does not provide for symbolic disassembly in all the places that the old disassembler did, so I have gated (and disabled) the disassembler. It'll be easy to flip the switch later. In the meantime, to enable the new disassembler, uncomment "#define USE_NEW_DISASSEMBLER" in lldb.cpp. llvm-svn: 150772 | |||||

