aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-237/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+2
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-061-0/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-5/+4
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-1/+1
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-151-0/+238
* Clean up removed file after r152620Eli Bendersky2012-03-141-0/+0
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-238/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-271-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-261-2/+0
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-261-0/+2
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-261-2/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+4
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-9/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+2
* Unbreak unittests build.Daniel Dunbar2009-07-181-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+4
* Fix unit tests.Owen Anderson2009-07-101-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-011-1/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-0/+241