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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
2
-6
/
+6
*
[lldb] Avoid snprintf in PlatformRemoteDarwinDevice
Pavel Labath
2019-11-26
1
-19
/
+14
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
2
-4
/
+19
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
Adrian Prantl
2019-10-11
1
-1
/
+2
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+2
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-1
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+5
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-3
/
+8
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-101
/
+95
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-6
/
+6
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-4
/
+3
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
3
-9
/
+32
*
[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
11
-165
/
+162
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-1
/
+1
*
Refactor ObjectFile::GetSDKVersion
Raphael Isemann
2019-07-03
1
-4
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
3
-22
/
+22
*
Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()
Adrian Prantl
2019-04-29
1
-1
/
+1
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-2
/
+2
*
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
24
-152
/
+0
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
4
-3
/
+16
*
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
2
-5
/
+8
*
Fixes for the ProcessLaunchInfo move
Pavel Labath
2019-02-04
1
-1
/
+1
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
Silence compiler warnings
Adrian Prantl
2019-01-15
8
-8
/
+8
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
2
-3
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
8
-20
/
+11
*
[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
25
-98
/
+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
2
-13
/
+13
*
Compiler warning pointed out a mistake - fix it.
Jason Molenda
2018-11-07
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
9
-54
/
+69
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
7
-43
/
+44
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
4
-4
/
+4
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
9
-88
/
+96
*
Get rid of casts. (NFC)
Adrian Prantl
2018-10-25
2
-3
/
+3
*
Fix a bug PlatformDarwin::SDKSupportsModule.
Adrian Prantl
2018-10-25
2
-13
/
+10
*
For a built & test bot, add an environment variable PLATFORM_SDK_DIRECTORY,
Jason Molenda
2018-10-16
1
-0
/
+23
*
Fix this comment so it is consistent with all the others.
Jason Molenda
2018-10-11
1
-1
/
+1
[next]