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
/
Host
/
linux
/
HostInfoLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-22
/
+17
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-28
/
+11
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+6
*
[Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux
Michal Gorny
2018-01-29
1
-1
/
+2
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
Delete some dead code in HostInfo.
Zachary Turner
2017-03-21
1
-2
/
+0
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-4
/
+6
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-221
/
+182
*
Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
Kate Stone
2016-04-27
1
-1
/
+1
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-2
/
+2
*
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Chaoren Lin
2015-06-09
1
-1
/
+1
*
ComputeSupportExeDirectory for Linux
Chaoren Lin
2015-03-24
1
-3
/
+5
*
Reverted r232883 due to failing tests.
Vince Harron
2015-03-22
1
-2
/
+4
*
Fix ComputeSupportExeDirectory for Linux (merge with Android).
Chaoren Lin
2015-03-21
1
-4
/
+2
*
Remove an unused variable found with a Clang warning.
Chandler Carruth
2015-02-13
1
-1
/
+0
*
Failsafe directory for shared objects and support executables.
Chaoren Lin
2015-02-10
1
-0
/
+9
*
Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...
Greg Clayton
2015-02-03
1
-25
/
+21
*
Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...
Oleksiy Vyalov
2014-12-09
1
-0
/
+29
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-0
/
+6
*
Change back all paths returns for lldb::PathType enumerations from HostInfo::...
Greg Clayton
2014-08-25
1
-5
/
+4
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-0
/
+19
*
Fix compile error on Linux due to previous commit.
Zachary Turner
2014-08-21
1
-0
/
+1
*
Convert static constructors to be explicitly initialized at startup
Zachary Turner
2014-08-21
1
-13
/
+36
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-0
/
+27
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-0
/
+23
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-0
/
+149