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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the "MacOSX and Linux" and "Linux" targets from Xcode.
Todd Fiala
2015-12-16
1
-230
/
+0
*
Wrap Notes in --help output to 80 columns
Ed Maste
2015-12-16
1
-7
/
+13
*
Include -c, -core in the lldb(1) man page
Ed Maste
2015-12-16
1
-1
/
+4
*
Man page whitespace/formatting change to appease igor(1)
Ed Maste
2015-12-16
1
-11
/
+18
*
[test] Add ability to expect timeouts
Pavel Labath
2015-12-16
4
-1
/
+51
*
Disable test reruns on arm unless explicitly marked with --rerun-all-issues
Todd Fiala
2015-12-16
1
-1
/
+2
*
Really fix Xcode build.
Todd Fiala
2015-12-16
1
-6
/
+4
*
Xcode project changes for r255729.
Todd Fiala
2015-12-16
1
-0
/
+12
*
Add a symbolic link from the test directory to the actual - elsewhere located...
Enrico Granata
2015-12-16
2
-1
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
29
-3
/
+848
*
prevent rerun logic from kicking in on test runs including aarch64.
Todd Fiala
2015-12-15
1
-2
/
+6
*
Propagate socket_error exception from handle_read. Otherwise Ninja crashes.
Adrian McCarthy
2015-12-15
1
-3
/
+2
*
Add a new "thread-pcs" key-value pair to the T packet response from
Jason Molenda
2015-12-15
2
-0
/
+86
*
test infra: support test reruns in xunit formatter.
Todd Fiala
2015-12-15
1
-7
/
+13
*
First pass at LLDBRPC.framework
Greg Clayton
2015-12-15
3
-2
/
+29
*
Enable the 'type X list' formatters commands to list formatters in language c...
Enrico Granata
2015-12-15
2
-35
/
+60
*
test-infra: refactored new summary results into base ResultsFormatter class
Todd Fiala
2015-12-15
4
-386
/
+326
*
Merge ENABLE_THREADS and ENABLE_STD_THREADS markers
Tamas Berghammer
2015-12-15
11
-15
/
+15
*
[LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...
Sagar Thakur
2015-12-15
1
-0
/
+5
*
Fix a bug where language categories would hold on to their caches even after ...
Enrico Granata
2015-12-15
4
-13
/
+30
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
17
-376
/
+213
*
Add NetBSDSignals.cpp to the xcode project file.
Jason Molenda
2015-12-15
1
-4
/
+12
*
Welcome to NetBSD signals
Kamil Rytarowski
2015-12-15
4
-1
/
+69
*
When constructing an address range to "step" or "next" through,
Jason Molenda
2015-12-15
7
-8
/
+128
*
Make few adjustments after r255542.
Siva Chandra
2015-12-15
1
-3
/
+3
*
test infra: catch and print exception info on test runner socket listener
Todd Fiala
2015-12-14
1
-5
/
+21
*
[Test] Addresses failing test when path to make contains spaces
Kate Stone
2015-12-14
1
-2
/
+2
*
Remove the multiplier loop.
Zachary Turner
2015-12-14
1
-7
/
+27
*
Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"
Todd Fiala
2015-12-14
1
-2
/
+0
*
Temporarily skip TestWithLimitDebugInfo on Darwin and OS X
Todd Fiala
2015-12-14
1
-0
/
+2
*
[Editline] Redesign automatic indentation fix command for robustness
Kate Stone
2015-12-14
1
-20
/
+33
*
Correction in TestFrames.py test for arm targets in thumb mode
Omair Javaid
2015-12-14
1
-3
/
+6
*
test infra: enable single-worker rerun phase for flakey tests.
Todd Fiala
2015-12-14
9
-26
/
+195
*
Make skipIf decorator support not_in() functor.
Zachary Turner
2015-12-14
1
-6
/
+8
*
Make debug info specification use categories system.
Zachary Turner
2015-12-14
8
-107
/
+42
*
Add failure paths to a few JSONNumber members
Omair Javaid
2015-12-14
2
-2
/
+6
*
Make test categories composable
Pavel Labath
2015-12-14
3
-18
/
+20
*
Extend XFAIL on TestNamespaceLookup on linux
Pavel Labath
2015-12-14
1
-1
/
+1
*
XFAIL TestNamespaceLookup for linux
Pavel Labath
2015-12-14
1
-0
/
+4
*
[LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...
Mohit K. Bhakkad
2015-12-14
1
-0
/
+1
*
Test case for "Fix scope-based lookup when more than one function is found."
Dawn Perchik
2015-12-12
1
-0
/
+216
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
9
-2
/
+417
*
test infra: adds book-keeping for rerunnable tests
Todd Fiala
2015-12-12
7
-45
/
+165
*
Fix the L1 cache search in MemoryCache::Read to use the
Jason Molenda
2015-12-12
1
-17
/
+9
*
Remove unused mips typedefs.
Oleksiy Vyalov
2015-12-12
1
-3
/
+1
*
When supplying memory to expedite the unwinds in the T packet,
Jason Molenda
2015-12-12
1
-1
/
+1
*
Decouple test execution and test finder logic in parallel test runner.
Todd Fiala
2015-12-12
1
-16
/
+22
*
Use new set when checking if a test event type matches the job/test result types
Todd Fiala
2015-12-11
1
-3
/
+1
*
Revert "Revert "Turn on new test summary results by default.""
Todd Fiala
2015-12-11
2
-2
/
+9
*
Add some tests for stack and local variable inspection for mini dumps.
Adrian McCarthy
2015-12-11
3
-9
/
+109
[next]