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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
1
-2
/
+6
*
ObjectFileMachO: Silence signed/unsigned comparison warning
David Majnemer
2014-07-24
1
-2
/
+1
*
Plugins: silence a few more signed comparision warnings
Saleem Abdulrasool
2014-07-23
1
-1
/
+2
*
Target: silence a GCC warning
Saleem Abdulrasool
2014-07-23
1
-1
/
+3
*
Use PRIx64.
Joerg Sonnenberger
2014-07-18
1
-1
/
+1
*
Fixed the objective C symbol parsing in ObjectFileMachO.
Greg Clayton
2014-07-17
1
-6
/
+0
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-4
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-13
/
+13
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-1
/
+4
*
Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...
Greg Clayton
2014-06-16
1
-113
/
+149
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-1
/
+1
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-1
/
+414
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-47
/
+96
*
ReExported symbols can point to a library that doesn't actually
Jim Ingham
2014-05-21
1
-0
/
+5
*
When increasing the amount of a file read, read the total of the Mach-O header
Jason Molenda
2014-04-22
1
-2
/
+3
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-5
/
+9
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-4
/
+5
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-6
/
+151
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-21
/
+82
*
Implement ObjectFileMachO::SetLoadAddress().
Greg Clayton
2014-02-06
1
-0
/
+56
*
If a library has no N_FUN symbols we don't succeed in finding resolver symbol...
Greg Clayton
2014-01-16
1
-2
/
+2
*
Make sure we correctly merge all N_FUN symbols with non-stab entries even if ...
Greg Clayton
2014-01-16
1
-50
/
+82
*
The actual indirect symbol is not the one at the address of the Trie entry ma...
Jim Ingham
2014-01-10
1
-27
/
+42
*
Added the ability to get the SDK path for a target using the platform plugins...
Greg Clayton
2013-10-24
1
-0
/
+124
*
<rdar://problem/14496092>
Greg Clayton
2013-10-21
1
-35
/
+240
*
<rdar://problem/15191078>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Change ProcessMachCore to search for both a user-process dyld binary
Jason Molenda
2013-09-14
1
-2
/
+2
*
Fixed a few typos.
Ashok Thirumurthi
2013-08-27
1
-2
/
+2
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-282
/
+277
*
When ObjectFileMachO::GetModuleSpecifications is getting the ArchSpec
Jason Molenda
2013-08-27
1
-0
/
+5
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+1
*
Follow-up to the checkin of r188532 -- make sure that
Jason Molenda
2013-08-17
1
-0
/
+9
*
Add a new Section::SetFileAddress method to change a Section's file
Jason Molenda
2013-08-16
1
-10
/
+24
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-1
/
+11
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-639
/
+648
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+2
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-455
/
+464
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-2
/
+9
*
<rdar://problem/13941992>
Greg Clayton
2013-06-04
1
-5
/
+7
*
<rdar://problem/13128331>
Greg Clayton
2013-05-15
1
-24
/
+21
*
<rdar://problem/13748253>
Greg Clayton
2013-05-14
1
-91
/
+141
*
A few more small tweaks to arm core file handling.
Jason Molenda
2013-05-14
1
-7
/
+20
*
Small change to the previous checkin, read in the fpu register context
Jason Molenda
2013-05-14
1
-4
/
+10
*
Fixes to read the floating point and exception registers sets out
Jason Molenda
2013-05-14
1
-18
/
+36
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-6
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-34
/
+143
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
[next]