summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-3/+7
* 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-104-635/+324
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+4
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-132-3/+3
* 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-222-4/+4
* Added a function to the disassembler that checksSean Callanan2012-03-021-2/+92
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* 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
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-16/+21
* Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan2012-02-172-0/+706
* 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-192-22/+2
* 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-272-8/+8
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-262-14/+167
* 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-122-17/+22
* Construction of the RegisterReaderArg instance should happen after we have a ...Johnny Chen2011-05-121-2/+2
OpenPOWER on IntegriCloud