summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko2015-10-211-16/+27
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-27/+16
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-0/+2
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-5/+22
* Fix build after llvm r247683 was reverted.Daniel Sanders2015-09-151-1/+1
* Fix build after llvm r247683Pavel Labath2015-09-151-1/+1
* Remove a call to deleted function.Greg Clayton2015-09-091-1/+0
* Make sure to flush the stream to make sure the string is up to date when we q...Greg Clayton2015-09-091-0/+1
* Only create alternative thumb disassembler if the main one is armTamas Berghammer2015-09-021-2/+2
* Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer2015-09-021-10/+18
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+45
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-3/+3
* Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-131-1/+0
* [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
OpenPOWER on IntegriCloud