| Age | Commit message (Expand) | Author |
| 2002-02-03 | * Straighten out #includes | Chris Lattner |
| 2002-02-03 | * Swich to annotation model for MachineCodeForInstruction | Chris Lattner |
| 2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
| 2001-12-15 | Eliminate all uses of memInst->getIndicesBROKEN(). | Vikram S. Adve |
| 2001-12-04 | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner |
| 2001-12-03 | Rename ConstPoolVal -> Constant | 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-26 | The old getIndices has been deprecated, because it no longer works. It now | 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-14 | Don't assume constant operand can only be in position 1! | Vikram S. Adve |
| 2001-11-14 | Idiotic error in last fix. | Vikram S. Adve |
| 2001-11-14 | Don't need to load a NULL pointer constant from memory! | Vikram S. Adve |
| 2001-11-14 | Remove much cruft from the MemAccessInst instruction | Chris Lattner |
| 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-11-04 | Minor method rename | Chris Lattner |
| 2001-10-28 | Record constants that need to be emitted in the assembly code. | 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 | Machine-independent code generation routines used in instruction | Vikram S. Adve |
| 2001-10-10 | Moved code generation support routines to InstrSelectionSupport.cpp. | Vikram S. Adve |
| 2001-10-02 | Commit more code over to new cast style | Chris Lattner |
| 2001-10-01 | Convert more code to use new style casts | Chris Lattner |
| 2001-09-30 | Change ! ( ...== ...) to !=. | Vikram S. Adve |
| 2001-09-18 | Don't check for null on delete | Chris Lattner |
| 2001-09-18 | Minor changes. | Vikram S. Adve |
| 2001-09-18 | Don't add instructions to subtree for Phi or Call. | 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-12 | * Clean up InstrForest | Chris Lattner |
| 2001-09-11 | Eliminate 'BasicNode' from InstrForest. | Chris Lattner |
| 2001-09-11 | Eliminate MainTreeNode function | Chris Lattner |
| 2001-09-10 | Use predicate for Value type test | Chris Lattner |
| 2001-09-07 | A file should always include it's private header file *FIRST* see the | Chris Lattner |
| 2001-08-28 | Remove source list. | Vikram S. Adve |
| 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-31 | Generate tree nodes for Phi instructions. | Vikram S. Adve |
| 2001-07-30 | Record machine instructions in the vector for each basic block. | Vikram S. Adve |
| 2001-07-28 | Eliminate unused function. | Vikram S. Adve |
| 2001-07-23 | CommandLine library cleanup. No longer use getValue/setValue, instead, just ... | Chris Lattner |
| 2001-07-23 | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | 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 |
| 2001-07-22 | Privatize LLCOptions. It had no business being visible to the entire | Chris Lattner |