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-arm
/
ABISysV_arm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-1
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
[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
-5
/
+7
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-31
/
+35
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
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
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
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
-8
/
+8
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-969
/
+2026
*
Fix RegisterInfo initializers to have all the required initializers after rec...
Greg Clayton
2016-08-08
1
-104
/
+104
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-3
/
+3
*
Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...
Omair Javaid
2016-02-29
1
-58
/
+122
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...
Eugene Zelenko
2016-02-26
1
-117
/
+121
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-20
/
+7
*
Handle floating-point type homogeneous aggregate return values in ABISysV_arm
Omair Javaid
2016-02-11
1
-0
/
+76
*
Add support to detect arm hard float ABI based binaries for ABISysV_arm
Omair Javaid
2016-02-05
1
-7
/
+44
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-22
/
+22
*
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
-84
/
+84
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-4
/
+0
*
Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
2015-07-22
1
-10
/
+39
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-0
/
+4
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-4
/
+0
*
Handle aggregate return types in SysV-arm ABI
Tamas Berghammer
2015-05-21
1
-5
/
+28
*
Add float/double return value handling to SysV-arm ABI
Tamas Berghammer
2015-05-21
1
-0
/
+37
*
This patch adds required piece of code for SysV Abi for arm.
Omair Javaid
2015-04-29
1
-0
/
+856