summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachineRegistry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Work around downrev gccs which do not inherit visibility of theGordon Henriksen2007-10-181-2/+2
| | | | | | Registry<>::iterator member class. llvm-svn: 43122
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-38/+17
| | | | llvm-svn: 43094
* Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman2007-07-301-4/+3
| | | | | | it does not have a Module parameter. llvm-svn: 40590
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-2/+1
| | | | llvm-svn: 26971
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
| | | | | | | | 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
| | | | llvm-svn: 21422
* Implement TargetRegistrationListenerChris Lattner2004-07-111-0/+26
| | | | llvm-svn: 14759
* Implement a couple of methods that TargetMachineRegistry now provides. See,Chris Lattner2004-07-111-0/+60
| | | | | | I told you this file wasn't useless :) llvm-svn: 14749
* Initial impl of this file. Yes this is pretty useless right now, but itChris Lattner2004-07-111-0/+21
will grow in time. llvm-svn: 14743
OpenPOWER on IntegriCloud