aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/SparcV9BurgISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for undef and unreachableChris Lattner2004-10-161-4/+13
* Changes For Bug 352Reid Spencer2004-09-011-6/+6
* Convert to the new MachineFunctionInfo interfaceChris Lattner2004-08-181-7/+7
* The Create*Const methods don't need to pass around a TargetMachine reference.Brian Gaeke2004-08-181-20/+18
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-2/+1
* Instead of a virtual method call, lets try a direct constant referenceChris Lattner2004-08-121-3/+3
* Virtual method calls are overrated.Chris Lattner2004-08-121-2/+2
* When we want a constant, just use it, instead of calling through layers ofChris Lattner2004-08-121-5/+5
* Get rid of the only use of TargetInstrInfo::getResultPos(), a deprecated method.Brian Gaeke2004-08-041-1/+1
* All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke2004-08-041-0/+4509