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
/
DynamicLoader
/
MacOSX-DYLD
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
3
-3
/
+9
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
2
-10
/
+6
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
2
-24
/
+76
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-15
/
+11
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
3
-62
/
+58
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
2
-2
/
+4
*
Fixing a couple of wrong logical operator bugs.
Ali Tamur
2019-06-28
1
-1
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
3
-23
/
+24
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
3
-3
/
+3
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
3
-4
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
6
-81
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-2
/
+5
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
2
-4
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddress
Jason Molenda
2019-01-25
1
-9
/
+1
*
Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin
Jim Ingham
2019-01-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
3
-17
/
+14
*
Handle detecting exec for DynamicLoaderMacOS with older debugservers
Jim Ingham
2018-12-07
2
-11
/
+34
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-12
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
2
-5
/
+4
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
5
-7
/
+17
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
2
-4
/
+2
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
3
-3
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
3
-3
/
+3
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-2
/
+2
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
1
-26
/
+5
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-11
/
+6
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
2
-3
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
3
-211
/
+182
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
3
-3
/
+3
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
5
-15
/
+15
*
Be a little more permissive in DynamicLoaderMacOS::CanLoadImage
Jim Ingham
2017-05-06
1
-8
/
+9
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
3
-6
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-4
/
+4
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
3
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
3
-3
/
+3
*
[CMake] [1/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+12
*
Add a catch-all line for detecting dyld in the inferior process
Jason Molenda
2017-01-21
2
-0
/
+5
*
Fix a problem with the new dyld interface code -- when a new process
Jason Molenda
2017-01-19
1
-0
/
+5
*
Set the address size based on the target's arch instead
Jason Molenda
2016-12-08
1
-3
/
+2
*
Fix typo which broke debugging on older OSX systems after r285172.
Dawn Perchik
2016-11-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-5
/
+3
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-3
/
+4
[next]