| Age | Commit message (Expand) | Author |
| 2007-10-18 | remove dead file | Chris Lattner |
| 2007-10-18 | update comment. | Chris Lattner |
| 2007-10-18 | Missing 'public' keyword. | Gordon Henriksen |
| 2007-10-18 | Really fix PR1734. Carefully track which register uses are sub-register uses by | Evan Cheng |
| 2007-10-18 | Remove unnecessary include. | Evan Cheng |
| 2007-10-18 | Move Split<...>() into DomTreeBase. This should make the #include's of Domin... | Owen Anderson |
| 2007-10-18 | Changed the return type of type-specific Allocate() methods to return | Ted Kremenek |
| 2007-10-17 | ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using | Ted Kremenek |
| 2007-10-17 | Removed inclusion of cassert, which is no longer needed. | Ted Kremenek |
| 2007-10-17 | Minor cosmetic cleanups in the calculation of alignments for | Ted Kremenek |
| 2007-10-17 | Added template function alignof() which provides a clean | Ted Kremenek |
| 2007-10-17 | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen |
| 2007-10-17 | Updated StringMap to use llvm::AlignOf to compute the alignment of map | Ted Kremenek |
| 2007-10-17 | Added member template functions to MallocAllocator and | Ted Kremenek |
| 2007-10-17 | Added llvm::AlignOf, a template class whose purpose is to portably | Ted Kremenek |
| 2007-10-17 | Define a helper function ConstantVector::getSplatValue for testing for | Dan Gohman |
| 2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
| 2007-10-17 | Return Expand from getOperationAction for all extended | Duncan Sands |
| 2007-10-17 | Apply Chris' suggestions. | Evan Cheng |
| 2007-10-17 | Update comments. | Evan Cheng |
| 2007-10-17 | Clean up code that calculate MBB live-in's. | Evan Cheng |
| 2007-10-17 | Move splitBlock into DomTreeBase from DomTree. | Owen Anderson |
| 2007-10-16 | Fix some formatting. | Owen Anderson |
| 2007-10-16 | Template DominatorTreeBase by node type. This is the next major step towards | Owen Anderson |
| 2007-10-16 | Document the fact that the verifier currently requires the | Duncan Sands |
| 2007-10-16 | Initial infrastructure for arbitrary precision integer | Duncan Sands |
| 2007-10-16 | Code clean up. | Evan Cheng |
| 2007-10-15 | Add removeModuleProvider() | Devang Patel |
| 2007-10-15 | Fixed incorrect renaming of method name (forgot two characters). | Ted Kremenek |
| 2007-10-15 | Added more doxygen comments. | Ted Kremenek |
| 2007-10-15 | add a new CreateStackTemporary helper method. | Chris Lattner |
| 2007-10-15 | One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* | Chris Lattner |
| 2007-10-15 | remove dead enum, make setNodeId public. | Chris Lattner |
| 2007-10-15 | Fix 80 col violation | Chris Lattner |
| 2007-10-14 | Consolidate logic for creating NaNs. Silence compiler warning. | Neil Booth |
| 2007-10-14 | When coalescing an EXTRACT_SUBREG and the dst register is a physical register, | Evan Cheng |
| 2007-10-14 | Revert 42908 for now. | Evan Cheng |
| 2007-10-13 | Change unfoldMemoryOperand(). User is now responsible for passing in the | Evan Cheng |
| 2007-10-13 | Optionally create a MachineInstr without default implicit operands. | Evan Cheng |
| 2007-10-12 | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer |
| 2007-10-12 | don't use intptr_t without including it. | Chris Lattner |
| 2007-10-12 | Make this compute the correct offset, handling alignment of the element | Chris Lattner |
| 2007-10-12 | Implement correctly-rounded decimal->binary conversion, i.e. conversion | Neil Booth |
| 2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
| 2007-10-12 | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng |
| 2007-10-12 | Cosmetic. | Evan Cheng |
| 2007-10-12 | make operator== work with non-equal sized bitvectors, as long as | Chris Lattner |
| 2007-10-12 | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman |
| 2007-10-11 | Add runtime library names for pow. | Dan Gohman |
| 2007-10-11 | Add an ISD::FPOW node type. | Dan Gohman |