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
/
ClangASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
1
-4
/
+76
*
Make sure LLDB can deal with forward declarations to enums without crashing o...
Greg Clayton
2016-04-29
1
-15
/
+19
*
Committing patch from <Michael Woerister <michaelwoerister@posteo.net>
Jason Molenda
2016-04-27
1
-0
/
+2
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-11
/
+4
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
1
-2
/
+30
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-4
/
+11
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
1
-2
/
+3
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-11
/
+4
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
1
-2
/
+2
*
Fix-up LLDB build after rL13179
Tamas Berghammer
2016-04-08
1
-18
/
+54
*
Symbol: fix build
Saleem Abdulrasool
2016-04-07
1
-2
/
+2
*
Add some unit tests for ClangASTContext.
Zachary Turner
2016-04-01
1
-128
/
+89
*
Don't try to call getTypeSize() on a class if it isn't complete as clang will...
Greg Clayton
2016-03-29
1
-1
/
+9
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
1
-342
/
+132
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-2
/
+3
*
Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type ...
Greg Clayton
2016-03-15
1
-1
/
+1
*
Fix expression evaluation for resolving anonymous aggregrate types with a typ...
Ewan Crawford
2016-03-15
1
-0
/
+14
*
Fix test for homogeneity in case of aggregate consisting of containerized vec...
Omair Javaid
2016-02-24
1
-13
/
+14
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+2
*
Disable recognition of "using" declarations at translation-unit level.
Sean Callanan
2016-02-12
1
-0
/
+9
*
When calling TypeSystemMap::Clear, objects being destroyed in the process of
Jim Ingham
2016-02-12
1
-16
/
+22
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-1
/
+18
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-18
/
+1
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-1
/
+18
*
[RenderScript] Use LLVM DWARF language enum
Ewan Crawford
2016-02-03
1
-1
/
+2
*
Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContext
Ewan Crawford
2016-01-14
1
-2
/
+2
*
Add clang::Type::Pipe to ClangASTContext
Pavel Labath
2016-01-12
1
-0
/
+3
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-0
/
+12
*
Update LLDB to account for Clang r256463
David Majnemer
2015-12-27
1
-2
/
+1
*
Add support for seeing through clang::AutoType in ClangASTContext
Enrico Granata
2015-12-18
1
-10
/
+160
*
Don't strip types of their typedefs when getting function types.
Greg Clayton
2015-12-17
1
-2
/
+2
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
1
-0
/
+117
*
Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...
Greg Clayton
2015-12-08
1
-4
/
+4
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-98
/
+556
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-399
/
+97
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-97
/
+399
*
Fix multiple symbol lookup in the same namespace
Eugene Leviant
2015-11-13
1
-1
/
+2
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
1
-28
/
+117
*
Add a way for source languages to "mark" ValueObjects with language-specific ...
Enrico Granata
2015-11-09
1
-7
/
+15
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+32
*
Fix __fp16 types so we can display them and use them in expressions.
Greg Clayton
2015-11-03
1
-3
/
+8
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-2
/
+3
*
Fix a couple issues where trying to print a type would cause LLDB to crash
Enrico Granata
2015-10-14
1
-2
/
+2
*
Fix a crash, an UB and add some assert to dwo symbol file handling
Tamas Berghammer
2015-10-09
1
-5
/
+11
*
Fix the windows build after r249747
Tamas Berghammer
2015-10-09
1
-1
/
+3
*
Added support for enumerating the languages that actually support TypeSystems
Sean Callanan
2015-10-08
1
-1
/
+30
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
1
-21
/
+44
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-2
/
+9
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-6
/
+3
[next]