Fixed ObjectFile functions:
[oota-llvm.git] / lib / Object / MachOObjectFile.cpp
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.