aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachineRegistry.cpp
AgeCommit message (Expand)Author
2008-08-17Don't require Registry specializations to define random static variables.Gordon Henriksen
2008-07-22Fix a typo in a comment.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-18Work around downrev gccs which do not inherit visibility of theGordon Henriksen
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-07-30Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-11Implement TargetRegistrationListenerChris Lattner
2004-07-11Implement a couple of methods that TargetMachineRegistry now provides. See,Chris Lattner
2004-07-11Initial impl of this file. Yes this is pretty useless right now, but itChris Lattner