Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4cbb87feab0ce5fe0658711cce0e71075206c6f
/
llvm
/
unittests
/
ExecutionEngine
/
MCJIT
/
MCJITObjectCacheTest.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ffec81c
Fix some Clang-tidy modernize warnings, other minor fixes.
by Eugene Zelenko
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
4a5697e
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
by Lang Hames
· 11 years ago
0b9f550
Adds 'override' to overriding methods. NFC.
by Argyrios Kyrtzidis
· 11 years ago
79cc1e3
Reinstate "Nuke the old JIT."
by Eric Christopher
· 11 years ago
3560ff2
Return a std::unique_ptr when creating a new MemoryBuffer.
by Rafael Espindola
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
2a8a279
Make it explicit that ExecutionEngine takes ownership of the modules.
by Rafael Espindola
· 11 years ago
bb415ea
Simplify memory ownership with std::unique_ptr.
by Rafael Espindola
· 11 years ago
5f2bb7d
Simplify ownership with std::unique_ptr. NFC.
by Rafael Espindola
· 11 years ago
b9fd9ed
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
by Eric Christopher
· 11 years ago
f8b27c4
Nuke the old JIT.
by Rafael Espindola
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
af0dea1
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
by Craig Topper
· 12 years ago
b595f53
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects
by Andrew Kaylor
· 12 years ago
2e7efed
Minor changes to the MCJITTest unittests to use the correct API for finalizing
by David Tweed
· 12 years ago
041f1aa
Use only explicit bool conversion operators
by David Blaikie
· 12 years ago
ced4e8f
Re-enabling MCJIT object caching with memory leak fixed
by Andrew Kaylor
· 12 years ago
72780ed
Revert "Adding object caching support to MCJIT"
by Rafael Espindola
· 12 years ago
1d2d8e0
Adding object caching support to MCJIT
by Andrew Kaylor
· 12 years ago