Age | Commit message (Expand) | Author |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-10 | Reorganize code for locality, improve comments | Chris Lattner |
2003-11-10 | Adjust to new critical edge interface | Chris Lattner |
2003-11-06 | Various cleanups and efficiency improvements | Chris Lattner |
2003-11-05 | Yet more fixes for constant expr shifts | Chris Lattner |
2003-11-05 | Further fixes for PR93 | Chris Lattner |
2003-11-04 | Checking in Chris's suggestions: | John Criswell |
2003-10-27 | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner |
2003-10-27 | Get the list of PHI node values before the basic block is split. Also, add | Chris Lattner |
2003-10-21 | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner |
2003-10-21 | Fix message to make more sense and confuse Chris less | Chris Lattner |
2003-10-21 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-18 | Fix PR#50 | Chris Lattner |
2003-10-16 | Add support for 'weak' linkage. | Chris Lattner |
2003-10-15 | Cleanup | Chris Lattner |
2003-10-14 | Do not move variable sized allocations to the top of the caller, which might | Chris Lattner |
2003-10-13 | Add support to the loop canonicalization pass to make it transform loops to | Chris Lattner |
2003-10-12 | Rename loop preheaders pass to loop simplify | Chris Lattner |
2003-10-12 | File is renamed to LoopSimplify.cpp | Chris Lattner |
2003-10-12 | First step in renaming the preheaders pass to loopsimplify | Chris Lattner |
2003-10-12 | The preheader insertion pass only depends on the CFG. Mark it as such, which | Chris Lattner |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-10-07 | Bill contributed this major rewrite of the -lowerswitch pass to make it generate | Chris Lattner |
2003-10-06 | Avoid doing pointless work. Amazingly, this makes us go faster. | Chris Lattner |
2003-10-05 | This changes the PromoteMemToReg function to create "pruned" SSA form, not | Chris Lattner |
2003-10-05 | Change the interface to PromoteMemToReg to also take a DominatorTree | Chris Lattner |
2003-10-05 | Speed up the mem2reg transform for allocas which are only read/written in a s... | Chris Lattner |
2003-10-05 | Initial checkin of the LLVM->LLVM transform to support code generators which | Chris Lattner |
2003-10-05 | The first PHI node may be null, scan for the first non-null one | Chris Lattner |
2003-10-05 | The VersionNumbers vector is only used during PHI placement. Turn it into an... | Chris Lattner |
2003-10-05 | * Update file header comment | Chris Lattner |
2003-10-05 | Simplify the loop a bit | Chris Lattner |
2003-10-05 | There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a | Chris Lattner |
2003-10-05 | The PhiNodes 2D vector is only used during PHI node placement. It doesn't | Chris Lattner |
2003-10-05 | * Document instance vars better | Chris Lattner |
2003-10-05 | Two small cleanups/speedups: | Chris Lattner |
2003-10-05 | * Minor cleanups | Chris Lattner |
2003-09-22 | Fix bugs in the last change | Chris Lattner |
2003-09-22 | Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll | Chris Lattner |
2003-09-22 | Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll | Chris Lattner |
2003-09-20 | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner |
2003-09-20 | Minor cleanups, no functional changes | Chris Lattner |
2003-09-15 | Fix bug: Inline/2003-09-14-InlineValue.ll | Chris Lattner |
2003-09-11 | Renamed DominatorTree::Node::getNode() -> getBlock() | Chris Lattner |
2003-09-10 | Expand the pass to unify all of the unwind blocks as well | Chris Lattner |
2003-09-09 | Spell `occurrence' correctly. | Misha Brukman |
2003-09-08 | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner |
2003-09-08 | Should invokify is always true | Chris Lattner |