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
/
Target
/
Platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
1
-0
/
+6
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+1
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-4
/
+3
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-8
/
+8
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-4
/
+2
*
[TableGen] Move target properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
1
-4
/
+4
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-5
/
+7
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-57
/
+41
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-2
/
+2
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-32
/
+4
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-2
/
+2
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-2
/
+2
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+2
*
Tiny fix spotted by static analyzer; GetPath() returns a std::string,
Jason Molenda
2019-02-08
1
-2
/
+2
*
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
-3
/
+3
*
Change the amount of data that Platform::PutFile will try to transfer
Jason Molenda
2018-12-07
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-9
/
+13
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-16
/
+17
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-2
/
+2
*
Support nwere versions of the Segger J-Link jtag board software.
Jason Molenda
2018-10-23
1
-1
/
+11
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-14
/
+14
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+2
*
Respect platform sysroot when loading core files
Pavel Labath
2018-08-28
1
-10
/
+29
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-5
/
+24
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-4
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-39
/
+22
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-59
/
+53
*
One more windows build fix
Pavel Labath
2018-04-05
1
-0
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-4
/
+1
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Remove last Host usage from ArchSpec
Pavel Labath
2017-11-13
1
-0
/
+3
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-0
/
+31
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
1
-0
/
+6
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-3
/
+7
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-97
/
+99
[next]