aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MachineInstrInfo no longer #includes this header, so we mustChris Lattner2002-10-282-2/+2
* Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuffChris Lattner2002-10-281-2/+6
* Strip a bunch of #includes from the file, move some virtual functions toChris Lattner2002-10-282-26/+22
* Inline some code from the cpp fileChris Lattner2002-10-281-2/+4
* Use BuildMI instead of explicit code.Chris Lattner2002-10-281-34/+15
* Minor comment updatesChris Lattner2002-10-281-2/+9
* Initial checkin of MachineInstrBuilder classChris Lattner2002-10-281-0/+81
* Remove all traces of the "Opcode Mask" field in the MachineInstr classChris Lattner2002-10-286-30/+3
* Remove more default arguments that are never usedChris Lattner2002-10-282-9/+5
* Remove default operands that are never usedChris Lattner2002-10-282-8/+12
* * Make MachineOperand ctors private, so MachineOperand can only be createdChris Lattner2002-10-282-31/+109
* Fix minor bugChris Lattner2002-10-281-3/+3
* Don't pass default argsChris Lattner2002-10-281-8/+7
* Fixed spelling and grammar.Misha Brukman2002-10-281-3/+3
* 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-283-35/+31
* Iterator functions now line up together.Misha Brukman2002-10-281-2/+2
* Casting NULL can cause problems so lets just not cast NULL to anything.Nick Hildenbrandt2002-10-282-6/+2
* Remove two arguments that are never specifiedChris Lattner2002-10-282-11/+3
* Don't bother passing in default valueChris Lattner2002-10-281-13/+13
* Rename some regalloc fieldsChris Lattner2002-10-282-8/+8
* Fixes to work with updated RegAllocChris Lattner2002-10-281-10/+10
* Eliminate usage of MachineBasicBlock::getChris Lattner2002-10-284-206/+164
* *** empty log message ***Nick Hildenbrandt2002-10-282-2/+28
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-282-28/+36
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-288-372/+192
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-286-66/+86
* Eliminate unneccesary use of MachineBasicBlock::getChris Lattner2002-10-281-8/+6
* s/method/functionChris Lattner2002-10-282-20/+27
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-286-48/+79
* Make sched class unsignedChris Lattner2002-10-281-1/+1
* * s/unsigned int/unsignedChris Lattner2002-10-282-54/+54
* Make scheduling class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-283-9/+6
* Make Scheduling Class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-282-6/+6
* Remove typedef that is unneccesaryChris Lattner2002-10-281-1/+0
* Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner2002-10-2812-104/+101
* Add new getOperandType(i) method to MachineInstrChris Lattner2002-10-281-12/+16
* Fairly major overhaul of MachineInstr & Operand classesChris Lattner2002-10-282-254/+106
* Make MachineInstr.h not #include MachineInstrInfo.hChris Lattner2002-10-282-2/+9
* Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner2002-10-2810-0/+10
* Remvoe a bunch of unneeded forward declsChris Lattner2002-10-281-4/+0
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-2814-14/+14
* Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner2002-10-282-4/+19
* *** empty log message ***Chris Lattner2002-10-2810-10/+0
* MachineFunction now includes MachineBasicBlock so there is no need toChris Lattner2002-10-281-1/+0
* MachineFunction.h now includes MachineBasicBlock.h in preparation forChris Lattner2002-10-281-1/+1
* Remvoe dead fixme and typedefChris Lattner2002-10-281-4/+0
* MachineBasicBlock doesn't need basicblock.h, it needs Annotation.hChris Lattner2002-10-281-6/+9
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-2816-93/+81
* *** empty log message ***Chris Lattner2002-10-284-52/+50