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
/
ObjectFile
/
Mach-O
/
ObjectFileMachO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upstream support for macCatalyst Mach-O binaries.
Adrian Prantl
2019-08-23
1
-17
/
+31
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
1
-0
/
+7
*
Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be found
Jason Molenda
2019-07-18
1
-0
/
+2
*
Refactor ObjectFile::GetSDKVersion
Raphael Isemann
2019-07-03
1
-2
/
+2
*
[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
-8
/
+8
*
Move RangeMap.h into Utility
Pavel Labath
2019-03-06
1
-1
/
+1
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-5
/
+5
*
Don't duplicate the logic that detects if a section can/should be loaded (NFC)
Greg Clayton
2018-12-21
1
-0
/
+3
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
1
-1
/
+1
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-4
/
+3
*
The on-ios-device command line lldb has an optimization where
Jason Molenda
2018-05-04
1
-2
/
+2
*
ObjectFileMachO: split CreateSections mega-function into more manageable chunks
Pavel Labath
2018-03-06
1
-0
/
+12
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Use two LC_NOTE load commands for identifying the main binary that
Jason Molenda
2017-04-12
1
-0
/
+3
*
Some old mach-o core files have an LC_IDENT load command
Jason Molenda
2017-04-06
1
-0
/
+2
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-223
/
+173
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+0
*
Add a way for an ObjectFile to indicate that assembly emulation
Jason Molenda
2016-05-04
1
-0
/
+4
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
1
-0
/
+3
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-78
/
+79
*
Make sure we detect symbols in the new __DATA_DIRTY and __DATA_CONST segments...
Greg Clayton
2015-07-27
1
-0
/
+2
*
If we have a MachO file loaded from memory, make sure we can always get the s...
Greg Clayton
2015-06-08
1
-0
/
+8
*
Don't wait for the dynamic loader to set a module as a dynamic link editor, f...
Greg Clayton
2015-02-05
1
-1
/
+4
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-0
/
+5
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-0
/
+6
*
ReExported symbols can point to a library that doesn't actually
Jim Ingham
2014-05-21
1
-0
/
+7
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
Verify we have a correct ELF or Mach core file before we return a valid insta...
Greg Clayton
2014-03-07
1
-3
/
+2
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+3
*
Implement ObjectFileMachO::SetLoadAddress().
Greg Clayton
2014-02-06
1
-0
/
+3
*
Added the ability to get the SDK path for a target using the platform plugins...
Greg Clayton
2013-10-24
1
-0
/
+8
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-7
/
+7
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-1
/
+21
*
The dyld_all_image_infos structure, at version 13 and higher, has
Jason Molenda
2013-04-16
1
-0
/
+17
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-3
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-8
/
+10
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
1
-1
/
+1
*
<rdar://problem/11034170>
Greg Clayton
2012-03-13
1
-1
/
+0
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+4
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+3
[next]