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