index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
/
MCJIT
Age
Commit message (
Expand
)
Author
2013-05-10
Fix MCJITCAPITest.cpp unit test on Windows.
Andrew Kaylor
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...
Filip Pizlo
2013-04-29
Exposing MCJIT through C API
Andrew Kaylor
2013-04-25
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-24
Exposing MCJIT through C API
Andrew Kaylor
2013-04-23
Fixing cmake build for MCJIT unit tests
Andrew Kaylor
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-11-27
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
Andrew Kaylor
2012-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-10-31
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
Port lli bug fix from r166920 to MCJIT unit test.
Amara Emerson
2012-10-31
Commit access test.
Amara Emerson
2012-10-04
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor