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-arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
2
-2
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-3
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-17
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-4
/
+5
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-26
/
+33
*
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
2
-8
/
+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
-15
/
+14
*
Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Stephane Sezer
2017-10-09
1
-1
/
+1
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
2
-4
/
+4
*
Tweak SysV_arm64 function entry unwind plan
Pavel Labath
2017-06-19
1
-4
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-10
/
+10
*
ABISysV_arm64: compute return value for large vectors correctly
Pavel Labath
2017-05-05
1
-18
/
+16
*
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
*
[CMake] Add explicit dependencies to plugins
Chris Bieneman
2017-01-31
1
-1
/
+8
*
Fix log typo in ABISysV_arm64.cpp
Omair Javaid
2017-01-13
1
-1
/
+1
*
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
2
-1047
/
+2366
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
2
-0
/
+10
*
Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton
2016-08-08
1
-136
/
+136
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...
Eugene Zelenko
2016-02-26
1
-156
/
+159
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...
Eugene Zelenko
2015-10-16
1
-9
/
+8
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-9
/
+9
*
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
-1
/
+1
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-5
/
+3
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
2
-6
/
+6
*
This patch adds support aarch64-linux-gnu (SysV) abi in lldb.
Omair Javaid
2015-04-29
4
-0
/
+1225