Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Object / MachO.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
2011-10-17 Owen AndersonAdd an accessor to get the underlying MachO representation.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...