| Age | Commit message (Expand) | Author |
| 2009-12-05 | The debug information for an LLVM Instruction applies to that Instruction | Dan Gohman |
| 2009-12-04 | Add note about a subtle bug in this code. Does not effect the main | Duncan Sands |
| 2009-12-03 | Fix ExpandShiftWithUnknownAmountBit, which was completely bogus. | Duncan Sands |
| 2009-12-03 | Don't pull vector sext through both hands of a logical operation, since doing... | Nate Begeman |
| 2009-12-03 | Don't call getValueType() on a null SDValue | Jakob Stoklund Olesen |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-12-01 | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman |
| 2009-12-01 | Minor cleanups. | Dan Gohman |
| 2009-12-01 | Trim an unnecessary #include. | Dan Gohman |
| 2009-11-30 | Fix last DOTGraphTraits problems in CompilationGraph. | Tobias Grosser |
| 2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-23 | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman |
| 2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |
| 2009-11-23 | Move RegsForValue to an anonymous namespace, since it is only used | Dan Gohman |
| 2009-11-23 | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman |
| 2009-11-23 | Update CMake file. | Ted Kremenek |
| 2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-21 | When generating a vector the really slow way, via loads | Dale Johannesen |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-20 | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands |
| 2009-11-20 | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman |
| 2009-11-17 | Remove the optimizations that convert BRCOND and BR_CC into | Dan Gohman |
| 2009-11-16 | Fix a typo in a comment. | Dan Gohman |
| 2009-11-14 | Enable the tail call optimization when the caller returns undef. | Dan Gohman |
| 2009-11-13 | Don't let a noalias difference disrupt the tailcall optimization. | Dan Gohman |
| 2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
| 2009-11-12 | "Attach debug info with llvm instructions" mode was enabled a month ago. Now ... | Devang Patel |
| 2009-11-11 | x86 users can now return arbitrary sized structs. Structs too large to fit i... | Kenneth Uildriks |
| 2009-11-10 | Emit correct code when making a ConstantPool entry for a vector | Dale Johannesen |
| 2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
| 2009-11-10 | Codegen support for the llvm.invariant/lifetime.start/end intrinsics: | Duncan Sands |
| 2009-11-09 | Remove an unneeded #include. | Dan Gohman |
| 2009-11-09 | Fix for 64-bit builds. | Mike Stump |
| 2009-11-09 | Hide a couple of options. | Evan Cheng |
| 2009-11-07 | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov |
| 2009-11-07 | Fix PR5421 by APInt'izing switch lowering. | Chris Lattner |
| 2009-11-07 | Fix memoizing of CvtRndSatSDNode | Mon P Wang |
| 2009-11-07 | Add code to check at SelectionDAGISel::LowerArguments time to see if return v... | Kenneth Uildriks |
| 2009-11-05 | Avoid printing a redundant space in SDNode->dump(). | Dan Gohman |
| 2009-10-31 | Make -print-machineinstrs more readable. | Dan Gohman |
| 2009-10-31 | When discarding SrcValue information, discard all of it so that code | Dan Gohman |
| 2009-10-31 | Fix warning with gcc-4.0 and signed/unsigned. | Eric Christopher |
| 2009-10-30 | Don't mark registers dead here when processing nodes with MVT::Flag | Dan Gohman |
| 2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |