Don't assert on empty attributes.
[oota-llvm.git] / lib / Object /
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-02-03 Michael J. Spencer[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
2013-01-31 Jim GrosbachObject: Fix errant fallthrough.
2013-01-25 Eli BenderskyWhen encountering an unknown file format, ObjectFile...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-14 David GreeneFix More Casts
2013-01-10 Michael J. Spencer[Object][Archive] Fix name handling with bsd style...
2013-01-10 Michael J. Spencer[Object][Archive] Apparently StringRef::getAsInteger...
2013-01-09 Michael J. Spencer[Object][Archive] Use uint64_t instead of APInt. It...
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-12 Rafael EspindolaRemove some dead code.
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-11-14 Matt Beaumont-Gays/assert/llvm_unreachable/
2012-11-14 Matt Beaumont-GayFix broken asserts. Also, spell 'indices' correctly.
2012-11-14 Michael J. Spencer[Object] Fix endianess bug by refactoring Archive:...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
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-07-19 Galina KistanovaReverting r 160419.
2012-07-18 Galina KistanovaFixed few warnings.
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-06-15 Marshall ClowHad a closing brace inside an #ifdef -- oops!
2012-06-15 Marshall ClowAdding acessors to COFFObjectFile so that clients can...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-24 Craig TopperMark some static arrays as const.
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...
next