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
/
Target
/
ABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-1
/
+1
*
[lldb] Move register info "augmentation" from gdb-remote into ABI
Pavel Labath
2019-12-03
1
-18
/
+17
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-0
/
+19
*
[Target][NFCI] Rename variable
Alex Langford
2019-07-17
1
-8
/
+8
*
[Target] Remove ABI's dependence on ExpressionParser
Alex Langford
2019-05-31
1
-5
/
+5
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-2
/
+4
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-2
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+6
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-4
/
+2
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-177
/
+163
*
Add new ABI callback to provide fallback unwind register locations
Ulrich Weigand
2016-04-14
1
-0
/
+24
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-02-18
1
-17
/
+11
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-1
/
+1
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+5
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-3
/
+4
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-1
/
+1
*
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
1
-2
/
+2
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
ABI for the Hexagon DSP
Deepak Panickal
2014-07-21
1
-1
/
+33
*
Fixed build warnings.
Greg Clayton
2012-10-30
1
-0
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-3
/
+3
*
Fixed a dangling pointer bug associated with the
Sean Callanan
2012-01-05
1
-1
/
+2
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-12
/
+57
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+29
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-0
/
+52
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-7
/
+7
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+47