summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-112-12/+10
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-291-2/+6
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-4/+10
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-195-0/+5
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-235-26/+26
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-11/+3
* typedef enum -> enumFangrui Song2019-05-142-31/+23
* Fix file names in file headers. NFCFangrui Song2019-05-132-2/+2
* [CMake] Remove EmulateInstructionMIPS dependency on InterpreterAlex Langford2019-05-022-2/+4
* Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShiftRaphael Isemann2019-04-271-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-66/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* Simplify Boolean expressionsJonas Devlieghere2018-12-154-254/+99
* Revert a hunk that shouldn't have been included in the last commit.Frederic Riss2018-12-091-1/+1
* Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss2018-12-091-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-113-12/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-113-5/+3
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* [MIPS] Fix signed overflow in DADDIU emulationVedant Kumar2018-09-111-1/+12
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-5/+5
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-262-5/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-341/+272
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-274-0/+515
* [ARM64] Remove unused function. NFCI.Davide Italiano2018-01-021-13/+0
* Move ArchSpec to the Utility modulePavel Labath2017-11-134-4/+4
* Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer2017-09-143-12/+3
* [LLDB][MIPS] Fix emulation of Instruction for MIPS64R6 target.Nitesh Jain2017-07-271-18/+57
* silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool2017-07-191-1/+2
* Rename Error -> Status.Zachary Turner2017-05-127-17/+17
* [ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.Davide Italiano2017-04-141-2/+2
* iwyu fixes for lldbCore.Zachary Turner2017-04-063-4/+5
* Fix two places where an arm instruction emulation methodJason Molenda2017-03-211-3/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-2/+2
* Fix various warnings. NFCZachary Turner2017-03-021-352/+0
* [CMake] Add dependency on Mips target if it is availableChris Bieneman2017-02-082-0/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-028-13/+13
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-0/+909
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-314-4/+42
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-2/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructionsJason Molenda2016-11-011-67/+75
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-111-3/+8
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-012-23/+23
* [LLDB][MIPS] Fix Emulation for JALR64 InstructionNitesh Jain2016-09-091-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0610-18349/+18627
* Delete Host/windows/win32.hZachary Turner2016-08-092-0/+2
OpenPOWER on IntegriCloud