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
...
*
[testsuite] Remove testing failures vestiges.
Davide Italiano
2017-12-12
1
-60
/
+0
*
[test-suite] Un'XFAIL a test that's not failing anymore.
Davide Italiano
2017-12-11
1
-1
/
+0
*
[Testsuite] Rename this file from *m -> *mm.
Davide Italiano
2017-12-11
1
-0
/
+0
*
dotest.py: Correctly annotate lldbinline tests with debug info categories
Pavel Labath
2017-12-11
1
-1
/
+4
*
These tests don't depend on debug info format.
Jim Ingham
2017-12-07
1
-0
/
+2
*
Add target.process.stop-on-exec setting, and obey it.
Jim Ingham
2017-12-05
1
-12
/
+32
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
23
-132
/
+2
*
Fix this test so that the breakpoints you set are
Jim Ingham
2017-11-30
2
-2
/
+6
*
Add a test case for open bug 35480
Pavel Labath
2017-11-30
5
-0
/
+82
*
Fix floating point register write on new x86 linux kernels
Pavel Labath
2017-11-28
1
-7
/
+11
*
dotest: Mark more android targets as chatty
Pavel Labath
2017-11-27
1
-1
/
+1
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
3
-0
/
+8
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
3
-0
/
+72
*
Xfail TestConcurrentTwoWatchpointsOneSignal on arm
Pavel Labath
2017-11-08
1
-0
/
+1
*
Make TestTopLevelExprs more robust in face of linker GC
Pavel Labath
2017-11-08
2
-21
/
+12
*
Support scoped enums in the DWARF AST parser
Tamas Berghammer
2017-11-07
1
-2
/
+2
*
test: Clean up finalize_build_dictionary
Pavel Labath
2017-11-07
1
-2
/
+1
*
"Fix" concurrent events test for arm
Pavel Labath
2017-11-07
22
-29
/
+2
*
Disable tests in lang/c/shared_lib on Windows
Stephane Sezer
2017-11-07
1
-0
/
+3
*
Extend android xfail in TestTopLevelExprs
Pavel Labath
2017-11-06
1
-1
/
+1
*
Add float/vector registers for ppc64le
Pavel Labath
2017-11-03
1
-0
/
+3
*
Xfail test_stack_info_in_minidump test
Pavel Labath
2017-11-03
1
-0
/
+1
*
Fix classifications on two concurrent event tests
Pavel Labath
2017-11-03
2
-1
/
+1
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
16
-57
/
+36
*
Remove android watchpoint xfails
Pavel Labath
2017-11-02
22
-69
/
+0
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-228
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+228
*
dotest: consistently call finalize_build_dictionary in debug info variants
Pavel Labath
2017-11-01
1
-0
/
+2
*
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 a "watchpoint" test category and annotate tests appropriately
Pavel Labath
2017-10-31
24
-1
/
+26
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
3
-0
/
+66
*
Android.rules: build with "unified android headers"
Pavel Labath
2017-10-31
1
-3
/
+5
*
Split makefile for TestTopLevelExprs
Pavel Labath
2017-10-31
2
-6
/
+13
*
Fix TestMinidump for r316673
Pavel Labath
2017-10-26
1
-8
/
+8
*
Makefile.rules: move CFLAGS_EXTRAS to the end of compile line
Pavel Labath
2017-10-25
1
-5
/
+5
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
3
-0
/
+65
*
Move testcases/arm_emulation to testcases/arm/emulation
Pavel Labath
2017-10-25
158
-0
/
+0
*
Revert "[lldbtests] Handle errors instead of crashing."
Pavel Labath
2017-10-24
1
-5
/
+1
*
[lldbtests] Handle errors instead of crashing.
Davide Italiano
2017-10-23
1
-1
/
+5
*
Use ipv4 localhost address in lldb-server tests
Pavel Labath
2017-10-23
1
-1
/
+1
*
[lldbtest] Simplify removing an unneeded else. NFCI.
Davide Italiano
2017-10-23
1
-2
/
+1
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
2
-1
/
+4
*
Move install_name_tool to a separate make target.
Jason Molenda
2017-10-02
1
-1
/
+3
*
Fix Android remote debugging tests running on Windows
Eugene Zemtsov
2017-09-29
1
-1
/
+4
*
Add support for running the lldb testsuite against an apple watch
Jason Molenda
2017-09-27
9
-9
/
+16
*
Remove the details of the libstdc++ implementation that were
Jason Molenda
2017-09-25
2
-17
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
98
-165
/
+517
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
88
-486
/
+163
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
88
-163
/
+486
[prev]
[next]