summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-1/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-16/+9
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+6
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-131-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+4
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-582/+941
* Fix RegisterInfo initializers to have all the required initializers after rec...Greg Clayton2016-08-081-38/+38
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-2/+2
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-241-21/+100
* Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...Tamas Berghammer2016-05-201-100/+21
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-201-21/+100
* Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...Eugene Zelenko2016-02-261-48/+53
* [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPSBhushan D. Attarde2016-02-081-2/+13
* [LLDB][MIPS] Handle PIC calling convention for MIPS32Bhushan D. Attarde2015-12-081-6/+37
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-14/+14
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-126/+84
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* [MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABIBhushan D. Attarde2015-08-141-3/+50
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* [LLDB][MIPS] ABI Plugin for MIPS32Bhushan D. Attarde2015-06-181-0/+590
OpenPOWER on IntegriCloud