aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/TargetRegistry.cpp
AgeCommit message (Expand)Author
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-22Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth
2011-07-22Move the logic for printing the registered targets into a staticChandler Carruth
2010-11-29Merge System into Support.Michael J. Spencer
2009-09-08Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar
2009-07-26Remove unused headerDaniel Dunbar
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar
2009-07-26Add TargetRegistry::lookupTarget.Daniel Dunbar
2009-07-25Simplify JIT target selection.Daniel Dunbar
2009-07-17Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar
2009-07-16Add registered target list to --version output.Daniel Dunbar
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Allow multiple registrations of the same target.Daniel Dunbar
2009-07-15Fix stupid thinkoDaniel Dunbar
2009-07-15Address some review comments on TargetRegistry.Daniel Dunbar
2009-07-15Add new TargetRegistry.Daniel Dunbar