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
/
API
/
SBType.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
1
-2
/
+4
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+8
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-4
/
+4
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+114
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+16
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-1
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-50
/
+248
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-37
/
+37
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
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
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-4
/
+4
*
[API] Remove redundants get() from smart pointers. NFC
Jonas Devlieghere
2018-12-20
1
-12
/
+12
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-3
/
+3
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-1
/
+1
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-9
/
+19
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-726
/
+495
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
1
-0
/
+8
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
1
-0
/
+25
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+8
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-3
/
+3
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-2
/
+0
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-0
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-37
/
+18
*
Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...
Enrico Granata
2015-08-13
1
-3
/
+3
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-36
/
+36
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-12
/
+17
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-17
/
+12
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-12
/
+17
*
Add logic to ClangASTType and SBType to discover information about vector types
Enrico Granata
2015-01-28
1
-1
/
+22
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-1
/
+1
*
Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126...
Enrico Granata
2014-10-28
1
-1
/
+23
*
Fix a problem where an SBType was advertising its static type class even thou...
Enrico Granata
2014-10-23
1
-1
/
+1
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-0
/
+8
*
Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type...
Enrico Granata
2014-10-06
1
-1
/
+1
*
Extend the member function discovery APIs to also support Objective-C as well...
Enrico Granata
2014-09-19
1
-7
/
+31
*
Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...
Enrico Granata
2014-09-15
1
-4
/
+95
*
Add logic to LLDB to figure out the types of member functions of C++ classes....
Enrico Granata
2014-09-12
1
-0
/
+22
*
Add support for inspecting enum members.
Todd Fiala
2014-06-02
1
-0
/
+24
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+8
*
Added the ability to get the type that a typedef points to via:
Greg Clayton
2014-01-23
1
-0
/
+8
*
<rdar://problem/15144376>
Enrico Granata
2013-10-29
1
-37
/
+41
*
string.h and clang headers are apparently no longer necessary for SBType to c...
Enrico Granata
2013-10-15
1
-6
/
+0
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-127
/
+73
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-0
/
+12
[next]