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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Alex Langford
2019-06-04
1
-1
/
+2
*
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
*
Improve error handling for Clang module imports.
Adrian Prantl
2019-03-19
5
-8
/
+22
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
4
-0
/
+4
*
[testsuite] Skip this test correctly also on macOS.
Davide Italiano
2019-02-16
1
-3
/
+2
*
Temporarily disable test:
Richard Smith
2019-02-16
1
-1
/
+4
*
Add explicit language specifier to test.
Adrian Prantl
2019-02-14
1
-1
/
+1
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
6
-0
/
+53
*
Add decorator support for the DWARF version produced by the compiler
Adrian Prantl
2019-01-24
2
-0
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
38
-152
/
+114
*
XFAIL test on Windows
Adrian Prantl
2019-01-16
1
-1
/
+2
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
3
-0
/
+39
*
[lldbsuite] Skip two more flaky tests on Windows
Stella Stamenova
2019-01-14
1
-0
/
+1
*
[lldbsuite] Skip flakey Windows tests
Stella Stamenova
2018-12-21
1
-0
/
+2
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
Stella Stamenova
2018-12-20
5
-14
/
+4
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)
Stella Stamenova
2018-12-20
2
-8
/
+4
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
3
-4
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing
Stella Stamenova
2018-12-19
5
-21
/
+0
*
Un-XFAIL TestNamespaceLookup for linux
Pavel Labath
2018-12-18
1
-12
/
+3
*
[testsuite] Skip an already failing test on MacOS.
Davide Italiano
2018-10-30
1
-0
/
+1
*
Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...
Shafik Yaghmour
2018-10-12
1
-1
/
+1
*
Adding support to step into the callable wrapped by libc++ std::function
Shafik Yaghmour
2018-10-12
3
-0
/
+116
*
Avoid using short identifiers in some tests
Pavel Labath
2018-08-31
2
-20
/
+20
*
[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them
Stella Stamenova
2018-08-02
1
-0
/
+1
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
5
-8
/
+8
*
[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Stella Stamenova
2018-07-12
1
-1
/
+1
*
[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...
Stella Stamenova
2018-07-02
1
-10
/
+9
*
Android.rules: Use libc++ by default
Pavel Labath
2018-06-22
1
-0
/
+5
*
Make test sources compatible with android+libcxx+modules
Pavel Labath
2018-06-20
6
-54
/
+53
*
Exempt some compilers from new static variable test.
Jonas Devlieghere
2018-06-12
1
-8
/
+34
*
[Test] Update static variable test.
Jonas Devlieghere
2018-06-11
1
-4
/
+23
*
[lit, windows] Disable a number of tests that are failing on Windows
Stella Stamenova
2018-06-07
4
-0
/
+5
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Really test type lookup in TestCppTypeLookup.py
Frederic Riss
2018-05-08
1
-0
/
+5
*
Fix type_lookup test to make buildbots happy
Eugene Zemtsov
2018-05-01
3
-3
/
+3
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
3
-0
/
+159
*
Fix a crash when resolving overloads of C++ virtual methods.
Adrian Prantl
2018-04-20
3
-0
/
+25
*
Support template template parameters
Frederic Riss
2018-04-02
2
-0
/
+35
*
Revert r328715. Wasn't wrong, just not the issue.
Jim Ingham
2018-03-28
1
-1
/
+0
*
Explicitly import subprocess
Jim Ingham
2018-03-28
1
-0
/
+1
*
Add support for __attribute__(trivial_abi).
Jim Ingham
2018-03-23
3
-0
/
+115
*
Fix TestOperatorOverload for 32-bit builds
Pavel Labath
2018-03-21
2
-14
/
+4
*
[Testsuite] Modernize this test to be run out-of-tree.
Davide Italiano
2018-03-20
1
-5
/
+3
[next]