index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Object
/
MachO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add interface for querying object files for symbol values.
Tim Northover
2012-10-29
1
-0
/
+1
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-1
/
+0
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
1
-0
/
+1
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
1
-0
/
+4
*
[Object]
David Meyer
2012-03-09
1
-1
/
+1
*
[Object]
David Meyer
2012-03-01
1
-0
/
+1
*
[Object]
David Meyer
2012-03-01
1
-0
/
+5
*
In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...
David Meyer
2012-02-28
1
-4
/
+1
*
[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.
Michael J. Spencer
2012-02-28
1
-0
/
+2
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-1
/
+3
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
1
-3
/
+1
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
1
-1
/
+3
*
Add support for scattered relocations to the MachO relocatation pretty printer.
Owen Anderson
2011-10-26
1
-1
/
+3
*
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-26
1
-1
/
+1
*
Add support for the notion of "hidden" relocations. On MachO, these are relo...
Owen Anderson
2011-10-25
1
-0
/
+1
*
More fixes and improvements to MachO relocation pretty-printing, particular f...
Owen Anderson
2011-10-24
1
-0
/
+2
*
Object: Add isSymbolAbsolute and getSymbolSection.
Michael J. Spencer
2011-10-17
1
-0
/
+3
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
1
-0
/
+1
*
Object: Implement casting for concrete classes.
Michael J. Spencer
2011-10-17
1
-0
/
+5
*
Add an accessor to get the underlying MachO representation.
Owen Anderson
2011-10-17
1
-0
/
+2
*
Object: Fix redundant name.
Michael J. Spencer
2011-10-17
1
-1
/
+1
*
Expose MachOObjectFile externally, like we do for COFF. First step in reduci...
Owen Anderson
2011-10-11
1
-0
/
+106