[PGO] Fix remaining bugs in ProfData template file (when used by compiler-rt)
[oota-llvm.git] / include / llvm / Object / IRObjectFile.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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-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-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.