summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
Commit message (Expand)AuthorAge
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Disable old JIT unittests for AARch64Renato Golin2014-02-25
* Remove some dead codeRichard Barton2013-12-12
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-15
* Clean up removed file after r152620Eli Bendersky2012-03-14
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin2011-07-27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-26
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-26
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-26
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Unbreak unittests build.Daniel Dunbar2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Fix unit tests.Owen Anderson2009-07-10
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-01
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-25