summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/SysV-mips
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-661/+998
* 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-242-21/+103
* Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...Tamas Berghammer2016-05-202-103/+21
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-202-21/+103
* 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
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* [LLDB][MIPS] Handle PIC calling convention for MIPS32Bhushan D. Attarde2015-12-081-6/+37
* [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...Eugene Zelenko2015-10-161-43/+45
* [MIPS] Emulate microMIPS instructionsBhushan D. Attarde2015-10-061-6/+4
* 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
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* 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-112-5/+5
* [LLDB][MIPS] ABI Plugin for MIPS32Bhushan D. Attarde2015-06-184-0/+732
OpenPOWER on IntegriCloud