| Age | Commit message (Expand) | Author |
| 2010-03-23 | Revert 99335. getTypeToExpandTo's iterative behavior is actually | Dan Gohman |
| 2010-03-23 | Remove getTypeToExpandTo, since it isn't adding much value | Dan Gohman |
| 2010-03-19 | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang |
| 2010-03-18 | Get rid of target-specific nodes for fp16 <-> fp32 conversion. | Anton Korobeynikov |
| 2010-03-18 | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman |
| 2010-03-18 | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson |
| 2010-03-18 | Fix comment. | Devang Patel |
| 2010-03-17 | Debug info intrinsic does not intefer during tail call optimization. | Devang Patel |
| 2010-03-16 | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner |
| 2010-03-16 | Revert r98656, its breaking all over the place. | Daniel Dunbar |
| 2010-03-16 | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner |
| 2010-03-15 | Create SDDbgValue for dbg_value intrinsics and remember its connections with ... | Devang Patel |
| 2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
| 2010-03-15 | SIGN_EXTEND from the same type as the dest is valid. | Chris Lattner |
| 2010-03-15 | sink the call to VT.getSizeInBits() down into its uses, | Chris Lattner |
| 2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
| 2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |
| 2010-03-14 | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner |
| 2010-03-14 | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner |
| 2010-03-14 | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner |
| 2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
| 2010-03-14 | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov |
| 2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
| 2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
| 2010-03-12 | Revert turning copysignl into a COPYSIGN node for the moment: | Duncan Sands |
| 2010-03-12 | Now that it's supported, turn copysignl into a COPYSIGN node. | Duncan Sands |
| 2010-03-12 | Fix PR6522: implement copysign expansion for x86 long double | Duncan Sands |
| 2010-03-12 | fix PR6577, a bug in sdbuilder lowering select instructions | Chris Lattner |
| 2010-03-11 | Remove getWidenVectorType, which is no longer used. | Dan Gohman |
| 2010-03-11 | In case of tail call size of Ins and InVals may not match. | Evan Cheng |
| 2010-03-11 | Remove dead include. | Daniel Dunbar |
| 2010-03-10 | fix PR6533 by updating the br(xor) code to remember the case | Chris Lattner |
| 2010-03-10 | Cosmetic: lengthen names and improve comments. | Dale Johannesen |
| 2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
| 2010-03-10 | Fix another bitwidth calculation to handle vector types; based on a | Dan Gohman |
| 2010-03-09 | Attempt to make this debug output meaningful, both in the case of | Dan Gohman |
| 2010-03-09 | Print the correct index in the "match failed at index" message. | Dan Gohman |
| 2010-03-08 | Add Order to SDDbgValue | Dale Johannesen |
| 2010-03-07 | Use Other as a sentinel instead of iAny. | Chris Lattner |
| 2010-03-06 | Add some new bits of debug info handling. No | Dale Johannesen |
| 2010-03-06 | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman |
| 2010-03-05 | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen |
| 2010-03-05 | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner |
| 2010-03-05 | inline a small function with one call site. | Chris Lattner |
| 2010-03-05 | Revert r97778 and r97779. They're somehow breaking llvm-gcc builds. | Dan Gohman |
| 2010-03-05 | Fix these constants to be more portable. | Dan Gohman |
| 2010-03-05 | Rewrite i64-to-f64 conversion using an algorithm which handles | Dan Gohman |
| 2010-03-04 | add a statistic for # times fastisel fails. | Chris Lattner |