summaryrefslogtreecommitdiffstats
path: root/lib/Support/TargetRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r304835: It's not clear printing all targets with --version is the rig...Hans Wennborg2017-07-271-1/+2
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-061-2/+1
* Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"Mehdi Amini2016-10-011-6/+6
* Use StringRef instead of raw pointer in TargetRegistry API (NFC)Mehdi Amini2016-10-011-6/+6
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+2
* Don't mention a command line option in an error.Rafael Espindola2016-01-281-2/+1
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-29/+23
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+0
* Remove obsolete function TargetRegistry::getClosestTargetForJIT()Alp Toker2014-07-011-11/+0
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-1/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-10/+10
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-071-5/+6
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-071-6/+5
* Fix pr18235.Rafael Espindola2013-12-131-22/+14
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+3
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-0/+41
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-1/+1
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-1/+1
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-0/+122
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-221-122/+0
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-221-0/+30
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-081-1/+2
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-14/+11
* Remove unused headerDaniel Dunbar2009-07-261-1/+0
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-3/+1
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-85/+17
* Simplify JIT target selection.Daniel Dunbar2009-07-251-5/+20
* Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar2009-07-171-1/+18
* Add registered target list to --version output.Daniel Dunbar2009-07-161-18/+19
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-7/+5
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-5/+7
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-151-7/+5
* Fix stupid thinkoDaniel Dunbar2009-07-151-1/+1
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-151-3/+1
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+136