index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
/
MCJIT
/
MCJITObjectCacheTest.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
1
-5
/
+2
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-2
/
+2
2014-12-03
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
1
-2
/
+2
2014-10-01
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
1
-1
/
+1
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
1
-1
/
+0
2014-08-27
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
1
-4
/
+3
2014-08-19
Don't own the buffer in object::Binary.
Rafael Espindola
1
-3
/
+3
2014-08-19
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
1
-6
/
+6
2014-08-13
Simplify memory ownership with std::unique_ptr.
Rafael Espindola
1
-14
/
+6
2014-08-13
Simplify ownership with std::unique_ptr. NFC.
Rafael Espindola
1
-2
/
+3
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
1
-0
/
+1
2014-08-07
Nuke the old JIT.
Rafael Espindola
1
-1
/
+0
2014-06-08
[C++11] Use 'nullptr'.
Craig Topper
1
-9
/
+9
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-5
/
+4
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-6
/
+6
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-1
/
+1
2013-07-04
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
1
-1
/
+1
2013-06-28
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
1
-7
/
+10
2013-05-17
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
1
-2
/
+1
2013-05-15
Use only explicit bool conversion operators
David Blaikie
1
-1
/
+1
2013-04-25
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
1
-0
/
+240
2013-04-25
Revert "Adding object caching support to MCJIT"
Rafael Espindola
1
-240
/
+0
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
1
-0
/
+240