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
/
Expression
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a buffer-size bug when the first DW_OP_piece is undefined
Adrian Prantl
2020-02-19
1
-0
/
+5
*
Add testing for DW_OP_piece and fix a bug with small Scalar values.
Adrian Prantl
2020-02-19
1
-1
/
+22
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
4
-29
/
+8
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-1
/
+1
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
1
-1
/
+1
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-5
/
+1
*
[lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...
Raphael Isemann
2019-12-20
1
-20
/
+7
*
[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...
Raphael Isemann
2019-12-18
1
-13
/
+100
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
2
-0
/
+60
*
whitespace cleanup
Adrian Prantl
2019-10-21
1
-1
/
+1
*
Factor out common test functionality into a helper class. (NFC)
Adrian Prantl
2019-10-21
1
-81
/
+91
*
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
Raphael Isemann
2019-10-10
1
-28
/
+44
*
[lldb] Also force posix paths in CppModuleConfigurationTest
Raphael Isemann
2019-09-24
1
-1
/
+1
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
2
-0
/
+169
*
[lldb][NFC] Sort files in unittests/Expression/CMakeLists.txt
Raphael Isemann
2019-09-11
1
-1
/
+1
*
Implement DW_OP_convert
Adrian Prantl
2019-09-10
1
-4
/
+290
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-2
/
+2
*
[lldb][NFC] Add unit test for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
2
-0
/
+195
*
DWARFExpression: Fix implementation of DW_OP_pick
Pavel Labath
2019-04-29
2
-0
/
+44
*
[ExpressionParser] Add swift-lldb case for finding clang resource dir
Alex Langford
2019-03-26
1
-3
/
+2
*
[ExpressionParser] Implement ComputeClangResourceDir for Windows
Alex Langford
2019-03-07
1
-2
/
+5
*
[ExpressionParser] Test GetClangResourceDir
Alex Langford
2019-03-06
1
-12
/
+27
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
2
-275
/
+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
1
-2
/
+9
*
Really fix ClangParserTest
Pavel Labath
2018-06-05
1
-1
/
+9
*
Fix ClangParserTest.cpp
Pavel Labath
2018-06-05
1
-1
/
+1
*
Fix Expression unittests on Darwin
Jonas Devlieghere
2018-06-05
2
-1
/
+4
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
2
-0
/
+66
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
1
-7
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] Update unit tests with accurate dependencies
Chris Bieneman
2017-02-01
1
-0
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-202
/
+232
*
Fix build for go parser unittest.
Ryan Brown
2015-11-03
1
-1
/
+1
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
2
-0
/
+253