summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rmoved the old LLVM disassembler based on libedis.Sean Callanan2012-12-141-529/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-3/+7
* <rdar://problem/11330621>Greg Clayton2012-05-101-282/+5
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+4
* Since we are having issues with the new LLVM MC disassembler, we can haveGreg Clayton2012-03-221-2/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-16/+21
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton2012-01-191-15/+1
* Handle all of the "thumb" target triple architecture variants that llvmGreg Clayton2011-12-161-1/+1
* Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm...Johnny Chen2011-11-291-0/+11
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-2/+2
* Fixed a leak in the LLVM disassembler where theSean Callanan2011-10-271-1/+7
* Fixed the public and internal disassembler API to be named correctly:Greg Clayton2011-09-271-6/+6
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-14/+158
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-4/+10
* Revert the workaround patch in the last check in. With the local patch to LL...Johnny Chen2011-08-191-30/+1
* Apply some workaround for known crashers.Johnny Chen2011-08-181-1/+30
* Fixed an issue of wrong (by +2) branch target calculation in the disassembler...Johnny Chen2011-08-031-0/+6
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-1/+1
* Add comment.Johnny Chen2011-05-241-0/+2
* Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introd...Johnny Chen2011-05-231-45/+35
* Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fail...Johnny Chen2011-05-231-0/+28
* Fix the Align() utility which tries to align the raw disassembly with the edi...Johnny Chen2011-05-231-4/+10
* A little refactoring.Johnny Chen2011-05-211-7/+10
* When in non-raw mode and edis fails to parse the tokens of the instruction, o...Johnny Chen2011-05-211-1/+10
* Fix build error - strstr returns a const char *Peter Collingbourne2011-05-201-1/+1
* Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed asJohnny Chen2011-05-201-0/+24
* Make InstructionLLVM::Dump() more robust for edis in cases when all theJohnny Chen2011-05-191-24/+36
* Some refactorings with respect to setting of the 'printTokenized' flag.Johnny Chen2011-05-181-20/+16
* Remove dead code which tests for boolan flag 'raw' and restore one indentatio...Johnny Chen2011-05-181-47/+39
* If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor...Johnny Chen2011-05-181-1/+1
* Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the addressJohnny Chen2011-05-121-15/+20
* Construction of the RegisterReaderArg instance should happen after we have a ...Johnny Chen2011-05-121-2/+2
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-1/+13
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-3/+19
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-14/+13
* Add Emulate and DumpEmulation to Instruction class.Caroline Tice2011-04-051-9/+9
* Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice2011-04-051-1/+1
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-15/+27
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-28/+28
* Made the lldb_private::Opcode struct into a real boy... I mean class.Greg Clayton2011-03-241-7/+38
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-2/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-5/+29
* Fixed a bug where the disassembly syntax specified for theSean Callanan2011-03-091-1/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-19/+0
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-7/+3
* Fixed an issue where detection of vCont support wasn't being done correctly.Greg Clayton2011-02-161-26/+20
* Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton2011-02-041-3/+3
OpenPOWER on IntegriCloud