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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
2
-6
/
+322
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
2
-12
/
+136
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
5
-60
/
+57
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
5
-15
/
+65
*
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
*
Upstream changes to the ValueObjectPrinter; nfc
Enrico Granata
2015-11-10
2
-43
/
+147
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
6
-72
/
+236
*
Differential Revision: http://reviews.llvm.org/D14538
Aidan Dodds
2015-11-10
1
-1
/
+1
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
3
-147
/
+242
*
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
*
More rework of the updating logic for ValueObjectChild. Still just refactorin...
Enrico Granata
2015-11-09
1
-24
/
+43
*
Rework the way in which ValueObjectChild decides how to update itself; this i...
Enrico Granata
2015-11-09
2
-1
/
+9
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
1
-0
/
+1
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
3
-4
/
+21
*
Add a way for source languages to "mark" ValueObjects with language-specific ...
Enrico Granata
2015-11-09
9
-24
/
+99
*
autotools: Also link the new go libraries
Sylvestre Ledru
2015-11-08
1
-0
/
+1
*
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
2
-1
/
+2
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
26
-96
/
+96
*
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
4
-0
/
+54
*
lldb/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
2
-14
/
+14
*
Fix some Clang-tidy warnings and formatting in recently added code.
Eugene Zelenko
2015-11-07
9
-203
/
+185
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
5
-46
/
+118
*
Another optimization to keep down gdb-remote traffic. If we have suspended a...
Jim Ingham
2015-11-06
2
-6
/
+25
*
Fix for AArch64 watchpoint cache corruption in case of ptrace failure
Omair Javaid
2015-11-06
1
-1
/
+49
*
Change the way we read data from the ObjC runtime
Enrico Granata
2015-11-06
1
-18
/
+20
*
Add data formatters for NSError and NSException
Enrico Granata
2015-11-06
5
-0
/
+457
*
A little more careful handling of platforms and unspecified unknown
Jason Molenda
2015-11-06
1
-43
/
+74
*
Jim thinks we shouldn't bother to pollute the svn repo with these
Jason Molenda
2015-11-06
1
-2
/
+2
*
Upstream a change to MemoryHistoryASan from Sean:
Jason Molenda
2015-11-06
1
-2
/
+11
*
Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),
Jason Molenda
2015-11-06
10
-0
/
+3329
*
Reuse native curses(8) library on NetBSD
Bruce Mitchener
2015-11-06
1
-1
/
+3
*
Add a warning to TargetList::CreateTargetInternal
Jason Molenda
2015-11-05
1
-0
/
+8
*
Use Process::IsAlive instead of just checking for eStateExited.
Jason Molenda
2015-11-05
1
-4
/
+4
*
GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encoded
Jason Molenda
2015-11-05
1
-0
/
+1
*
Fix cmake build on Mac OS X.
Bruce Mitchener
2015-11-05
1
-0
/
+1
*
Update the invocation to dsymForUUID (a script plugin used
Jason Molenda
2015-11-05
1
-2
/
+2
*
Initialize addr_size to match the size of lldb itself
Jason Molenda
2015-11-05
1
-2
/
+29
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
8
-3
/
+94
*
Add support for the armv7k ABI which has some small
Jason Molenda
2015-11-05
2
-2
/
+112
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
5
-1
/
+92
*
Completely avoid building Apple simulator on non-Darwin platforms.
Chaoren Lin
2015-11-05
3
-9
/
+19
*
Better validation when we think a directory might be Xcode.app.
Sean Callanan
2015-11-05
1
-1
/
+10
*
Fix build on platforms that don't have dlfcn.h
Zachary Turner
2015-11-05
1
-0
/
+3
*
Use lldb::pid_t instead of pid_t.
Chaoren Lin
2015-11-05
2
-8
/
+8
*
Revert "Do not build any of the simulator material on non-Darwin"
Chaoren Lin
2015-11-05
1
-2
/
+2
*
Do not build any of the simulator material on non-Darwin
Enrico Granata
2015-11-05
1
-2
/
+2
[next]