| Age | Commit message (Expand) | Author |
| 2010-03-28 | add a statistic for the # times isel has to backtrack. | Chris Lattner |
| 2010-03-28 | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner |
| 2010-03-28 | comply with the wishes of a fixme. | Chris Lattner |
| 2010-03-28 | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner |
| 2010-03-28 | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner |
| 2010-03-28 | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner |
| 2010-03-28 | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner |
| 2010-03-27 | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner |
| 2010-03-27 | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling |
| 2010-03-26 | Add few missed libcalls and correct names for others. | Anton Korobeynikov |
| 2010-03-26 | LiveVariables should clear kill / dead markers first. This allows us to remov... | Evan Cheng |
| 2010-03-25 | fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when | Chris Lattner |
| 2010-03-25 | Scheduler assumes SDDbgValue nodes are in source order. That's true currently... | Evan Cheng |
| 2010-03-25 | Change tblgen to emit FOOISD opcode names as two | Chris Lattner |
| 2010-03-25 | Remove a fixme that doesn't make sense any more. | Evan Cheng |
| 2010-03-25 | Make sure SDDbgValue.Invalid is initialized to false by all the constructors. | Evan Cheng |
| 2010-03-25 | Make the NDEBUG assertion stronger and more clear what is | Chris Lattner |
| 2010-03-25 | reapply 99444/99445, which I speculatively reverted in | Chris Lattner |
| 2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
| 2010-03-24 | revert 99444/99445. This doesn't cause the failure of | Chris Lattner |
| 2010-03-24 | remove dead argument. | Chris Lattner |
| 2010-03-24 | split EmitNode in half to reduce indentation. | Chris Lattner |
| 2010-03-24 | Remove the ConvertActions table and associated code, which is unused. | Dan Gohman |
| 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 |