Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / Object /
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Rafael EspindolaUse a pointer as the relocation iterator.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-24 Rafael EspindolaRevert r180189.
2013-04-24 Rafael EspindolaFormatting fixes.
2013-04-24 Rafael EspindolaUse a pointer as the relocation iterator.
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-19 Rafael Espindolarefactor the struct byte swapping to a helper function.
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaFix MachO's getRelocationAdditionalInfo.
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Rafael EspindolaMore uses for SymbolTableEntryBase.
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Rafael EspindolaRemove is64BitLoadCommand.
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-04-07 Rafael EspindolaMake MachOObjectFile independent from MachOObject.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getData directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::is64Bit directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize and MachOObjec...
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaUse getLoadCommandInfo instead of MachOObj->getLoadComm...
2013-04-07 Rafael EspindolaConstruct MachOObject in MachOObjectFile's constructor.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-06 Rafael EspindolaRemove last use of InMemoryStruct from MachOObjectFile...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct<macho::SymtabLoadCommand>.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbol64TableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbolTableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-05 Rafael EspindolaDefine versions of Section that are explicitly marked...
2013-04-05 Rafael EspindolaDon't use InMemoryStruct in getSection and getSection64.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-02-28 Eric ChristopherMove an assert earlier in a file and check that the...
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]
next