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
*
Implement RegisterContext for Mini Dumps.
Adrian McCarthy
2015-11-12
16
-307
/
+304
*
Finish PyCallable -> PythonCallable conversion.
Zachary Turner
2015-11-12
1
-258
/
+88
*
Allow renderscript runtime to read MIPS target arguments.
Aidan Dodds
2015-11-12
1
-1
/
+41
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
4
-4
/
+5
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
3
-228
/
+206
*
Use uniqueness of C++ fully-qualified names to resolve conflicts
Ramkumar Ramachandra
2015-11-12
1
-55
/
+67
*
[test] Fix comment.
Dawn Perchik
2015-11-12
1
-1
/
+1
*
Remove `FindSessionDictionary` and rely on PythonDataObjects.
Zachary Turner
2015-11-11
1
-190
/
+140
*
Convert python-wrapper.swig to use PythonDataObjects.
Zachary Turner
2015-11-11
1
-99
/
+43
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
3
-17
/
+454
*
Python 3 - Use six in our embedded Python glue code.
Zachary Turner
2015-11-11
2
-1
/
+3
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
3
-12
/
+196
*
Symlink the `six` module during swig generation.
Zachary Turner
2015-11-11
2
-22
/
+44
*
Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...
Todd Fiala
2015-11-11
1
-0
/
+2
*
Bump up test timeout interval on Darwin from 4 to 6 minutes.
Todd Fiala
2015-11-11
1
-0
/
+3
*
Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Mark TestTerminal.py as XFAIL on OS X.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
7
-63
/
+60
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
8
-185
/
+253
*
Updated a relative path in Makefile.rules to reflect the new testsuite location.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Fixed a bug where the size of a type was used instead of the size of a pointer.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Updated lldb_pylint_helper to work with recent Python package changes.
Todd Fiala
2015-11-10
1
-15
/
+27
*
Upstream changes to the ValueObjectPrinter; nfc
Enrico Granata
2015-11-10
4
-339
/
+467
*
This test is now passing on Darwin
Enrico Granata
2015-11-10
1
-1
/
+0
*
LLDBStandalone: Report nice errors on missing vars
Ramkumar Ramachandra
2015-11-10
1
-7
/
+17
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
15
-102
/
+335
*
Differential Revision: http://reviews.llvm.org/D14538
Aidan Dodds
2015-11-10
1
-1
/
+1
*
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
Pavel Labath
2015-11-10
1
-0
/
+1
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
4
-148
/
+247
*
Upstream a small change from Greg Clayton for the REPL support:
Jason Molenda
2015-11-10
1
-0
/
+6
*
The other half of a change made by Enrico for trying to get a correct
Jason Molenda
2015-11-10
1
-31
/
+57
*
The MacOSXi386 ABI should be used for watchos simulator debug sessions.
Jason Molenda
2015-11-10
2
-1
/
+6
*
Code cleanup
Enrico Granata
2015-11-10
3
-1
/
+27
*
More rework of the updating logic for ValueObjectChild. Still just refactorin...
Enrico Granata
2015-11-09
1
-24
/
+43
*
Use PythonDataObjects in swig helper functions.
Zachary Turner
2015-11-09
1
-31
/
+31
*
Rework the way in which ValueObjectChild decides how to update itself; this i...
Enrico Granata
2015-11-09
5
-2
/
+20
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
3
-0
/
+33
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
5
-6
/
+23
*
Add a way for source languages to "mark" ValueObjects with language-specific ...
Enrico Granata
2015-11-09
18
-30
/
+130
*
Add --curses shortcut for specifying the curses-based test results formatter.
Todd Fiala
2015-11-09
3
-1
/
+13
*
Added myself to the CODE_OWNERS.txt list for a few subsystems.
Todd Fiala
2015-11-09
1
-0
/
+5
*
Fix up curses_results.py for new package specification requirement.
Todd Fiala
2015-11-09
1
-1
/
+1
*
autotools: Also link the new go libraries
Sylvestre Ledru
2015-11-08
2
-0
/
+3
*
Fix pessimizing moves. Found by clang.
Davide Italiano
2015-11-07
2
-2
/
+2
*
Add more NetBSD platform glue for lldb
Bruce Mitchener
2015-11-07
6
-4
/
+14
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
29
-101
/
+101
*
Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.
Chaoren Lin
2015-11-07
1
-1
/
+5
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
11
-0
/
+80
*
Remove a debug print statement.
Zachary Turner
2015-11-07
1
-1
/
+0
*
Python 3 - Use __bool__() instead of __nonzero__() for truthiness.
Zachary Turner
2015-11-07
4
-2
/
+62
[next]