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
/
Platform
/
MacOSX
/
PlatformDarwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-1
/
+1
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-4
/
+3
*
Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
Adrian Prantl
2019-10-11
1
-1
/
+2
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-101
/
+95
*
[LLDB] Find debugserver in Command Line Tools as well
Antonio Afonso
2019-07-25
1
-50
/
+71
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-38
/
+36
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+8
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
One small tweak to LocateExecutableScriptingResources - I
Jason Molenda
2019-04-23
1
-2
/
+2
*
Add a small check to PlatformDarwin::LoadScriptingResourceForModule
Jason Molenda
2019-04-23
1
-3
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-0
/
+1
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-4
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
[PlatformDarwin] Simplify logic and use FileSystem
Jonas Devlieghere
2018-12-04
1
-17
/
+4
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-2
/
+1
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-1
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-2
/
+1
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-4
/
+4
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-16
/
+17
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-16
/
+16
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-7
/
+8
*
Get rid of casts. (NFC)
Adrian Prantl
2018-10-25
1
-2
/
+2
*
Fix a bug PlatformDarwin::SDKSupportsModule.
Adrian Prantl
2018-10-25
1
-7
/
+4
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-2
/
+2
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-71
/
+31
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+3
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-5
/
+4
*
Remove infinite recursion due to FileSpec change.
Jonas Devlieghere
2018-05-31
1
-5
/
+3
*
Fix the code that gets the Xcode path. After path normalization this could wa...
Greg Clayton
2018-05-10
1
-1
/
+1
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-70
/
+63
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-31
/
+11
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-1
/
+1
*
Update PlatformDarwin::GetDeveloperDir to handle the two
Jason Molenda
2017-12-09
1
-8
/
+13
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move the code to find a binary in a bundle in the target.exec-search-paths
Jason Molenda
2017-06-02
1
-0
/
+77
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-26
/
+27
*
Unify the common code in the ios, tvos, watchos platforms into a single
Jason Molenda
2017-04-17
1
-0
/
+2
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Delete LLDB's MD5 code. Use LLVM instead.
Zachary Turner
2017-03-20
1
-5
/
+7
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-2
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-9
/
+17
[next]