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
/
packages
/
Python
/
lldbsuite
/
test
/
lang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dotest] Delete trivial inline test makefiles
Pavel Labath
2019-09-05
14
-36
/
+0
*
[lldb][NFC] Add a simple test for thread_local storage.
Raphael Isemann
2019-09-04
3
-0
/
+25
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
140
-402
/
+140
*
[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
Michal Gorny
2019-09-04
1
-0
/
+1
*
[test] Remove print statements and verify that the symbol exists
Jonas Devlieghere
2019-09-03
1
-10
/
+1
*
[lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-of
Raphael Isemann
2019-08-29
1
-0
/
+18
*
[TestCppOperators] Enable TestCppOperators on Windows.
Jonas Devlieghere
2019-08-28
1
-2
/
+1
*
[lldb][NFC] Test named operators like new and function names that might confu...
Raphael Isemann
2019-08-28
1
-0
/
+18
*
[lldb][NFC] Actually run all expects in lang/cpp/operators
Raphael Isemann
2019-08-28
1
-12
/
+6
*
[lldb][NFC] Extend operator test case with conversion operators
Raphael Isemann
2019-08-28
1
-0
/
+9
*
[lldb][NFC] Test custom C++ operators
Raphael Isemann
2019-08-28
3
-0
/
+150
*
Fix TestStdCXXDisassembly.py
Pavel Labath
2019-08-27
1
-1
/
+1
*
[test] Disable two of the recently (re)enabled tests on Windows.
Jonas Devlieghere
2019-08-27
1
-0
/
+1
*
[dotest] Remove long running test "decorator" and re-enable tests.
Jonas Devlieghere
2019-08-27
2
-10
/
+0
*
[LLDB] Address post-commit code review feedback.
Jonas Devlieghere
2019-08-23
1
-2
/
+0
*
[test] Update test so it matches the Windows output
Jonas Devlieghere
2019-08-21
1
-3
/
+3
*
When building file without debug info, include the architecture
Jason Molenda
2019-08-21
1
-1
/
+5
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
3
-0
/
+53
*
Change test to use uint64_t to support compiling for 32-bit architectures.
Adrian Prantl
2019-08-15
1
-2
/
+2
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
5
-65
/
+0
*
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Raphael Isemann
2019-08-10
5
-0
/
+65
*
Adjust a ValueObjectChild's offset when the child is a bitfield
Adrian Prantl
2019-08-07
2
-0
/
+11
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
6
-0
/
+71
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
85
-185
/
+0
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
2
-1
/
+5
*
[lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor
Raphael Isemann
2019-07-21
1
-0
/
+4
*
Add an expectedFailure test for type finding.
Jim Ingham
2019-07-18
3
-0
/
+83
*
Add offsetof support to expression evaluator.
Raphael Isemann
2019-07-18
6
-0
/
+49
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
2
-2
/
+16
*
[ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Alex Langford
2019-06-04
1
-1
/
+2
*
Make sure GetObjectDescription falls back to the Objective-C runtime.
Adrian Prantl
2019-05-16
3
-0
/
+42
*
[Target] Generalize some behavior in Thread
Alex Langford
2019-05-15
1
-3
/
+4
*
Supply a default implementation of IsRuntimeSupportValue.
Adrian Prantl
2019-05-03
1
-1
/
+0
*
Split TestVLA into two and XFAIL one part
Pavel Labath
2019-05-03
1
-3
/
+10
*
Fix tests on non-Darwin platforms.
Adrian Prantl
2019-05-02
2
-1
/
+6
*
Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl
2019-05-02
4
-2
/
+94
*
Inject only relevant local variables in the expression evaluation context
Raphael Isemann
2019-05-02
1
-0
/
+37
*
Disabling test in TestClassTemplateParameterPack.py until we do template look...
Shafik Yaghmour
2019-05-01
2
-7
/
+9
*
[TestTemplateFunction] Add a missing debug info variant.
Davide Italiano
2019-04-25
1
-1
/
+1
*
Skip test introduced in r359140 on windows
Frederic Riss
2019-04-24
1
-0
/
+2
*
Fix infinite recursion when calling C++ template functions
Frederic Riss
2019-04-24
3
-0
/
+51
*
Rename C++ TestGlobalVariables.py to have a distinct name from C version.
Adrian Prantl
2019-04-22
1
-0
/
+0
*
[lldb] Don't filter variable list when doing a lookup by mangled name in Symb...
Kuba Mracek
2019-04-18
3
-0
/
+63
*
Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()
Adrian Prantl
2019-04-10
1
-0
/
+2
*
[testsuite] Split Obj-C foundation test
Jonas Devlieghere
2019-04-10
4
-142
/
+154
*
[testsuite] Split Objective-C new syntax test
Jonas Devlieghere
2019-04-05
5
-204
/
+225
*
Improve error handling for Clang module imports.
Adrian Prantl
2019-03-19
5
-8
/
+22
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-1
/
+1
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
[lldb] [test] Adjust XFAIL list to match buildbot results
Michal Gorny
2019-03-09
1
-0
/
+2
[next]