index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
ABI
/
SysV-mips
/
ABISysV_mips.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-1
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-16
/
+9
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-1
/
+1
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-4
/
+6
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+4
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-582
/
+941
*
Fix RegisterInfo initializers to have all the required initializers after rec...
Greg Clayton
2016-08-08
1
-38
/
+38
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-2
/
+2
*
[LLDB][MIPS] Fix floating point handling in case of thread step-out
Sagar Thakur
2016-05-24
1
-21
/
+100
*
Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...
Tamas Berghammer
2016-05-20
1
-100
/
+21
*
[LLDB][MIPS] Fix floating point handling in case of thread step-out
Sagar Thakur
2016-05-20
1
-21
/
+100
*
Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...
Eugene Zelenko
2016-02-26
1
-48
/
+53
*
[LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPS
Bhushan D. Attarde
2016-02-08
1
-2
/
+13
*
[LLDB][MIPS] Handle PIC calling convention for MIPS32
Bhushan D. Attarde
2015-12-08
1
-6
/
+37
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-14
/
+14
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+0
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-126
/
+84
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
[MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABI
Bhushan D. Attarde
2015-08-14
1
-3
/
+50
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
[LLDB][MIPS] ABI Plugin for MIPS32
Bhushan D. Attarde
2015-06-18
1
-0
/
+590