aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSubtarget.h
AgeCommit message (Expand)Author
2008-12-16Add initial support for back-scheduling address computations,Dan Gohman
2008-04-12Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-05Move the LowerMEMCPY and LowerMEMCPYCall to a common place.Rafael Espindola
2006-12-12Remove unneeded include.Jim Laskey
2006-12-12Rollback changes to take a different tack.Jim Laskey
2006-12-12Honor the command line specification for machine type.Jim Laskey
2005-07-12Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman
2005-07-12Implement Subtarget supportNate Begeman