aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/TargetRegistry.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-23Improve incompatible triple errorJF Bastien1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2017-11-15Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders1-2/+3
2017-06-06Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric1-2/+1
2016-10-01Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"Mehdi Amini1-6/+6
2016-10-01Use StringRef instead of raw pointer in TargetRegistry API (NFC)Mehdi Amini1-6/+6
2016-08-12Use the range variant of find_if instead of unpacking begin/endDavid Majnemer1-3/+2
2016-01-28Don't mention a command line option in an error.Rafael Espindola1-2/+1
2015-05-11Readdress r236990, use of static members on a non-static variable.David Blaikie1-29/+23
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-1/+0
2014-07-01Remove obsolete function TargetRegistry::getClosestTargetForJIT()Alp Toker1-11/+0
2014-04-09[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper1-1/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-10/+10
2014-03-07[C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer1-5/+6
2014-03-07[C++11] Convert sort predicates into lambdas.Benjamin Kramer1-6/+5
2013-12-13Fix pr18235.Rafael Espindola1-22/+14
2013-09-22Provide basic type safety for array_pod_sort comparators.Benjamin Kramer1-3/+3
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby1-0/+41
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop1-1/+1
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop1-1/+1
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-0/+122
2011-07-22Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth1-122/+0
2011-07-22Move the logic for printing the registered targets into a staticChandler Carruth1-0/+30
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2009-09-08Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar1-1/+2
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar1-14/+11
2009-07-26Remove unused headerDaniel Dunbar1-1/+0
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar1-3/+1
2009-07-26Add TargetRegistry::lookupTarget.Daniel Dunbar1-85/+17
2009-07-25Simplify JIT target selection.Daniel Dunbar1-5/+20
2009-07-17Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar1-1/+18
2009-07-16Add registered target list to --version output.Daniel Dunbar1-18/+19
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar1-7/+5
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings1-5/+7
2009-07-15Allow multiple registrations of the same target.Daniel Dunbar1-7/+5
2009-07-15Fix stupid thinkoDaniel Dunbar1-1/+1
2009-07-15Address some review comments on TargetRegistry.Daniel Dunbar1-3/+1
2009-07-15Add new TargetRegistry.Daniel Dunbar1-0/+136