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] Implement GetCompleteObjCClass for .debug_names
Jonas Devlieghere
2018-06-27
3
-4
/
+60
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
8
-8
/
+8
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
14
-60
/
+37
*
Fix a single typo in SBSymbolContext
Dave Lee
2018-06-27
1
-1
/
+1
*
Use the API's to get the TargetSP.
Jim Ingham
2018-06-26
1
-1
/
+1
*
The Process class ivar ivar was changed to a weak pointer, but was still _sp.
Jim Ingham
2018-06-26
2
-5
/
+5
*
This is not a debug info sensitive test.
Jim Ingham
2018-06-26
1
-0
/
+2
*
Reverting r335656, SWIG doesn't like "enum class".
Jim Ingham
2018-06-26
1
-1
/
+1
*
Amend "Change AddressClass type from 'enum' to 'enum class'".
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
12
-144
/
+111
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
23
-164
/
+164
*
A little cleanup in ObjectFileMachO::GetSDKVersion.
Jason Molenda
2018-06-25
1
-3
/
+12
*
Fix windows build for r335541.
Alexander Polyakov
2018-06-25
1
-0
/
+2
*
Implement new methods for handling an error in MI commands.
Alexander Polyakov
2018-06-25
2
-0
/
+68
*
[LLDB] Select helper sign comparison fix
David Carlier
2018-06-25
1
-2
/
+2
*
Fix TestThreadExit for gcc&libc++ combo
Pavel Labath
2018-06-25
1
-1
/
+2
*
Revert "[FileSpec] Always normalize"
Jonas Devlieghere
2018-06-25
1
-6
/
+104
*
[FileSpec] Always normalize
Jonas Devlieghere
2018-06-24
1
-104
/
+6
*
Make testcase classnames unique
Jan Kratochvil
2018-06-24
3
-3
/
+3
*
[FileSpec] Refactor append and prepend implemenetations. NFC
Jonas Devlieghere
2018-06-24
1
-94
/
+20
*
Update cmdtemplate.py to use best pratices.
Greg Clayton
2018-06-22
1
-53
/
+78
*
Mark this test as no debuginfo
Adrian Prantl
2018-06-22
1
-1
/
+1
*
Android.rules: Use libc++ by default
Pavel Labath
2018-06-22
3
-9
/
+14
*
ResolveAddress: check returned value of resolving functions.
Tatyana Krasnukha
2018-06-22
1
-7
/
+8
*
Remove dead code
Frederic Riss
2018-06-22
1
-42
/
+20
*
Remove duplicated check and shared_ptr copying.
Tatyana Krasnukha
2018-06-21
1
-4
/
+3
*
[DataFormatter] Add CFDictionary data formatter
Jonas Devlieghere
2018-06-21
3
-2
/
+13
*
Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...
Greg Clayton
2018-06-21
1
-0
/
+28
*
Partially revert r335236
Pavel Labath
2018-06-21
7
-0
/
+40
*
Fix macos build for r335244
Pavel Labath
2018-06-21
1
-2
/
+2
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
10
-18
/
+9
*
Modernize UUID class
Pavel Labath
2018-06-21
7
-26
/
+57
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
10
-76
/
+21
*
Disable gmodules tests on linux
Pavel Labath
2018-06-21
1
-1
/
+1
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
3
-98
/
+195
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
2
-48
/
+9
*
Make test sources compatible with android+libcxx+modules
Pavel Labath
2018-06-20
8
-102
/
+101
*
Make sure TestNumThreads works with libc++
Pavel Labath
2018-06-20
2
-2
/
+6
*
IRInterpreter: fix sign extension of small types (pr37840)
Pavel Labath
2018-06-20
2
-7
/
+9
*
Fix compilation with mingw-w64 (pr37873)
Pavel Labath
2018-06-20
1
-2
/
+2
*
Fix windows build broken by r335104
Pavel Labath
2018-06-20
1
-0
/
+8
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
12
-137
/
+87
*
BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair
Pavel Labath
2018-06-20
3
-9
/
+7
*
Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID
Jason Molenda
2018-06-19
2
-4
/
+4
*
Refactor OnExit utility class in ClangUserExpression
Raphael Isemann
2018-06-19
1
-24
/
+15
*
Scalar: Use llvm integer conversion functions
Pavel Labath
2018-06-19
3
-10
/
+40
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
21
-228
/
+204
*
Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE
Pavel Labath
2018-06-19
1
-0
/
+1
*
Attempt to fix windows build broken by r334968
Pavel Labath
2018-06-19
1
-0
/
+1
*
Fix up Info.plist when building LLDB.framework with CMake
Alex Langford
2018-06-19
3
-1
/
+9
[next]