aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-3/+5
* Fixed to address code review. No functional changes.David Goodwin2009-11-101-9/+4
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+7
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-221-2/+8
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-161-3/+8
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-301-1/+5
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-191-1/+3
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-131-0/+6
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-161-0/+6
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-3/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Move the LowerMEMCPY and LowerMEMCPYCall to a common place.Rafael Espindola2007-11-051-0/+3
* Remove unneeded include.Jim Laskey2006-12-121-2/+0
* Rollback changes to take a different tack.Jim Laskey2006-12-121-3/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-121-0/+5
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-121-6/+1
* Implement Subtarget supportNate Begeman2005-07-121-0/+41