| Age | Commit message (Expand) | Author |
| 2009-12-14 | Make the IVUses member private. | Dan Gohman |
| 2009-12-14 | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman |
| 2009-12-14 | Whitespace changes, comment clarification. No functional changes. | Bill Wendling |
| 2009-12-14 | Moved spill weight calculation out of SimpleRegisterCoalescing and into its o... | Lang Hames |
| 2009-12-13 | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov |
| 2009-12-12 | Make it easier to use the llvm_unreachable and DEBUG macros without "using | Jeffrey Yasskin |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-12-11 | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman |
| 2009-12-11 | Simplify this class by removing the result cache. | Gabor Greif |
| 2009-12-11 | Add utility method for determining whether a function argument | Duncan Sands |
| 2009-12-11 | Address comments on last patch: | Bill Wendling |
| 2009-12-11 | A machine basic block may end in an unconditional branch, however it may have | Bill Wendling |
| 2009-12-11 | Add qualifiers for calls to member functions in dependent bases. | Anders Carlsson |
| 2009-12-10 | Remove a broken, unused header | Douglas Gregor |
| 2009-12-10 | Also attempt trivial coalescing for live intervals that end in a copy. | Jakob Stoklund Olesen |
| 2009-12-09 | Silence conversion warning from 64 to 32-bit. | Eric Christopher |
| 2009-12-09 | enhance NonLocalDepEntry to keep the per-block phi translated address | Chris Lattner |
| 2009-12-09 | DeltaAlgorithm: Add a virtual destructor and home. | Daniel Dunbar |
| 2009-12-09 | change NonLocalDepEntry from being a typedef for an std::pair to be its | Chris Lattner |
| 2009-12-09 | Added a new "splitting" spiller. | Lang Hames |
| 2009-12-09 | Remove unneeded ';' and a class/struct mismatch (noticed by clang). | Daniel Dunbar |
| 2009-12-09 | Switch GVN and memdep to use PHITransAddr, which correctly handles | Chris Lattner |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-09 | Add const qualifier. | Evan Cheng |
| 2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
| 2009-12-09 | fix many input tracking bugs. | Chris Lattner |
| 2009-12-09 | instructions defined in CurBB may be intermediate nodes of the computation. | Chris Lattner |
| 2009-12-09 | add dumping and sanity checking support. | Chris Lattner |
| 2009-12-08 | make sure that PHITransAddr keeps its 'InstInputs' list up to | Chris Lattner |
| 2009-12-08 | Revert 90858 90875 and 90805 for now. | Devang Patel |
| 2009-12-08 | Revert 90789 for now. It caused massive compile time regression. Post-ra sche... | Evan Cheng |
| 2009-12-08 | fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not | Chris Lattner |
| 2009-12-08 | Removed VC++ compatibility code from DataTypes.h.in. | Oscar Fuentes |
| 2009-12-08 | For VC++, define the ?INT*_C macros only it they are not yet defined. | Oscar Fuentes |
| 2009-12-07 | Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic() | Victor Hernandez |
| 2009-12-07 | Add support to emit debug info for c++ style namespaces. | Devang Patel |
| 2009-12-07 | add accessor, improve comment. | Chris Lattner |
| 2009-12-07 | Apply Pekka Jääskeläinen's patch to raise the first virtual register | Dan Gohman |
| 2009-12-07 | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez |
| 2009-12-07 | checkpoint of the new PHITransAddr code, still not done and not used by | Chris Lattner |
| 2009-12-07 | Deprecate 'unpack_values'. | Mikhail Glushenkov |
| 2009-12-07 | Implement 'forward_value' and 'forward_transformed_value'. | Mikhail Glushenkov |
| 2009-12-07 | Pre-regalloc tale duplication. Work in progress. | Evan Cheng |
| 2009-12-07 | fixed some typos in method comments, reworded some comments for clarity | John Mosby |
| 2009-12-07 | Fixes the Atomic implementation if compiled by MSVC compiler. | Oscar Fuentes |
| 2009-12-07 | Add MSP430 interrupt calling conv. No functionality change yet. | Anton Korobeynikov |
| 2009-12-06 | remove extraneous comma clang warns about | Chris Lattner |
| 2009-12-06 | Add helper methods for forming shift operations with a constant | Chris Lattner |
| 2009-12-05 | Remove old DBG_LABEL code. | Dan Gohman |
| 2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |