summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRegClassInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-231-11/+12
| | | | | | a vector. This makes asserting on array bounds easier. llvm-svn: 2731
* Numerous bug fixes:Vikram S. Adve2002-05-191-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | -- correct sign extensions for integer casts and for shift-by-constant instructions generated for integer multiply -- passing FP arguments to functions with more than 6 arguments -- passing FP arguments to varargs functions -- passing FP arguments to functions with no prototypes -- incorrect stack frame size when padding a section -- folding getelementptr operations with mixed array and struct indexes -- use uint64_t instead of uint for constant offsets in mem operands -- incorrect coloring for CC registers (both int and FP): interferences were being completely ignored for int CC and were considered but no spills were marked for fp CC! Also some code improvements: -- better interface to generating machine instr for common cases (many places still need to be updated to use this interface) -- annotations on MachineInstr to communicate information from one codegen phase to another (now used to pass information about CALL/JMPLCALL operands from selection to register allocation) -- all sizes and offests in class TargetData are uint64_t instead of uint llvm-svn: 2640
* * Minor cleanupsChris Lattner2002-02-041-100/+39
| | | | | | | | | | * Reduce number of #includes * Remove blatently misleading qualifiers (how do you have an inlined pure virtual function?) * Remove unnecesary & ignored qualifiers (const int argument vs int argument) * SparcInternals.h now no longer #includes RegClass.h or SparcRegClassInfo.h * Pull inlined functions out of .h file if they are virtual and interfere with dependencies llvm-svn: 1677
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-8/+8
| | | | llvm-svn: 1503
* Added more commentsRuchira Sasanka2002-01-071-16/+16
| | | | llvm-svn: 1498
* Added code to support correct saving of %ccr across callsRuchira Sasanka2001-11-031-3/+35
| | | | llvm-svn: 1111
* Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a ↵Ruchira Sasanka2001-10-231-1/+1
| | | | | | return llvm-svn: 969
* Reordered registers slightly to simplify a new check.Vikram S. Adve2001-10-221-3/+14
| | | | | | Added a function to map between the caller's and callee's register windows. llvm-svn: 941
* Added support for caller savingRuchira Sasanka2001-10-161-0/+21
| | | | llvm-svn: 847
* updated suggesting/coloring of call & return args & implicit operandsRuchira Sasanka2001-10-151-4/+4
| | | | llvm-svn: 830
* --removed %g regs being allocated - fix laterRuchira Sasanka2001-10-091-5/+6
| | | | llvm-svn: 714
* added support for suggesting colorsRuchira Sasanka2001-09-301-9/+9
| | | | llvm-svn: 671
* -- ruchiraRuchira Sasanka2001-09-181-0/+240
llvm-svn: 632
OpenPOWER on IntegriCloud