Return a std::unique_ptr when creating a new MemoryBuffer.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / CMakeLists.txt
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-23 Andrew KaylorFixing cmake build for MCJIT unit tests
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests