aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
Commit message (Expand)AuthorAgeFilesLines
* Fix warningChris Lattner2002-11-091-2/+2
* Remove a nasty little semi-colon someone introduced whichVikram S. Adve2002-11-061-1/+1
* Move function to cpp file from headerChris Lattner2002-11-022-5/+7
* New iostream definitionsChris Lattner2002-11-011-0/+1
* Reassociate pass now worksChris Lattner2002-10-311-1/+1
* Bug fix: need to initialize new CallArgsDescriptor pointer.Vikram S. Adve2002-10-301-1/+1
* In getID(), don't call getValidSymbolName to mangle external names!Vikram S. Adve2002-10-301-4/+7
* Sparc backend doesn't use target specific flags yetChris Lattner2002-10-301-1/+1
* Fix spelling of `propagate'.Misha Brukman2002-10-292-2/+2
* These are no longer virtual methodsChris Lattner2002-10-291-5/+5
* * Privatize the TargetNameChris Lattner2002-10-291-6/+2
* Allow TargetMachine to refuse static code genChris Lattner2002-10-292-2/+3
* Remove unneccesary #includesChris Lattner2002-10-292-2/+0
* Rename Sparc.h to TargetMachineImpls.hChris Lattner2002-10-291-1/+1
* Remove separate vector of implicit refs from MachineInstr, andVikram S. Adve2002-10-291-9/+6
* Move CallArgsDescriptor into this class instead of making it anVikram S. Adve2002-10-291-2/+7
* Bug fix: align size for dynamic allocas according to stack pointerVikram S. Adve2002-10-291-19/+47
* *** empty log message ***Chris Lattner2002-10-291-2/+2
* Use higher level methods, don't use TargetInstrDescriptors directly!Chris Lattner2002-10-291-2/+2
* Use higher level methodChris Lattner2002-10-291-2/+2
* Remove #include, misleading comment, and a typedef used only onceChris Lattner2002-10-291-25/+4
* Inline typedef, eliminate unused methodChris Lattner2002-10-292-24/+12
* Remove long dead #if 0Chris Lattner2002-10-291-4/+0
* Add #includes that were eliminated from headersChris Lattner2002-10-294-1/+14
* De-inline methodsChris Lattner2002-10-291-9/+2
* Remove #includeChris Lattner2002-10-291-1/+0
* Remove unneeded #includeChris Lattner2002-10-291-10/+9
* Remove forward declChris Lattner2002-10-291-1/+0
* Make assertIGNode be private to the InterferenceGraph.cpp fileChris Lattner2002-10-292-29/+26
* MachineInstrInfo doesn't need a TargetMachineChris Lattner2002-10-293-4/+3
* MachineInstrInfo no longer #includes this header, so we mustChris Lattner2002-10-281-1/+1
* Use BuildMI instead of explicit code.Chris Lattner2002-10-281-34/+15
* Remove all traces of the "Opcode Mask" field in the MachineInstr classChris Lattner2002-10-282-15/+0
* Fix minor bugChris Lattner2002-10-281-3/+3
* Don't pass default argsChris Lattner2002-10-281-8/+7
* Rewrote uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman2002-10-282-17/+17
* Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman2002-10-282-20/+31
* Don't bother passing in default valueChris Lattner2002-10-281-13/+13
* Rename some regalloc fieldsChris Lattner2002-10-281-4/+4
* Fixes to work with updated RegAllocChris Lattner2002-10-281-10/+10
* Eliminate usage of MachineBasicBlock::getChris Lattner2002-10-282-103/+82
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-281-14/+18
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-284-186/+96
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-283-33/+43
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-281-4/+10
* Make Scheduling Class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-281-3/+3
* Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner2002-10-287-56/+54
* Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner2002-10-284-0/+4
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* *** empty log message ***Chris Lattner2002-10-286-6/+0