summaryrefslogtreecommitdiff
path: root/include/llvm/Object/MachO.h
Commit message (Expand)AuthorAge
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Remove unnecessary classof()'sSean Silva2012-10-11
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* [Object]David Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* Add support for scattered relocations to the MachO relocatation pretty printer.Owen Anderson2011-10-26
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-26
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-25
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-24
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-17
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-17
* Add an accessor to get the underlying MachO representation.Owen Anderson2011-10-17
* Object: Fix redundant name.Michael J. Spencer2011-10-17
* Expose MachOObjectFile externally, like we do for COFF. First step in reduci...Owen Anderson2011-10-11