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
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uniqueness of C++ fully-qualified names to resolve conflicts
Ramkumar Ramachandra
2015-11-12
1
-55
/
+67
*
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
3
-49
/
+49
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
2
-0
/
+15
*
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
2
-147
/
+217
*
The MacOSXi386 ABI should be used for watchos simulator debug sessions.
Jason Molenda
2015-11-10
2
-1
/
+6
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
1
-0
/
+1
*
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
1
-1
/
+1
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
11
-35
/
+35
*
lldb/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-8
/
+8
*
Fix some Clang-tidy warnings and formatting in recently added code.
Eugene Zelenko
2015-11-07
9
-203
/
+185
*
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
*
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
9
-0
/
+3317
*
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
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
7
-3
/
+71
*
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
4
-0
/
+84
*
Completely avoid building Apple simulator on non-Darwin platforms.
Chaoren Lin
2015-11-05
2
-6
/
+16
*
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
*
Fix build for platforms without ObjC++.
Chaoren Lin
2015-11-05
2
-6
/
+9
*
Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...
Jim Ingham
2015-11-05
2
-2
/
+2
*
Fix build on Linux.
Chaoren Lin
2015-11-05
1
-0
/
+4
*
Teach LLDB how to directly launch processes on the iOS simulator
Enrico Granata
2015-11-05
7
-71
/
+1543
*
Add go data formatters.
Ryan Brown
2015-11-05
8
-0
/
+449
*
AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...
Jim Ingham
2015-11-05
2
-7
/
+13
*
Fix x64 build on Windows, which was broken by my refactor from last week.
Adrian McCarthy
2015-11-04
3
-1
/
+212
*
[FreeBSD] Add missing overrides.
Davide Italiano
2015-11-04
2
-4
/
+4
*
Revert r252001 as it brake TestCppIncompleteTypes on all platforms
Tamas Berghammer
2015-11-04
1
-17
/
+0
*
OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...
Todd Fiala
2015-11-04
1
-2
/
+12
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-4
/
+21
*
Fix a deadlock when connecting to a remote GDB server that might not support ...
Greg Clayton
2015-11-03
1
-16
/
+20
*
With the new modules debugging, we have seen cases where clang is not emittin...
Greg Clayton
2015-11-03
1
-0
/
+17
*
Changes for Bug 25251
Ravitheja Addepally
2015-11-03
2
-8
/
+9
*
[LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...
Mohit K. Bhakkad
2015-11-03
4
-10
/
+26
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
4
-8
/
+14
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
4
-6
/
+43
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
13
-9
/
+6244
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...
Eugene Zelenko
2015-10-30
7
-415
/
+449
[next]