Use a better name for the label relocations while emitting them for Jump Tables
[oota-llvm.git] / include / llvm / Target / TargetMachineRegistry.h
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarKill off unused TargetMachineRegistry methods and ivars.
2009-07-15 Daniel DunbarInclude the Target& in the TargetMachineRegisterEntry.
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Gordon HenriksenMissing 'public' keyword.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-11 Chris LattnerAdd a new listener class for things that want to be...
2004-07-11 Chris LattnerAdd a new TargetNameParser class, which is useful for...
2004-07-11 Chris LattnerFirst cut at TargetMachineRegistry and RegisterTarget...