aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Instruction
AgeCommit message (Expand)Author
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-16Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song
2019-05-14typedef enum -> enumFangrui Song
2019-05-13Fix file names in file headers. NFCFangrui Song
2019-05-02[CMake] Remove EmulateInstructionMIPS dependency on InterpreterAlex Langford
2019-04-27Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShiftRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-09Revert a hunk that shouldn't have been included in the last commit.Frederic Riss
2018-12-09Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-09-11[MIPS] Fix signed overflow in DADDIU emulationVedant Kumar
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-27[LLDB] Initial version of PPC64 InstEmulationPavel Labath
2018-01-02[ARM64] Remove unused function. NFCI.Davide Italiano
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-09-14Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer
2017-07-27[LLDB][MIPS] Fix emulation of Instruction for MIPS64R6 target.Nitesh Jain
2017-07-19silence a couple of -Wqual-cast warning from GCC (NFC)Saleem Abdulrasool
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-14[ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.Davide Italiano
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-21Fix two places where an arm instruction emulation methodJason Molenda
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-08[CMake] Add dependency on Mips target if it is availableChris Bieneman
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2017-01-31[CMake] [1/4] Update a batch of pluginsChris Bieneman
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-01Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructionsJason Molenda
2016-10-11Add a first unit test for the arm64 instruction profiled unwindJason Molenda
2016-10-01Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini
2016-09-09[LLDB][MIPS] Fix Emulation for JALR64 InstructionNitesh Jain
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-08-02[LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation...Nitesh Jain
2016-06-23[LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructionsSagar Thakur
2016-04-14Fix ARM instruction emulation tests on big-endian systemsUlrich Weigand
2016-04-14Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand