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
/
functionalities
/
data-formatter
/
data-formatter-stl
/
libcxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add expect_expr function for testing expression evaluation in dotests.
Raphael Isemann
2020-01-15
1
-1
/
+2
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
19
-19
/
+0
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
2
-3
/
+10
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-9
/
+9
*
[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...
shafik
2019-11-06
2
-13
/
+49
*
[lldb] Test data formatters for empty strings
Raphael Isemann
2019-09-25
2
-1
/
+12
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
16
-17
/
+29
*
[lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...
Raphael Isemann
2019-09-23
1
-3
/
+16
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
20
-57
/
+20
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-0
/
+3
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
16
-34
/
+0
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
2
-1
/
+6
*
Re-enable this test, the underlying bug was fixed and the test now passes.
Jim Ingham
2019-03-12
1
-1
/
+0
*
Fix TestDataFormatterLibcxxListLoop.py test
Raphael Isemann
2019-02-16
1
-0
/
+8
*
[Test] Fix up tests affected by the new LLVM header.
Jonas Devlieghere
2019-01-22
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-2
/
+2
*
[DataFormatters] Adding formatters for libc++ std::u16string and std::u32string
Shafik Yaghmour
2018-10-26
3
-3
/
+9
*
Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...
Shafik Yaghmour
2018-10-12
1
-1
/
+1
*
Relax a data formatter test
Vedant Kumar
2018-10-05
1
-0
/
+1
*
Adding skipIf to std::variant libc++ data-formatter test since get is not ava...
Shafik Yaghmour
2018-10-03
1
-0
/
+2
*
Enable C++ tests to run in the -gmodules configuration on Darwin.
Adrian Prantl
2018-10-01
1
-4
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
3
-0
/
+148
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
3
-148
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
3
-0
/
+148
*
Disable exceptions for TestDataFormatterLibcxxOptional.py
Frederic Riss
2018-08-25
1
-1
/
+1
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
2
-11
/
+30
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
3
-0
/
+124
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
5
-7
/
+7
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
3
-93
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
3
-0
/
+93
*
Revert "[DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-25
3
-93
/
+0
*
[DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-25
3
-0
/
+93
*
Fix TestDataFormatterUnordered for older libc++ versions
Pavel Labath
2018-07-16
1
-0
/
+5
*
Make these tests c++ tests so they can be skipped on systems that don't suppo...
Jim Ingham
2018-07-13
2
-4
/
+7
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
8
-120
/
+202
*
Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY
Jim Ingham
2018-07-06
8
-40
/
+18
*
Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...
Jim Ingham
2018-07-05
1
-9
/
+8
*
gmodules XFAIL two more tests that only fail for android (pr36109)
Pavel Labath
2018-01-26
2
-0
/
+2
*
Fix linux fallout from c++ gmodules enable
Pavel Labath
2018-01-26
1
-0
/
+1
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
2
-0
/
+4
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
14
-14
/
+14
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
3
-0
/
+72
*
Add data formatter for libc++ std::queue
Pavel Labath
2017-11-01
3
-0
/
+60
*
Add data formatter for libc++ std::tuple
Pavel Labath
2017-11-01
3
-0
/
+68
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
3
-0
/
+66
*
Skip TestLibCxxAtomic with gcc
Pavel Labath
2017-04-20
1
-0
/
+1
*
Add libc++ category the three more tests
Pavel Labath
2017-04-20
3
-48
/
+103
*
Add libc++ category to the remaining libc++ data formatters
Pavel Labath
2017-04-12
6
-75
/
+76
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
1
-1
/
+0
[next]