index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
TargetRegistry.cpp
Age
Commit message (
Expand
)
Author
2012-05-08
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-22
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
Move the logic for printing the registered targets into a static
Chandler Carruth
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-09-08
Improve JIT error message for users crazy enough to use -march with JIT, and
Daniel Dunbar
2009-08-03
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-07-26
Remove unused header
Daniel Dunbar
2009-07-26
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-26
Add TargetRegistry::lookupTarget.
Daniel Dunbar
2009-07-25
Simplify JIT target selection.
Daniel Dunbar
2009-07-17
Provide slightly more refined error message when trying to lookup a target, and
Daniel Dunbar
2009-07-16
Add registered target list to --version output.
Daniel Dunbar
2009-07-15
Reapply TargetRegistry refactoring commits.
Daniel Dunbar
2009-07-15
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...
Stuart Hastings
2009-07-15
Allow multiple registrations of the same target.
Daniel Dunbar
2009-07-15
Fix stupid thinko
Daniel Dunbar
2009-07-15
Address some review comments on TargetRegistry.
Daniel Dunbar
2009-07-15
Add new TargetRegistry.
Daniel Dunbar