summaryrefslogtreecommitdiff
path: root/lib/Support/TargetRegistry.cpp
Commit message (Expand)AuthorAge
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-22
* Merge System into Support.Michael J. Spencer2010-11-29
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-08
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Remove unused headerDaniel Dunbar2009-07-26
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar2009-07-17
* Add registered target list to --version output.Daniel Dunbar2009-07-16
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-15
* Fix stupid thinkoDaniel Dunbar2009-07-15
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-15
* Add new TargetRegistry.Daniel Dunbar2009-07-15