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
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
1
-6
/
+1
*
[lldb-server] Add remote platform capabilities for Windows
Aaron Smith
2019-02-14
2
-39
/
+14
*
Extract common PlatformPOSIX/Windows code into a separate class
Pavel Labath
2019-02-12
2
-185
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
1
-3
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-8
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
[FileSystem] Remove ResolveExecutableLocation() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+2
*
Use UnknownVendor rather than UnknownArch since they're in two different enums
Eric Christopher
2018-07-31
1
-1
/
+1
*
Fix netbsd build broken by r334950
Pavel Labath
2018-06-18
1
-10
/
+2
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-3
/
+4
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-26
/
+20
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
2
-5
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-27
/
+28
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+7
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-676
/
+537
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
2
-40
/
+0
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
2
-50
/
+44
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
2
-0
/
+14
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-1
/
+1
*
Implement PlatformWindows::GetEnvironment.
Zachary Turner
2015-05-22
2
-0
/
+15
*
Implement attach to process on Windows.
Zachary Turner
2015-05-20
2
-42
/
+82
*
Fix some -Winconsistent-missing-override warnings (& some particularly weird ...
David Blaikie
2015-03-24
1
-50
/
+50
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
2
-1
/
+5
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-3
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
2
-0
/
+16
*
Don't #include clang headers from BreakpointLocation.h
Zachary Turner
2015-03-04
1
-0
/
+2
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
2
-30
/
+24
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
2
-6
/
+6
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-5
/
+4
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-1
/
+2
*
Missed a few places where we need to report unreadable executables.
Greg Clayton
2014-08-15
1
-4
/
+11
*
Windows: update for LLVM API change
Saleem Abdulrasool
2014-08-09
1
-1
/
+0
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
1
-20
/
+40
*
Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinux
Deepak Panickal
2014-07-21
1
-1
/
+6
[next]