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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
3
-5
/
+16
*
Skip TestDisassembleRawData when remote
Francis Ricci
2016-07-01
1
-0
/
+1
*
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
Sean Callanan
2016-06-30
1
-2
/
+2
*
Correct watchpoint size test failure on certain devices
Omair Javaid
2016-06-30
1
-3
/
+3
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
3
-1
/
+3
*
fix invalid assumption about the executable module in Target::Install()
Todd Fiala
2016-06-27
1
-0
/
+1
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
2
-1
/
+69
*
Don't run TestImageListMultiArchitecture during remote test suite
Francis Ricci
2016-06-24
1
-0
/
+1
*
Added a test case for bitfield ivars. It currently fails.
Sean Callanan
2016-06-24
2
-0
/
+56
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
3
-0
/
+82
*
Handle variadic Objective-C methods from DWARF correctly.
Sean Callanan
2016-06-24
2
-0
/
+35
*
Don't run the top-level expression test case with -gmodules.
Sean Callanan
2016-06-23
1
-1
/
+1
*
Test that lldb calls the right 'printf' even when a 'printf' method exists.
Sean Callanan
2016-06-20
2
-0
/
+25
*
Allow installing watchpoints at less than 8-byte alligned addresses for AArch...
Omair Javaid
2016-06-16
3
-0
/
+188
*
xfail TestWithModuleDebugging.py on macOS
Todd Fiala
2016-06-16
1
-0
/
+1
*
Fixed C++ template integer parameter types to work correctly when the integer...
Greg Clayton
2016-06-10
3
-0
/
+94
*
Enable some tests on linux
Pavel Labath
2016-06-09
7
-9
/
+5
*
Add a test for the failure described by pr28055. Mark it as xfail.
Jim Ingham
2016-06-08
2
-0
/
+68
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
10
-91
/
+17
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
10
-17
/
+91
*
Fix makefile for TestExternCSymbols
Tamas Berghammer
2016-06-03
1
-1
/
+1
*
Fixed a problem where we couldn't call extern "C" functions.
Sean Callanan
2016-06-02
3
-0
/
+36
*
[tsan] Prefer mangled name looking up variable declaration for racy address
Devin Coughlin
2016-06-01
3
-0
/
+98
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
12
-29
/
+78
*
Avoid using stdio in TestVirtual
Pavel Labath
2016-05-26
2
-20
/
+22
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
2
-6
/
+9
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
3
-2
/
+3
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
1
-0
/
+1
*
Mark some arm-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
4
-1
/
+5
*
xfail TestRedefinitionsInline with older Clang
Ed Maste
2016-05-24
1
-1
/
+2
*
Make sure TestRedefinitionsInInlines.py actually inlines.
Chaoren Lin
2016-05-23
1
-2
/
+2
*
xfail TestRedefinitionsInline on Windows.
Zachary Turner
2016-05-23
1
-1
/
+1
*
Removed the m_decl_objects map from ClangASTContext.
Sean Callanan
2016-05-23
2
-0
/
+23
*
Always rerun all tests on Windows.
Zachary Turner
2016-05-23
1
-0
/
+1
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
1
-1
/
+1
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
1
-0
/
+77
*
xfail TestTopLevelExprs for arm and aarch64 linux
Omair Javaid
2016-05-18
1
-0
/
+1
*
xfail TestWatchLocation.py for arm-linux targets
Omair Javaid
2016-05-17
1
-0
/
+1
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
5
-12
/
+33
*
xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)
Tamas Berghammer
2016-05-17
1
-2
/
+4
*
Fixed and re-enabled the Clang modules testcase.
Sean Callanan
2016-05-16
1
-3
/
+2
*
Test diamond virtual inheritance in top-level expressions.
Sean Callanan
2016-05-16
1
-1
/
+45
*
Make LLDB print out an explicit marker when it's displaying formatters that a...
Enrico Granata
2016-05-16
1
-0
/
+2
*
Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
Omair Javaid
2016-05-16
2
-0
/
+2
*
test: remove use of undefined variables
Saleem Abdulrasool
2016-05-16
1
-2
/
+1
*
test: add missing splat
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
test: add missing parameter
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
surface build error content through test event system
Todd Fiala
2016-05-14
4
-13
/
+66
*
test infra: catch bad decorators and import-time errors
Todd Fiala
2016-05-13
2
-54
/
+92
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
10
-4
/
+10
[prev]
[next]