| Age | Commit message (Expand) | Author |
| 2010-03-18 | Fix comment. | Devang Patel |
| 2010-03-18 | Revert "Change coalescer complexity from N^2 to N logN by changing one letter." | Jakob Stoklund Olesen |
| 2010-03-17 | Debug info intrinsic does not intefer during tail call optimization. | Devang Patel |
| 2010-03-17 | Change coalescer complexity from N^2 to N logN by changing one letter. | Jakob Stoklund Olesen |
| 2010-03-17 | Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s... | Devang Patel |
| 2010-03-17 | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner |
| 2010-03-16 | Remove a check that can no longer be true, after r84803. | Bob Wilson |
| 2010-03-16 | Fix liveintervals handling of dbg_value instructions. | Evan Cheng |
| 2010-03-16 | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner |
| 2010-03-16 | Ignore debug value instructions while analyzing BB for tail duplication. | Devang Patel |
| 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-16 | Use getFirstTerminator(). | Bill Wendling |
| 2010-03-16 | When checking if something's killed, don't rely simply on whether it's marked as | Bill Wendling |
| 2010-03-16 | Fix the third (and last known) case of code update problems due | Chris Lattner |
| 2010-03-15 | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling |
| 2010-03-15 | Implement support for the case when a reference to a addr-of-bb | Chris Lattner |
| 2010-03-15 | use Mang->getSymbol() more. | Chris Lattner |
| 2010-03-15 | Create SDDbgValue for dbg_value intrinsics and remember its connections with ... | Devang Patel |
| 2010-03-15 | Fix the case when a reference to an address taken BB is emitted in one | Chris Lattner |
| 2010-03-15 | revert r98550, it isn't necessary or sufficient. | Chris Lattner |
| 2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
| 2010-03-15 | don't eliminate address-taken blocks here. | Chris Lattner |
| 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-15 | fix MCSectionELF to not leak memory, just like I did for MCSymbol. | Chris Lattner |
| 2010-03-15 | remove dead method. | Chris Lattner |
| 2010-03-14 | Remove pointless forward declaration, MSVC got confused by this. | Benjamin Kramer |
| 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 | don't use getDWLabel("label" anymore, always go through MMI. | Chris Lattner |
| 2010-03-14 | remove now-dead code, all labels use MCSymbols. | Chris Lattner |
| 2010-03-14 | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner |
| 2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
| 2010-03-14 | change the DBG_LABEL MachineInstr to always be created | Chris Lattner |
| 2010-03-14 | unbreak the build, grr symlinks. | Chris Lattner |
| 2010-03-14 | Change this code to allocate temporary labels from mccontext, | Chris Lattner |
| 2010-03-14 | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner |
| 2010-03-14 | Fix some EH failures on NNT I introduced in r98461 | Chris Lattner |
| 2010-03-14 | fix a bug I introduced in r98459, causing some NNT failures. | Chris Lattner |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-14 | eliminate InvalidateLabel and LabelIDList from MMI and replace | Chris Lattner |
| 2010-03-14 | use Label->isDefined() instead of isLabelDeleted() now that we | Chris Lattner |