summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
Commit message (Expand)AuthorAgeFilesLines
* A patch that allows for mach-o architectures to be specified as "<number>-<nu...Greg Clayton2012-09-191-4/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Changed the Opcode::GetData() API so that it didn'tSean Callanan2012-08-071-1/+1
* Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...Greg Clayton2012-08-071-3/+4
* Improved raw disassembly output for Thumb.Sean Callanan2012-08-061-4/+5
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-0/+2
* <rdar://problem/11330621>Greg Clayton2012-05-101-334/+310
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-131-2/+2
* Cleaned up code that was getting SBData for an SBInstruction.Greg Clayton2012-04-111-22/+37
* Improved detection of ARM branch instructions toSean Callanan2012-04-101-6/+4
* Fixed a leak in the LLVM disassembler where weSean Callanan2012-04-061-0/+10
* Order ivar initializers to how they're declared in the class.Bill Wendling2012-04-061-1/+1
* Resolved two problems in the disassembler:Sean Callanan2012-03-221-5/+7
* Fixed a bug in the disassembler where we didSean Callanan2012-03-221-29/+38
* Since we are having issues with the new LLVM MC disassembler, we can haveGreg Clayton2012-03-221-2/+2
* Added a function to the disassembler that checksSean Callanan2012-03-021-2/+92
* Updated LLVM to take some fixes that make theSean Callanan2012-02-231-19/+7
* Fix compile error for DisassemblerLLVMC.cpp.Johnny Chen2012-02-201-1/+2
* Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan2012-02-171-0/+580
OpenPOWER on IntegriCloud