Readdress r236990, use of static members on a non-static variable.
[oota-llvm.git] / lib / Support / TargetRegistry.cpp
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2013-12-13 Rafael EspindolaFix pr18235.
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
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.