| Age | Commit message (Expand) | Author |
| 2002-11-09 | Fix warning | Chris Lattner |
| 2002-10-28 | Remove usage of MachineBasicBlock::get | Chris Lattner |
| 2002-10-28 | Change MachineBasicBlock's to not be Annotations, instead they are kept as | Chris Lattner |
| 2002-10-28 | *** empty log message *** | Chris Lattner |
| 2002-10-28 | Rename MachineCodeForBasicBlock to MachineBasicBlock | Chris Lattner |
| 2002-10-28 | Changed `MachineCodeForMethod' to `MachineFunction'. | Misha Brukman |
| 2002-10-23 | Tell PassManager that this pass does not invalidate the CFG so that dominator | Chris Lattner |
| 2002-09-08 | Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't | Chris Lattner |
| 2002-09-08 | Inform the memory leak detector that TmpInstruction objects should not be | Chris Lattner |
| 2002-08-09 | We are using std::vector, so remove extraneous namespace prefixes | Chris Lattner |
| 2002-07-30 | * Move InstructionSelection Pass here instead of living in Sparc.cpp. It | Chris Lattner |
| 2002-07-22 | *** empty log message *** | Chris Lattner |
| 2002-07-08 | Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h. | Vikram S. Adve |
| 2002-06-25 | changes to make it compatible with 64bit gcc | Anand Shukla |
| 2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
| 2002-05-20 | Hide debugging options | Chris Lattner |
| 2002-05-19 | cpValue2Value now needs a vector of MachineInstr to store return values. | Vikram S. Adve |
| 2002-04-29 | Eliminate duplicate or unneccesary #include's | Chris Lattner |
| 2002-04-08 | Value cannot be directly instantiated. I think that this code was TRYING to | Chris Lattner |
| 2002-04-07 | Change references to the Method class to be references to the Function | Chris Lattner |
| 2002-03-24 | Use deterministic iterator for treeRoots. | Vikram S. Adve |
| 2002-03-18 | Use vector for machine instructions returned by GetInstructionsByRule. | Vikram S. Adve |
| 2002-02-12 | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner |
| 2002-02-03 | * Straighten out #includes | Chris Lattner |
| 2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
| 2001-12-04 | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner |
| 2001-12-03 | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner |
| 2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
| 2001-11-15 | Added naming to inserted phi copy values - for easy debugging | Ruchira Sasanka |
| 2001-11-15 | Changed phi elimination code | Ruchira Sasanka |
| 2001-11-12 | For phi elimination, now we are generating only one instruction | Ruchira Sasanka |
| 2001-11-12 | Added phi elimination code - not final | Ruchira Sasanka |
| 2001-11-08 | Major overhaul of stack frame management. | Vikram S. Adve |
| 2001-10-22 | Cosmetic changes only. | Vikram S. Adve |
| 2001-10-17 | 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. | Vikram S. Adve |
| 2001-10-10 | Moved code generation support routines to InstrSelectionSupport.cpp. | Vikram S. Adve |
| 2001-09-18 | Minor changes. | Vikram S. Adve |
| 2001-09-14 | This checkin represents some cleanup of the backend, implementing the followi... | Chris Lattner |
| 2001-09-12 | More cleanups, preparing to revamp InstrForest to, among other things, | Chris Lattner |
| 2001-09-11 | Eliminate 'BasicNode' from InstrForest. | Chris Lattner |
| 2001-09-11 | Eliminate MainTreeNode function | Chris Lattner |
| 2001-09-07 | A file should always include it's private header file *FIRST* see the | Chris Lattner |
| 2001-08-28 | Moved debug options declaration to header file, and moved | Vikram S. Adve |
| 2001-07-31 | Simplify command line options, and add option for printing | Vikram S. Adve |
| 2001-07-30 | Record machine instructions in the vector for each basic block. | Vikram S. Adve |
| 2001-07-23 | CommandLine library cleanup. No longer use getValue/setValue, instead, just ... | Chris Lattner |
| 2001-07-23 | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner |
| 2001-07-23 | Clean up hash table usage | Chris Lattner |
| 2001-07-23 | Removal of the redundant CompileContext wrapper | Chris Lattner |
| 2001-07-23 | Large scale changes to implement new command line argument facility | Chris Lattner |