| Age | Commit message (Expand) | Author |
| 2002-12-03 | This should fix the bug seen with some registers not being allocated | Misha Brukman |
| 2002-12-03 | Checkin debug implementation of MCE | Chris Lattner |
| 2002-12-02 | * Abstracted out stack space allocation into its own function | Misha Brukman |
| 2002-11-22 | A simple (spilling) register allocator. | Misha Brukman |
| 2002-11-20 | Initialize the SSARegMap. | Misha Brukman |
| 2002-11-17 | Print is const! | Chris Lattner |
| 2002-11-17 | Remove only uses of markDef/markDefAndUse methods | Chris Lattner |
| 2002-11-09 | Fix warning | Chris Lattner |
| 2002-11-02 | Move function to cpp file from header | Chris Lattner |
| 2002-11-01 | New iostream definitions | Chris Lattner |
| 2002-10-31 | Restore support for indirect function calls (which briefly wasn't working | Vikram S. Adve |
| 2002-10-30 | Remove fixme | Chris Lattner |
| 2002-10-30 | Add special code to make printing SSA form machine instructions nicer | Chris Lattner |
| 2002-10-30 | Use MRegisterInfo, if available, to print symbolic register names | Chris Lattner |
| 2002-10-30 | Implement structured machine code printing | Chris Lattner |
| 2002-10-29 | Make argsize calculation stuff optional, so that Targets without FrameInfo | Chris Lattner |
| 2002-10-29 | Implement autoinserting ctor | Chris Lattner |
| 2002-10-29 | Rename annotation id | Chris Lattner |
| 2002-10-29 | Merge with sparc backend | Chris Lattner |
| 2002-10-29 | X86 merge is complete, eliminate unused code | Chris Lattner |
| 2002-10-29 | Remove separate vector of implicit refs from MachineInstr, and | Vikram S. Adve |
| 2002-10-29 | Move CallArgsDescriptor into this class instead of making it an | Vikram S. Adve |
| 2002-10-29 | Move TargetInstrDescriptors extern to the one .cpp file that refers to it: | Chris Lattner |
| 2002-10-29 | Use higher level methods, don't use TargetInstrDescriptors directly! | Chris Lattner |
| 2002-10-29 | Use higher level method | Chris Lattner |
| 2002-10-29 | Remove #include, misleading comment, and a typedef used only once | Chris Lattner |
| 2002-10-29 | Inline typedef, eliminate unused method | Chris Lattner |
| 2002-10-29 | Remove long dead #if 0 | Chris Lattner |
| 2002-10-29 | Add #includes that were eliminated from headers | Chris Lattner |
| 2002-10-29 | De-inline methods | Chris Lattner |
| 2002-10-29 | Remove #include | Chris Lattner |
| 2002-10-29 | Remove unneeded #include | Chris Lattner |
| 2002-10-29 | Remove forward decl | Chris Lattner |
| 2002-10-29 | Make assertIGNode be private to the InterferenceGraph.cpp file | Chris Lattner |
| 2002-10-28 | MachineInstrInfo no longer #includes this header, so we must | Chris Lattner |
| 2002-10-28 | Remove all traces of the "Opcode Mask" field in the MachineInstr class | Chris Lattner |
| 2002-10-28 | Remove more default arguments that are never used | Chris Lattner |
| 2002-10-28 | Remove default operands that are never used | Chris Lattner |
| 2002-10-28 | * Make MachineOperand ctors private, so MachineOperand can only be created | Chris Lattner |
| 2002-10-28 | Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'. | Misha Brukman |
| 2002-10-28 | Remove two arguments that are never specified | Chris Lattner |
| 2002-10-28 | Rename some regalloc fields | Chris Lattner |
| 2002-10-28 | Eliminate usage of MachineBasicBlock::get | Chris Lattner |
| 2002-10-28 | Remove usage of MachineBasicBlock::get | Chris Lattner |
| 2002-10-28 | Remove usage of MachineBasicBlock::get | Chris Lattner |
| 2002-10-28 | Eliminate unneccesary use of MachineBasicBlock::get | Chris Lattner |
| 2002-10-28 | s/method/function | Chris Lattner |
| 2002-10-28 | Change MachineBasicBlock's to not be Annotations, instead they are kept as | Chris Lattner |
| 2002-10-28 | Make Scheduling Class variables be 'unsigned' instead of 'int' | Chris Lattner |
| 2002-10-28 | Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT... | Chris Lattner |