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
*
Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...
Oleksiy Vyalov
2016-01-19
1
-0
/
+6
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
5
-25
/
+67
*
Remove last XTIMEOUTs from android tests
Pavel Labath
2016-01-19
2
-6
/
+4
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-19
4
-12
/
+33
*
Update for llvm change. NFC.
Rafael Espindola
2016-01-18
4
-7
/
+7
*
Remove skipIfLinuxClang decorator
Pavel Labath
2016-01-18
1
-18
/
+0
*
Guard against application of an XFAIL decorator on a class
Pavel Labath
2016-01-18
1
-0
/
+2
*
Revert "Unconditionally accept symbol sizes from elf"
Tamas Berghammer
2016-01-18
4
-27
/
+12
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-18
4
-12
/
+27
*
[RenderScript] Remove mips specific expressions
Ewan Crawford
2016-01-18
2
-180
/
+90
*
On non-Windows platforms, asm int 3 generates an eStopReasonSignal.
Zachary Turner
2016-01-15
1
-1
/
+2
*
Fix TestDebugBreak.py.
Zachary Turner
2016-01-15
1
-2
/
+3
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
3
-9
/
+18
*
Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.
Adrian McCarthy
2016-01-15
1
-3
/
+3
*
Implement missing GoASTContext methods
Ryan Brown
2016-01-15
1
-6
/
+145
*
Fix decoration of TestConcurrentEvents
Pavel Labath
2016-01-15
1
-1
/
+35
*
The ASAN report fetching code had two latent bugs:
Jim Ingham
2016-01-15
1
-2
/
+9
*
Fix detection of teardown hooks that are already bound.
Adrian McCarthy
2016-01-14
1
-1
/
+1
*
Removed a redundant function call after review.
Sean Callanan
2016-01-14
1
-2
/
+0
*
Enable the use of modules in the expression parser by default.
Sean Callanan
2016-01-14
3
-3
/
+38
*
Resubmit the fixes for TestProcessLaunch.py.
Zachary Turner
2016-01-14
2
-21
/
+26
*
Fixed a crasher when dealing with table entries that have blank names.
Sean Callanan
2016-01-14
3
-0
/
+15
*
[RenderScript] Hook kernel invocation.
Aidan Dodds
2016-01-14
2
-17
/
+115
*
Update some XFAILs after the 3.8->3.9 version change
Tamas Berghammer
2016-01-14
2
-2
/
+2
*
Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContext
Ewan Crawford
2016-01-14
1
-2
/
+2
*
XFAIL TestCommandScriptImmediateOutput on Linux
Tamas Berghammer
2016-01-14
1
-0
/
+1
*
change Xcode test run default to ignore xpass on Xunit output
Todd Fiala
2016-01-13
1
-2
/
+2
*
Fix -Wformat-pedantic warning
Hans Wennborg
2016-01-13
1
-1
/
+2
*
Include IR/DerivedTypes.h instead of IR/Type.h to match LLVM change r256406.
Hans Wennborg
2016-01-13
1
-1
/
+1
*
Revert changes to TestProcessLaunch.py as they are breaking a build.
Zachary Turner
2016-01-13
2
-32
/
+20
*
Rename MSVC top-level folder to avoid name collision.
Zachary Turner
2016-01-13
1
-1
/
+1
*
Fix some compiler warnings with MSVC 2015.
Zachary Turner
2016-01-13
6
-3
/
+8
*
Get rid of const char** typemaps.
Zachary Turner
2016-01-13
1
-70
/
+7
*
Fix TestProcessLaunch for Python 3.
Zachary Turner
2016-01-13
4
-43
/
+94
*
Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they are
Enrico Granata
2016-01-13
1
-2
/
+0
*
Fixed a problem where the Xcode build put lldb's __init__.py in the wrong place.
Sean Callanan
2016-01-13
1
-1
/
+1
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
7
-1
/
+82
*
Silence an incorrect dwarf parsing warning
Tamas Berghammer
2016-01-13
1
-1
/
+1
*
[LLDB][MIPS] Fix TestDisassembleRawData.py
Sagar Thakur
2016-01-13
1
-7
/
+17
*
Add a small refinement to the qSymbol:: support in lldb.
Jason Molenda
2016-01-13
2
-1
/
+48
*
[TestThreadJump] Adjust match sub-string after recent change.
Siva Chandra
2016-01-12
1
-2
/
+1
*
Fix TestThreadJump on Windows.
Zachary Turner
2016-01-12
1
-2
/
+1
*
Fix build breakage of r257502.
Stephane Sezer
2016-01-12
1
-1
/
+1
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
6
-145
/
+361
*
Try to fix the mips64 build after rL257447
Tamas Berghammer
2016-01-12
1
-1
/
+1
*
Fix for TestNoreturnUnwind.py on i386
Ravitheja Addepally
2016-01-12
2
-4
/
+27
*
Add clang::Type::Pipe to ClangASTContext
Pavel Labath
2016-01-12
1
-0
/
+3
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
10
-65
/
+285
*
[LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archs
Mohit K. Bhakkad
2016-01-12
1
-3
/
+3
*
[LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...
Mohit K. Bhakkad
2016-01-12
1
-1
/
+9
[next]