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
*
ResultsFormatter: always lock on handle_event()
Todd Fiala
2015-12-17
1
-92
/
+91
*
[RenderScript] Support all RS allocation types
Ewan Crawford
2015-12-17
1
-18
/
+100
*
Patch cmake to allow detection of python 2.7.9+
Aidan Dodds
2015-12-17
1
-2
/
+2
*
Inspect DW_AT_const_value global static const variables
Ewan Crawford
2015-12-17
5
-5
/
+12
*
XFAIL some tests failing for Windows -> Android
Tamas Berghammer
2015-12-17
2
-0
/
+2
*
Add AccessModifierOffset to clang-format style
Pavel Labath
2015-12-17
1
-0
/
+1
*
test infra: force rerun to use parallel runner
Todd Fiala
2015-12-17
1
-1
/
+5
*
Set the minimum stack size for private state thread to 8MB
Kate Stone
2015-12-17
1
-1
/
+1
*
Don't demangle a name when Mangled::GetName() is called with ePreferMangled. ...
Greg Clayton
2015-12-17
1
-6
/
+4
*
Don't strip types of their typedefs when getting function types.
Greg Clayton
2015-12-17
1
-2
/
+2
*
Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik
2015-12-16
8
-58
/
+109
*
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
[next]