1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. a1cca51 Improve incompatible triple error by JF Bastien · 7 years ago
  3. f78650a Remove trailing space by Fangrui Song · 7 years ago
  4. 725584e Add backend name to Target to enable runtime info to be fed back into TableGen by Daniel Sanders · 8 years ago
  5. bc3feaa Allow VersionPrinter to print to arbitrary raw_ostreams by Dimitry Andric · 8 years ago
  6. 9af9a9d Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" by Mehdi Amini · 9 years ago
  7. cd354a6 Use StringRef instead of raw pointer in TargetRegistry API (NFC) by Mehdi Amini · 9 years ago
  8. 562e829 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  9. 26e6581 Don't mention a command line option in an error. by Rafael Espindola · 10 years ago
  10. 46c561c Readdress r236990, use of static members on a non-static variable. by David Blaikie · 10 years ago
  11. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  12. 1a9ea52 Remove obsolete function TargetRegistry::getClosestTargetForJIT() by Alp Toker · 11 years ago
  13. 8d399f8 [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity. by Craig Topper · 12 years ago
  14. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  15. adf1ea8 [C++11] Revert uses of lambdas with array_pod_sort. by Benjamin Kramer · 12 years ago
  16. b0f74b2 [C++11] Convert sort predicates into lambdas. by Benjamin Kramer · 12 years ago
  17. dfc1470 Fix pr18235. by Rafael Espindola · 12 years ago
  18. 8817cca Provide basic type safety for array_pod_sort comparators. by Benjamin Kramer · 12 years ago
  19. fe3d005 Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
  20. 99ab273 revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 14 years ago
  21. 0f357d6 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 14 years ago
  22. 94441fb rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 14 years ago
  23. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago[Renamed (98%) from llvm/lib/Target/TargetRegistry.cpp]
  24. 43025a0 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. by Chandler Carruth · 14 years ago[Renamed from llvm/lib/Support/TargetRegistry.cpp]
  25. 2baac02 Move the logic for printing the registered targets into a static by Chandler Carruth · 14 years ago
  26. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  27. 6119d87 Improve JIT error message for users crazy enough to use -march with JIT, and by Daniel Dunbar · 16 years ago
  28. 719d235 Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  29. 4aea2d9 Remove unused header by Daniel Dunbar · 16 years ago
  30. bc981d8 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 16 years ago
  31. 47d6791 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  32. 691a478 Simplify JIT target selection. by Daniel Dunbar · 16 years ago
  33. 50745bf Provide slightly more refined error message when trying to lookup a target, and by Daniel Dunbar · 16 years ago
  34. 78c8fb1 Add registered target list to --version output. by Daniel Dunbar · 16 years ago
  35. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  36. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  37. 50859c9 Allow multiple registrations of the same target. by Daniel Dunbar · 16 years ago
  38. 54995de Fix stupid thinko by Daniel Dunbar · 16 years ago
  39. 1c66332 Address some review comments on TargetRegistry. by Daniel Dunbar · 16 years ago
  40. 078a71e Add new TargetRegistry. by Daniel Dunbar · 16 years ago