Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Support / TargetRegistry.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-07-26 Daniel DunbarRemove unused header
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-17 Daniel DunbarProvide slightly more refined error message when trying...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarFix stupid thinko
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Daniel DunbarAdd new TargetRegistry.