aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetMachineRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-0/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-8/+8
* Revert 51775.Evan Cheng2008-05-301-3/+3
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Missing 'public' keyword.Gordon Henriksen2007-10-181-1/+1
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-71/+40
* Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman2007-07-301-4/+3
* Improve comments, patch provided by Vladimir Prus!Chris Lattner2006-05-151-1/+7
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-1/+1
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-8/+4
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-4/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add a new listener class for things that want to be informed about newChris Lattner2004-07-111-6/+21
* Add a new TargetNameParser class, which is useful for parsing options.Chris Lattner2004-07-111-4/+36
* First cut at TargetMachineRegistry and RegisterTarget classesChris Lattner2004-07-111-0/+76