Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / Object /
2011-11-08 Michael J. SpencerObject/COFF: Fix PE reading.
2011-11-05 Benjamin KramerMachOObject: Use DataExtractor's uleb parser instead...
2011-11-04 Benjamin KramerSimplify code.
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Chad RosierRemoved unused variable.
2011-11-02 Michael J. Spencerobject/COFF: Properly initalize uses of DataRefImpl.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
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-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
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 Michael J. SpencerObject/Archive: Cleanup anon namespace.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
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 AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Owen AndersonSTABS symbols are debug symbols.
2011-10-21 Owen AndersonBind libObject API for obtaining the section containing...
2011-10-21 Owen AndersonExpand the coverage of the libObject C bindings to...
2011-10-18 Michael J. SpencerObject/COFF: Remove useless test.
2011-10-18 Michael J. SpencerObject/COFF: Change type from a struct to a uint16_t...
2011-10-17 Michael J. SpencerObject: Add some types to SymbolRef::Type.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject/COFF: Expose more data in the public API.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-13 Michael J. SpencerELF: Fix the section that relocations apply to. Add...
2011-10-13 Michael J. SpencerCOFF: Implement sectionContainsSymbol for relocatable...
2011-10-13 Nick LewyckyElf_Word is not POD! Stop using it in a DenseMap.
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-12 NAKAMURA Takumilib/Object/ELFObjectFile.cpp: Fix undefined behavior...
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...
2011-10-11 Nick LewyckyReapply r141605 with fixes for appropriate handling...
2011-10-11 Nick LewyckyAdd support for .symtab_shnidx. Unfortunately, doing...
2011-10-11 Nick LewyckyRevert r141605 as it broke tests for llvm-nm.
2011-10-11 Nick LewyckyAdd support for reading many-section ELF files.
2011-10-10 Michael J. SpencerFix warning.
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-08 NAKAMURA Takumilib/Object: Suppress warnings on gcc-4.3.4 cygwin
2011-10-08 Michael J. SpencerObject: Add support for opening stdin.
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-10-07 Michael J. SpencerFix GCC again.
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-27 Michael J. SpencerObject: Add archive support.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-13 Benjamin KramerSilence false positive uninitialized variable warnings...
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-08-30 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
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-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Michael J. SpencerFix warnings.
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-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
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-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J. SpencerAdd Object/Error.
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-05-02 Nick LewyckyRemove dead variable pointed out by GCC 4.6 warnings...
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 MachOObjectFile.cpp to cmake.
2011-04-22 Eric ChristopherHook in mach-o object files into Object interface.
2011-04-22 Eric ChristopherAdd an ObjectFile implementation for mach-o.
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-01-21 Michael J. SpencerObject: Fix type punned pointer issues by making DataRe...
next