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
/
JITEventListenerTest.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
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-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-03-15
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...
Eli Bendersky
2012-03-14
Clean up removed file after r152620
Eli Bendersky
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-27
Explicitly cast narrowing conversions inside {}s that will become errors in
Jeffrey Yasskin
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-26
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-10-27
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
Jeffrey Yasskin
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-18
Unbreak unittests build.
Daniel Dunbar
2009-07-18
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-10
Fix unit tests.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-06-25
Add a JITEventListener interface that gets called back when a new function is
Jeffrey Yasskin