test commit
[oota-llvm.git] / lib / Object /
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-02 Eli FriedmanFix the implementation of MachOObjectFile::isSectionZer...
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
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-04-03 Dylan NoblesmithObject: drop bogus VMCore dependency
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionName.
2012-03-15 Michael J. SpencerFix bug found by warning.
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...
2012-02-22 Benjamin KramerRemove static ctor.
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-02-04 Dylan NoblesmithObject: avoid undefined behavior when bounds-checking
2012-01-24 Matt Beaumont-GaySink assert-only variables into the asserts
2012-01-23 Matt Beaumont-GaySilence warnings in -asserts build
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2011-12-25 Rafael EspindolaRemove unused variables.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-28 Daniel DunbarFix some possible gcc-4.2 may be used uninitialized...
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-16 Michael J. SpencerObject/COFF: Support common symbols.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
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.
next