summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9InstrSelectionSupport.h
Commit message (Collapse)AuthorAgeFilesLines
* All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke2004-08-041-321/+0
| | | | | | | new file SparcV9BurgISel.cpp, with exposed interfaces in SparcV9BurgISel.h. The InstrSelection directory is now dead. llvm-svn: 15468
* As it happens, none of these TargetInstrInfo methods which are onlyBrian Gaeke2004-07-271-0/+90
| | | | | | | | | used in the SparcV9 backend really have anything to do with TargetInstrInfo, so we're converting them into regular old global functions and moving their declarations to SparcV9InstrSelectionSupport.h. (They're mostly used as helper functions for SparcV9InstrSelection.) llvm-svn: 15277
* RETURN instructions are not used in the sparc backend.Brian Gaeke2004-07-021-1/+0
| | | | | | When in doubt, stamp it out!! llvm-svn: 14558
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-3/+3
| | | | llvm-svn: 14201
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-4/+4
| | | | | | | renamed since they were last spiffed up, or they just never had proper comments in the first place. llvm-svn: 13148
* Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.Brian Gaeke2004-04-071-0/+5
| | | | llvm-svn: 12765
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+227
llvm-svn: 11826
OpenPOWER on IntegriCloud