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
*
SymbolFile: remove an unused variable
Saleem Abdulrasool
2016-05-22
1
-2
/
+1
*
Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...
Kuba Brecka
2016-05-22
1
-5
/
+5
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
2
-2
/
+2
*
A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.
Kuba Brecka
2016-05-22
2
-2
/
+2
*
Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...
Kuba Brecka
2016-05-22
2
-2
/
+4
*
Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...
Kuba Brecka
2016-05-22
2
-4
/
+2
*
Adopt mmap flags that allow mmap'ed memory to be less crash prone.
Greg Clayton
2016-05-20
1
-2
/
+25
*
Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread ...
Tamas Berghammer
2016-05-20
6
-229
/
+38
*
[LLDB][MIPS] Fix Floating point Registers Encoding
Sagar Thakur
2016-05-20
2
-8
/
+18
*
[LLDB][MIPS] Fix floating point handling in case of thread step-out
Sagar Thakur
2016-05-20
6
-38
/
+229
*
Work around android-arm NDK bug exposed by rL269992
Tamas Berghammer
2016-05-20
1
-1
/
+11
*
Some changes to prevent searching down the stack for saved register
Jason Molenda
2016-05-20
1
-10
/
+29
*
Remove a should have been deleted extra assignment to a variable.
Jim Ingham
2016-05-19
1
-20
/
+20
*
Fixed a crash if a FunctionDecl couldn't be imported.
Sean Callanan
2016-05-19
1
-3
/
+6
*
Avoid an assertion failure when a bit field is extracted from a value of the ...
Bryan Chan
2016-05-19
2
-2
/
+26
*
Fix build after rL270009
Tamas Berghammer
2016-05-19
1
-1
/
+0
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
84
-1050
/
+999
*
Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is defined
Jason Molenda
2016-05-19
1
-1
/
+1
*
Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
Jim Ingham
2016-05-19
2
-3
/
+94
*
Fix an issue where debugserver would not properly vend OS version information...
Enrico Granata
2016-05-18
1
-7
/
+5
*
Fix standalone LLDB build, when LLVM/Clang were built with LLVM_INSTALL_TOOLC...
Eugene Zelenko
2016-05-18
1
-1
/
+19
*
xfail TestTopLevelExprs for arm and aarch64 linux
Omair Javaid
2016-05-18
1
-0
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
139
-1806
/
+1680
*
xfail TestWatchLocation.py for arm-linux targets
Omair Javaid
2016-05-17
1
-0
/
+1
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
6
-12
/
+34
*
xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)
Tamas Berghammer
2016-05-17
1
-2
/
+4
*
Look for CMake.app when searching for cmake
Todd Fiala
2016-05-16
1
-0
/
+18
*
Make sure we notify that the section module was loaded when SBTarget::SetSect...
Greg Clayton
2016-05-16
1
-5
/
+30
*
Fixed and re-enabled the Clang modules testcase.
Sean Callanan
2016-05-16
1
-3
/
+2
*
Test diamond virtual inheritance in top-level expressions.
Sean Callanan
2016-05-16
1
-1
/
+45
*
Don't crash when OS plug-in returns None from any of the functions we might c...
Greg Clayton
2016-05-16
1
-16
/
+24
*
Make LLDB print out an explicit marker when it's displaying formatters that a...
Enrico Granata
2016-05-16
2
-1
/
+5
*
Bump up adb timeout more
Pavel Labath
2016-05-16
1
-1
/
+1
*
Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linux
Omair Javaid
2016-05-16
2
-0
/
+2
*
Remove Mutex from NativeProcessLinux
Pavel Labath
2016-05-16
2
-20
/
+1
*
test: remove use of undefined variables
Saleem Abdulrasool
2016-05-16
1
-2
/
+1
*
test: add missing splat
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
test: add missing parameter
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
Symbol: fix -Wcovered-switch warning
Saleem Abdulrasool
2016-05-15
1
-101
/
+107
*
Fix a few -Wformat-pedantic warnings
Saleem Abdulrasool
2016-05-15
2
-3
/
+3
*
[LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.
Renato Golin
2016-05-14
1
-1
/
+1
*
surface build error content through test event system
Todd Fiala
2016-05-14
8
-21
/
+147
*
test infra: catch bad decorators and import-time errors
Todd Fiala
2016-05-13
11
-67
/
+307
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
12
-9
/
+19
*
Disable HostThread::Cancel assertion on FreeBSD
Ed Maste
2016-05-13
1
-0
/
+2
*
Remove unused variable
Ed Maste
2016-05-13
1
-2
/
+1
*
Remove ASTContexts from SystemInitializerCommon
Pavel Labath
2016-05-13
1
-8
/
+0
*
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...
Sagar Thakur
2016-05-13
2
-2
/
+43
*
Add a check for version 15 of the shared cache format
Enrico Granata
2016-05-12
1
-1
/
+1
*
Fix some long standing issues that caused tests to be flaky.
Greg Clayton
2016-05-12
10
-216
/
+323
[next]