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
/
Target
/
TargetMachineRegistry.cpp
Age
Commit message (
Expand
)
Author
2009-07-15
Reapply TargetRegistry refactoring commits.
Daniel Dunbar
2009-07-15
Restore file lost during reversion.
Stuart Hastings
2009-07-15
Kill off unused TargetMachineRegistry methods and ivars.
Daniel Dunbar
2009-07-15
Include the Target& in the TargetMachineRegisterEntry.
Daniel Dunbar
2009-07-15
Reimplement TargetMachineRegistry in terms of TargetRegistry.
Daniel Dunbar
2008-08-17
Don't require Registry specializations to define random static variables.
Gordon Henriksen
2008-07-22
Fix a typo in a comment.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-18
Work around downrev gccs which do not inherit visibility of the
Gordon Henriksen
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-07-30
Fix the comment for getClosestTargetForJIT to reflect the fact that
Dan Gohman
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-11
Implement TargetRegistrationListener
Chris Lattner
2004-07-11
Implement a couple of methods that TargetMachineRegistry now provides. See,
Chris Lattner
2004-07-11
Initial impl of this file. Yes this is pretty useless right now, but it
Chris Lattner