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
...
*
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
1
-1
/
+3
*
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
8
-16
/
+8
*
Modernize UUID class
Pavel Labath
2018-06-21
4
-23
/
+16
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
10
-76
/
+21
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
1
-95
/
+148
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
2
-48
/
+9
*
IRInterpreter: fix sign extension of small types (pr37840)
Pavel Labath
2018-06-20
1
-7
/
+1
*
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
9
-132
/
+87
*
BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair
Pavel Labath
2018-06-20
2
-8
/
+6
*
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
1
-10
/
+6
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
19
-207
/
+170
*
Some NFC changes to how we scan of kexts & kernels in memory in the
Jason Molenda
2018-06-18
2
-32
/
+58
*
Fixed file completion for paths that start with '~'.
Raphael Isemann
2018-06-18
1
-0
/
+6
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-54
/
+0
*
Fix macosx build broken by the VersionTuple refactor
Pavel Labath
2018-06-18
2
-7
/
+4
*
Fix netbsd build broken by r334950
Pavel Labath
2018-06-18
2
-11
/
+4
*
Attempt to fix windows&freebsd builds broken by r334950
Pavel Labath
2018-06-18
2
-4
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
29
-429
/
+212
*
Fix the 'tb' alias command
Frederic Riss
2018-06-18
1
-1
/
+1
*
One ShortFract ought to be enough for everyone.
Benjamin Kramer
2018-06-14
1
-1
/
+0
*
Add remaining fixed-point types and saturated equivalents to fix -Wswitch of ...
Fangrui Song
2018-06-14
1
-0
/
+19
*
DebugNamesDWARFIndex: fix handling of compressed sections
Pavel Labath
2018-06-14
1
-0
/
+1
*
Fix includes in PlatformAppleSimulator.h
Pavel Labath
2018-06-14
1
-2
/
+2
*
fix cmake include path.
Jason Molenda
2018-06-14
1
-1
/
+1
*
Move the header file to be in the same new place as the .mm file.
Jason Molenda
2018-06-13
1
-0
/
+0
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
11
-12
/
+17
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
46
-104
/
+143
*
Fix macos xcode build.
Jason Molenda
2018-06-13
1
-5
/
+5
*
[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...
Stella Stamenova
2018-06-13
3
-8
/
+31
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
3
-0
/
+59
*
[ObjC] Use llvm::StringRef in summary providers
Jonas Devlieghere
2018-06-13
1
-20
/
+19
*
[FileSpec] Simplify getting extension and stem.
Jonas Devlieghere
2018-06-13
1
-8
/
+3
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
7
-76
/
+57
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
10
-14
/
+14
*
Add modules support for lldb headers in include/
Raphael Isemann
2018-06-13
9
-7
/
+61
*
Disable warnings for the generated LLDB wrapper source
Raphael Isemann
2018-06-12
1
-6
/
+5
*
DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method
Pavel Labath
2018-06-12
2
-1
/
+13
*
DWARFDebugNames: Implement last GetGlobalVariables overload
Pavel Labath
2018-06-12
2
-1
/
+23
*
Document how lldb uses the DBGSourcePathRemapping
Jason Molenda
2018-06-11
2
-11
/
+14
*
Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails
Leonard Mosescu
2018-06-11
1
-2
/
+12
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
1
-0
/
+2
*
DWARFDebugNames: Fix lookup in dwo files
Pavel Labath
2018-06-11
2
-9
/
+31
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-5
/
+4
[prev]
[next]