Add missing includes. make_unique proliferated everywhere.
[oota-llvm.git] / lib / Object / IRObjectFile.cpp
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
2014-12-09 Rafael EspindolaMove method out of line to make buildbot happy.
2014-12-09 Rafael EspindolaDon't lookup an object symbol name in the module.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd missing include.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.