summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-5/+20
* Fix test regression TestDisassemble_VST1_64 (caused by r239996)Tamas Berghammer2015-06-181-1/+1
* [LLDB][MIPS] Emulation of MIPS64 floating-point branch instructionsMohit K. Bhakkad2015-06-181-4/+42
* Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.Oleksiy Vyalov2015-06-081-2/+2
* Fix call to llvm::Target::createMCInstPrinter.Chaoren Lin2015-03-311-3/+3
* Fix call to MCInstPrinter::printInst to pass MCSubtargetInfo.Akira Hatanaka2015-03-271-1/+2
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-4/+42
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-1/+1
* Update to reflect the API change to createMCSymbolizer in LLVM r226416.Chandler Carruth2015-01-191-1/+1
* Update for llvm API change.Rafael Espindola2014-11-121-4/+2
* Use llvm::StringRefMemoryObject NFC.Rafael Espindola2014-11-071-24/+3
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+9
* Update how we create our MCSymbolizer to keep working correctlyJason Molenda2014-05-171-1/+5
* Remove trailing spacesSylvestre Ledru2014-04-151-61/+60
* Make LLDB builds against the current LLVM sources (modification on createMCDi...Sylvestre Ledru2014-04-151-1/+1
* Fix LLDB to build with top of tree LLVM/Clang.Greg Clayton2014-04-141-5/+3
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Replace uses of OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-071-2/+1
* Stop leaking MCRegisterInfo.Jean-Daniel Dupas2013-12-291-1/+2
* Handle endianness in the Opcode classEd Maste2013-12-091-12/+14
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Add definitions for "armv6m", which indicates a Cortex-M0 processor.Jason Molenda2013-09-271-2/+8
* Moved the static s_regex into a function body to allow it to be lazily initia...Greg Clayton2013-08-271-7/+2
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-15/+10
* New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea2013-08-071-6/+26
* When a Cortex-M3 target is selected (armv7m), force disassembly to be inJason Molenda2013-07-221-9/+22
* Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain2013-07-111-1/+1
* Update to new API.Bill Wendling2013-06-181-1/+1
* Added a parameter for relocation info to keep lldb in step with llvm due to r...Ashok Thirumurthi2013-05-241-4/+13
* Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduce...Sylvestre Ledru2013-05-131-2/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-16/+5
* <rdar://problem/13751683> Greg Clayton2013-05-031-2/+12
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+5
* <rdar://problem/11730263>Greg Clayton2013-03-281-101/+99
* DoesBranch needs to compute the instruction if it isn't already done.Jim Ingham2013-03-131-5/+55
* Misc. clang build warning fixes.Matt Kopec2013-03-121-1/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-132/+227
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* 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
OpenPOWER on IntegriCloud