aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-101-3/+3
* Changed interface to insertCallerSavingCode().Vikram S. Adve2002-07-101-1/+3
* Stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-101-10/+28
* Add support to print %hh, %hm, %lm, or %lo in an operand field.Vikram S. Adve2002-07-101-14/+30
* Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-101-110/+207
* More important fixes:Vikram S. Adve2002-07-101-40/+53
* changed mem_fun to std::mem_funAnand Shukla2002-07-091-2/+2
* Added std:: to mem_fun for 64-bit gccAnand Shukla2002-07-091-2/+2
* Added support for printing constant global references toVikram S. Adve2002-07-091-4/+10
* Numerous changes in interface to class SparcRegInfo corresponding toVikram S. Adve2002-07-081-75/+78
* class MachineCodeForBasicBlock is now an annotation on BasicBlock.Vikram S. Adve2002-07-081-2/+3
* BA no longer has the unused CC operand.Vikram S. Adve2002-07-081-2/+3
* Have to save a boolean (setCC) value whenever use is outside the currentVikram S. Adve2002-07-081-20/+16
* BA has only one argument.Vikram S. Adve2002-07-081-8/+12
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-214/+273
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-239/+164
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-9/+10
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-081-3/+4
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-081-1/+1
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-085-102/+91
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-082-9/+13
* getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve2002-07-081-6/+7
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-1/+1
* Remove diff-cluttering tagsChris Lattner2002-06-302-2/+0
* Remove tag that just clutters diffsChris Lattner2002-06-301-1/+0
* changes to make it compatible with 64bit gccAnand Shukla2002-06-257-8/+12
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* minor change in removing endlAnand Shukla2002-06-251-1/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-254-152/+133
* MEGAPATCH checkin.Chris Lattner2002-06-257-162/+132
* *** empty log message ***Chris Lattner2002-06-254-29/+29
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* Disable debugging outputChris Lattner2002-06-041-1/+1
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-235-56/+49
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-224-10/+14
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-221-0/+9
* Avoid #including CommandLine.hChris Lattner2002-05-221-4/+2
* Fixed the makefile to not die when compiling a new, empty, source directoryMehwish Nagda2002-05-211-0/+3
* Hide debugging optionsChris Lattner2002-05-204-4/+4
* Don't lose namespace qualifications on previous patch.Chris Lattner2002-05-201-2/+2
* Rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-2/+2
* InstrnsBefore and InstrnsAfter are now vectors instead of deques.Vikram S. Adve2002-05-191-3/+3
* Better folding getelementptr operations with mixedVikram S. Adve2002-05-191-41/+61
* cpValue2Value now needs a vector of MachineInstr to store return values.Vikram S. Adve2002-05-191-16/+20
* Annotation class for MachineInstr.Vikram S. Adve2002-05-191-0/+96
* Numerous bug fixes:Vikram S. Adve2002-05-192-27/+58
* Numerous bug fixes:Vikram S. Adve2002-05-198-887/+1004
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-063-43/+31