summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* All the SparcV9 BURG instruction selector pieces have been collected into theBrian Gaeke2004-08-041-2899/+0
| | | | | | | new file SparcV9BurgISel.cpp, with exposed interfaces in SparcV9BurgISel.h. The InstrSelection directory is now dead. llvm-svn: 15468
* Convert many of the virtual TargetInstrInfo methods used as helperBrian Gaeke2004-07-271-32/+28
| | | | | | | | functions in SparcV9InstrSelection and SparcV9PreSelection into regular old global functions. As it happens, none of them really have anything to do with TargetInstrInfo. llvm-svn: 15278
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-4/+4
| | | | llvm-svn: 14201
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-1/+1
| | | | | | only concrete implementation. llvm-svn: 13977
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-47/+47
| | | | llvm-svn: 13952
* Fix a typo in a comment.Brian Gaeke2004-05-231-1/+1
| | | | llvm-svn: 13643
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-1/+1
| | | | | | | renamed since they were last spiffed up, or they just never had proper comments in the first place. llvm-svn: 13148
* Don't include InstrSelectionSupport.h.Brian Gaeke2004-04-071-1/+0
| | | | llvm-svn: 12766
* Fix PR299: [Sparc] Code generator asserts on alloc of zero size typeChris Lattner2004-03-191-1/+7
| | | | llvm-svn: 12504
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-3/+3
| | | | | | Intrinsic::va*. This avoid conflicting with macros in the stdlib.h file. llvm-svn: 12356
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-291-1/+1
| | | | llvm-svn: 12003
* This is the only file in the system that uses this enum. eliminate it.Chris Lattner2004-02-291-6/+6
| | | | llvm-svn: 11981
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+2898
llvm-svn: 11826
OpenPOWER on IntegriCloud