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