aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetMachineRegistry.h
AgeCommit message (Expand)Author
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-16Kill off last uses of TargetMachineRegistry class.Daniel Dunbar
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar
2009-07-15Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar
2009-07-15Include the Target& in the TargetMachineRegisterEntry.Daniel Dunbar
2009-07-15Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov
2009-01-16Delete trailing whitespace.Mikhail Glushenkov
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-18Missing 'public' keyword.Gordon 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-05-15Improve comments, patch provided by Vladimir Prus!Chris Lattner
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
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-09-01Changes For Bug 352Reid Spencer
2004-07-11Add a new listener class for things that want to be informed about newChris Lattner
2004-07-11Add a new TargetNameParser class, which is useful for parsing options.Chris Lattner
2004-07-11First cut at TargetMachineRegistry and RegisterTarget classesChris Lattner