Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITEventListenerTest.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-18 Daniel DunbarUnbreak unittests build.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-10 Owen AndersonFix unit tests.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...