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
/
unittests
/
Symbol
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...
Raphael Isemann
2020-01-10
1
-1
/
+5
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-2
/
+1
*
[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...
Raphael Isemann
2020-01-02
1
-0
/
+49
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
5
-53
/
+14
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-2
/
+1
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
2
-75
/
+75
*
[lldb][NFC] Remove utility methods in TestClangASTImporter
Raphael Isemann
2019-12-20
1
-35
/
+8
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-12
/
+6
*
[lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...
Raphael Isemann
2019-12-20
1
-64
/
+44
*
[lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methods
Raphael Isemann
2019-12-20
1
-11
/
+82
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb] Add unit test for ClangASTImporter
Raphael Isemann
2019-12-16
2
-0
/
+221
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
1
-4
/
+36
*
[lldb][NFC] Fix file header of TestClangASTContext.cpp
Raphael Isemann
2019-12-16
1
-3
/
+1
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-19
/
+19
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-2
/
+1
*
[lldb][NFC] Remove unused include in TestLineEntry.cpp
Raphael Isemann
2019-09-20
1
-1
/
+0
*
Fix windows build after r369894
Pavel Labath
2019-08-26
1
-6
/
+4
*
Postfix: move more code out of the PDB plugin
Pavel Labath
2019-08-26
1
-27
/
+56
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-0
/
+44
*
unittests: Use yaml2obj as a library instead of an external process
Pavel Labath
2019-08-20
4
-182
/
+161
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-6
/
+8
*
SymbolVendor: Move Symtab construction into the SymbolFile
Pavel Labath
2019-07-26
2
-0
/
+4
*
Fixup r360161
Pavel Labath
2019-05-07
2
-3
/
+1
*
PostfixExpression: Use signed integers in IntegerNode
Pavel Labath
2019-05-07
1
-6
/
+7
*
Added missing files from 360071.
Greg Clayton
2019-05-07
3
-0
/
+1179
*
[CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake build
Jonas Devlieghere
2019-05-06
1
-1
/
+0
*
[CMake] Remove inlined-functions.yaml
Jonas Devlieghere
2019-05-06
1
-1
/
+0
*
Fix the cmake build by removing non-existant source file
Reid Kleckner
2019-05-06
1
-1
/
+0
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
2
-26
/
+9
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-2
/
+2
*
PostfixExpression: Introduce InitialValueNode
Pavel Labath
2019-04-30
1
-0
/
+16
*
PostfixExpression: move DWARF generator out of NativePDB internals
Pavel Labath
2019-04-26
1
-0
/
+55
*
PostfixExpression: move parser out of NativePDB internals
Pavel Labath
2019-04-24
2
-0
/
+98
*
[LLDB] - Update the test cases after yaml2obj change.
George Rimar
2019-04-03
1
-16
/
+18
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-2
/
+7
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
2
-0
/
+49
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
TestClangASTContext: Rewrite an if-else chain into a switch
Pavel Labath
2019-01-16
1
-3
/
+11
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
1
-6
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
2
-7
/
+20
*
[NFC] Refactor SetBaseClasses and DeleteBaseClasses.
Zachary Turner
2018-10-25
1
-11
/
+14
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-2
/
+3
*
[LLDB] Unit tests / typo fix
David Carlier
2018-06-07
1
-1
/
+1
*
Remove spurious dependency on Process/elf-core from Process/Utility.
James Y Knight
2018-05-23
1
-0
/
+1
*
Fix memory leak in TestClangASTContext.TestRecordHasFields
Raphael Isemann
2018-01-22
1
-0
/
+5
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-7
/
+8
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-10
/
+20
[next]