aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSubtarget.h
AgeCommit message (Expand)Author
2009-11-13Allow target to specify regclass for which antideps will only be broken along...David Goodwin
2009-11-10Fixed to address code review. No functional changes.David Goodwin
2009-11-10Allow targets to specify register classes whose member registers should not b...David Goodwin
2009-10-22Allow the target to select the level of anti-dependence breaking that should ...David Goodwin
2009-10-16Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng
2009-09-30Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-08-13Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin
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