Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Object / MachOObjectFile.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Benjamin KramerObject: Pass the buffer name through when making a...
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-10 Andrew KaylorCosmetic changes
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-02 Eli FriedmanFix the implementation of MachOObjectFile::isSectionZer...
2012-04-13 Benjamin KramerRemove unused variable.
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
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-27 Owen AndersonIf we're searching for a symbol reference to pretty...
2011-10-27 Owen AndersonFix pretty printing of i386 local sect diff relocations...
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Owen AndersonThe order of the two symbol listings in a Macho x86_64...
2011-10-26 Owen AndersonInclude the full 64 bits of relocation data in the...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Owen AndersonImprove pretty printing of GOT relocations in MachO...
2011-10-26 Eric ChristopherRemove unused variable.
2011-10-25 Owen AndersonRemove extraneous printing of "-PC".
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Owen AndersonTeach the MachO relocation pretty-printer to interpret...
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-24 Owen AndersonGet relocation parsing/dumping to a mostly-working...
2011-10-24 Owen AndersonStub out some of the MachO relocation decoding hooks.
2011-10-21 Owen AndersonSTABS symbols are debug symbols.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-12 Owen AndersonThe VMAs stored in the symbol table of a MachO file...
2011-10-12 Owen AndersonDon't label a STAB debugging symbol as a function symbol.
2011-10-12 Owen AndersonsectionContainsSymbol needs to be based on VMA's rather...
2011-10-12 Owen AndersonSection indices in MachO symbol tables begin at 1,...
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...
2011-10-10 Michael J. SpencerFix warning.
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-28 Michael J. SpencerObject: Add isSection{Data,BSS}.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-09 Benjamin KramerRemove dead code.
2011-09-09 Nick LewyckyFix release build:
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-15 Benjamin KramerMachOObjectFile: Get symbol functions ready for 64...
2011-07-15 Benjamin KramerOutput MachO section names in the form SEGMENT,section.
2011-07-15 Benjamin KramerAdd support for 64 bit objects to MachOObjectFile.
2011-07-15 Benjamin KramerMachOObjectFile: Change isSectionText to return true...
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-04-22 Eric ChristopherUse enums for constant values.
2011-04-22 Eric ChristopherMake the file format strings a little prettier for...
2011-04-22 Eric ChristopherAdd an ObjectFile implementation for mach-o.