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
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] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...
Raphael Isemann
2020-01-10
1
-1
/
+5
*
RangeDataVector: Support custom sorting for D63540
Jan Kratochvil
2020-01-10
1
-0
/
+42
*
[lldb] Remove default llvm::Triple argument from ClangASTContext constructor
Raphael Isemann
2020-01-08
1
-2
/
+3
*
[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 sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
1
-1
/
+1
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
27
-231
/
+261
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
2
-3
/
+2
*
[lldb] Fix windows build after getASTContext() change
Raphael Isemann
2019-12-21
1
-3
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
4
-79
/
+79
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
1
-0
/
+2
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
2
-2
/
+2
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
4
-0
/
+103
*
[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
2
-17
/
+7
*
[lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...
Raphael Isemann
2019-12-20
4
-84
/
+129
*
[lldb] Put the headers in unittests/TestingSupport/ into modules
Raphael Isemann
2019-12-20
1
-0
/
+11
*
[lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methods
Raphael Isemann
2019-12-20
1
-11
/
+82
*
[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...
Raphael Isemann
2019-12-18
1
-13
/
+100
*
[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][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
2
-0
/
+60
*
[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/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
3
-5
/
+7
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb][NFC] Cleanup includes in FormatManagerTests.cpp
Raphael Isemann
2019-12-11
1
-13
/
+0
*
[FormatManager] Add a unittest for GetCandidateLanguages()
Davide Italiano
2019-12-10
3
-0
/
+63
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
1
-0
/
+2
*
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...
shafik
2019-12-05
1
-1
/
+10
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-31
/
+27
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
1
-0
/
+2
*
Avoid triple corruption while merging core info
Muhammad Omair Javaid
2019-12-05
1
-0
/
+35
*
[lldb] Remove some (almost) unused Stream::operator<<'s
Pavel Labath
2019-12-04
1
-9
/
+0
*
[lldb] Add test for Stream::Address and Stream::AddressRange
Raphael Isemann
2019-12-04
1
-0
/
+92
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-0
/
+21
*
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...
Alexandre Ganea
2019-12-03
1
-0
/
+12
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-19
/
+19
*
[lldb] Fix windows build for 38870af
Pavel Labath
2019-11-29
1
-1
/
+1
*
[lldb] Add FileSpec::Equal unit tests
Pavel Labath
2019-11-28
1
-0
/
+20
*
[lldb] Simplify and improve FileSpecTest
Pavel Labath
2019-11-28
1
-24
/
+24
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-9
/
+0
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-2
/
+1
*
[lldb] [unittest] Skip TestStopReplyContainsThreadPcs on NetBSD
Michał Górny
2019-11-18
1
-1
/
+7
*
[lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSD
Michał Górny
2019-11-18
1
-4
/
+0
*
[lldb] Fix JSON parser to allow empty arrays
Alex Cameron
2019-11-18
2
-1
/
+92
[next]