index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ExecutionEngine
/
MCJIT
/
MCJITObjectCacheTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-9
/
+9
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-5
/
+4
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-6
/
+6
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-7
/
+10
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-2
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
1
-0
/
+240
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
1
-240
/
+0
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
1
-0
/
+240