index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
/
JIT
/
JITMemoryManagerTest.cpp
Age
Commit message (
Expand
)
Author
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
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-06-16
add some #includes that will soon be needed.
Chris Lattner
2010-04-13
Update unittest for allocator laziness.
Benjamin Kramer
2009-10-27
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-20
Move the Function*->allocated blocks map from the JITMemoryManager to the
Jeffrey Yasskin
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-23
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
Reid Kleckner
2009-07-23
Re-committing r76828 with the JIT memory manager changes now that the build
Reid Kleckner
2009-07-23
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
Make the JIT code emitter properly retry and ask for more memory when it runs
Reid Kleckner