Don't own the buffer in object::Binary.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / ObjectImageCommon.h
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaUse copy initialization to initialize std::unique_ptr.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...