summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix CreateUIntSetInstruction() to handle sign extensions correctly.Vikram S. Adve2002-03-311-7/+37
| | | | llvm-svn: 2059
* Use distinct names for the three types of SetMachineOperand toVikram S. Adve2002-03-181-35/+39
| | | | | | avoid painful overloading problems and errors. llvm-svn: 1893
* * Switch to new TmpInstruction modelChris Lattner2002-02-031-9/+5
| | | | llvm-svn: 1654
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-19/+15
| | | | llvm-svn: 1503
* Remove int hack to allow unsigned numbers greater than 2^63 - 1...Vikram S. Adve2001-12-151-6/+35
| | | | llvm-svn: 1483
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+5
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Fix int->float conversion.Vikram S. Adve2001-11-151-3/+4
| | | | llvm-svn: 1314
* Added function UltraSparcInstrInfo::CreateCodeToCopyFloatToInt.Vikram S. Adve2001-11-091-19/+53
| | | | llvm-svn: 1226
* Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat.Vikram S. Adve2001-11-081-6/+64
| | | | | | Also major overhaul of how stack frame is managed. llvm-svn: 1193
* Generate SETX for 64-bit integers!Vikram S. Adve2001-10-281-8/+28
| | | | llvm-svn: 1007
* Moved implementation of class UltraSparcInstrInfo here.Vikram S. Adve2001-10-181-0/+143
llvm-svn: 861
OpenPOWER on IntegriCloud