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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.
Jim Ingham
2019-12-16
2
-0
/
+3
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
3
-0
/
+110
*
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...
Raphael Isemann
2019-12-13
2
-8
/
+0
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
22
-22
/
+0
*
[lldb] Remove xpasses after pr44037 fix committed
Muhammad Omair Javaid
2019-12-13
1
-5
/
+1
*
[lldb] Remove Xfail decorators from steadily passing tests
Muhammad Omair Javaid
2019-12-09
2
-11
/
+0
*
[lldb] s/assertTrue/assertEqual in TestStepTarget.py
Pavel Labath
2019-12-04
1
-9
/
+7
*
Mark PR44037 tests as XFAIL on AArch64 Linux dwo
Diana Picus
2019-11-19
1
-1
/
+5
*
[lldb] [test] Un-XFAIL tests that work on NetBSD 9
Michał Górny
2019-11-09
1
-2
/
+0
*
XFAIL TestLocalVariables.py on Windows
Jonas Devlieghere
2019-10-21
1
-0
/
+1
*
Add pretty printing of Clang "bitfield" enums
Frederic Riss
2019-10-08
2
-3
/
+46
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
5
-5
/
+5
*
[dotest] Delete trivial inline test makefiles
Pavel Labath
2019-09-05
2
-4
/
+0
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
30
-87
/
+30
*
Change test to use uint64_t to support compiling for 32-bit architectures.
Adrian Prantl
2019-08-15
1
-2
/
+2
*
Adjust a ValueObjectChild's offset when the child is a bitfield
Adrian Prantl
2019-08-07
2
-0
/
+11
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
19
-41
/
+0
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
2
-1
/
+5
*
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
3
-0
/
+18
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
2
-2
/
+16
*
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
1
-1
/
+2
*
Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl
2019-05-02
1
-2
/
+13
*
Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()
Adrian Prantl
2019-04-10
1
-0
/
+2
*
[lldb] [test] Adjust XFAIL list to match buildbot results
Michal Gorny
2019-03-09
1
-0
/
+2
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
8
-0
/
+9
*
Update stale comment in lang/c/struct_types/main.c
Jonas Devlieghere
2019-02-04
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
13
-52
/
+39
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
1
-0
/
+4
*
[lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows
Stella Stamenova
2018-12-20
1
-0
/
+1
*
[lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows
Stella Stamenova
2018-12-20
1
-6
/
+4
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
Stella Stamenova
2018-12-20
1
-4
/
+1
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
2
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
1
-1
/
+0
*
[TestVLA] Fix a python decorator.
Davide Italiano
2018-11-06
1
-1
/
+2
*
Skip this test on older versions of clang.
Adrian Prantl
2018-11-05
1
-0
/
+1
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
3
-0
/
+45
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
3
-0
/
+81
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
2
-0
/
+47
*
Change xfail to skipIf. The exact condition is really difficult to get
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of clang
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of dsymutil
Adrian Prantl
2018-08-23
1
-0
/
+1
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
1
-1
/
+1
*
DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method
Pavel Labath
2018-06-12
1
-2
/
+15
*
[lit, windows] Disable a number of tests that are failing on Windows
Stella Stamenova
2018-06-07
2
-0
/
+6
*
[test] Re-enable TestUnicodeSymbols
Jonas Devlieghere
2018-05-08
1
-1
/
+0
*
Remove redundant command.
Adrian Prantl
2018-05-01
1
-1
/
+0
*
Split TestGlobalVariables into two and xfail one of them for arm64 linux
Pavel Labath
2018-05-01
1
-10
/
+23
[next]