Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All the SparcV9 BURG instruction selector pieces have been collected into the | Brian Gaeke | 2004-08-04 | 1 | -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 helper | Brian Gaeke | 2004-07-27 | 1 | -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 Lattner | 2004-06-17 | 1 | -4/+4 |
| | | | | llvm-svn: 14201 | ||||
* | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke | 2004-06-03 | 1 | -1/+1 |
| | | | | | | only concrete implementation. llvm-svn: 13977 | ||||
* | Convert to the new TargetMachine interface. | Chris Lattner | 2004-06-02 | 1 | -47/+47 |
| | | | | llvm-svn: 13952 | ||||
* | Fix a typo in a comment. | Brian Gaeke | 2004-05-23 | 1 | -1/+1 |
| | | | | llvm-svn: 13643 | ||||
* | Fix file header comments and include guards -- many files have been moved or | Brian Gaeke | 2004-04-25 | 1 | -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 Gaeke | 2004-04-07 | 1 | -1/+0 |
| | | | | llvm-svn: 12766 | ||||
* | Fix PR299: [Sparc] Code generator asserts on alloc of zero size type | Chris Lattner | 2004-03-19 | 1 | -1/+7 |
| | | | | llvm-svn: 12504 | ||||
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 1 | -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 Lattner | 2004-02-29 | 1 | -1/+1 |
| | | | | llvm-svn: 12003 | ||||
* | This is the only file in the system that uses this enum. eliminate it. | Chris Lattner | 2004-02-29 | 1 | -6/+6 |
| | | | | llvm-svn: 11981 | ||||
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -0/+2898 |
llvm-svn: 11826 |