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
/
Symbol
/
TypeSystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+4
*
[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift reference
Raphael Isemann
2019-11-27
1
-2
/
+0
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-0
/
+18
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-17
/
+0
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-0
/
+17
*
Revert "[CompilerType] Simplify the interface a bit more.."
Davide Italiano
2019-08-06
1
-0
/
+4
*
[CompilerType] Simplify the interface a bit more..
Davide Italiano
2019-08-06
1
-4
/
+0
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-49
/
+125
*
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
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Provide a default implementation of TypeSystem::GetNumTemplateArguments
Frederic Riss
2018-08-30
1
-0
/
+4
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-3
/
+3
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-0
/
+17
*
[TypeSystem] Reduce code duplication merging two almost identical functions.
Davide Italiano
2017-08-31
1
-14
/
+9
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-0
/
+9
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-207
/
+153
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
1
-0
/
+6
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-9
/
+6
*
Refinement of r260624. It is possible somebody might try to add to the map
Jim Ingham
2016-02-15
1
-6
/
+20
*
When calling TypeSystemMap::Clear, objects being destroyed in the process of
Jim Ingham
2016-02-12
1
-2
/
+20
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-1
/
+3
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-3
/
+1
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-1
/
+3
*
Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...
Greg Clayton
2015-12-08
1
-0
/
+8
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
1
-0
/
+30
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
1
-1
/
+1
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+6
*
Introduce the concept of a type that is meaningless without dynamic resolutio...
Enrico Granata
2015-10-20
1
-0
/
+6
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
1
-2
/
+114
*
Allow CompilerType to express a vote on whether oneliner printing should happen
Enrico Granata
2015-09-23
1
-0
/
+6
*
Add {TypeSystem|CompilerType}::GetTypeForFormatters()
Enrico Granata
2015-09-23
1
-0
/
+5
*
Use opaque_compiler_type_t in place of void*.
Bruce Mitchener
2015-09-23
1
-6
/
+6
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-0
/
+61
*
Use LLVM casting for TypeSystem so you can cast it to subclasses.
Greg Clayton
2015-09-08
1
-1
/
+2
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-1
/
+0
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
1
-1
/
+2
*
Added missing files from checking regarding:
Greg Clayton
2015-08-11
1
-0
/
+20
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-20
/
+0
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-0
/
+20