Don't include DFAPacketizer in TargetInstrInfo, there's no reason.
[oota-llvm.git] / include / llvm / Object /
2014-10-10 David MajnemerObject, COFF: Relax aux symbols for section definitions
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Rafael EspindolaRemove an out of date comment.
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-06 Eric ChristopherFor biendian targets like ARM and AArch64, it is useful...
2014-10-06 Eric ChristopherAdd support for ARM and AArch64 big endian objects to
2014-10-06 Eric ChristopherRefactor RelocVisitor to take an object. This removes...
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui UeyamaRename data -> Data
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-11 David MajnemerObject: Small cleanup in COFFObjectFile::getSymbol
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 David Blaikieunique_ptrify MachOUniversalBinary::create
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-19 Rafael Espindolafix the gcc build
2014-08-19 Rafael EspindolaFix the MSVC build.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaRemove a redundant "public:". NFC.
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-27 Ed Mastellvm-objdump: don't assert if ELF file has no sections
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-25 Lang Hames[RuntimeDyld] Adds the necessary hooks to MCJIT to...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-03 Rafael EspindolaUse an enum class.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-05 Simon AtanasyanAdd range access to ELFFile's sections collection.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Simon Atanasyan[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
2014-04-21 Rui UeyamaFix wrong iterator type
2014-04-21 Jim GrosbachTidy up. Remove extraneous typedef.
next