Age | Commit message (Expand) | Author |
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 |
2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
2010-03-13 | add support for MCSymbols as operands to MachineInstrs. | Chris Lattner |
2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
2010-03-13 | factor some labels, simplify some code. | Chris Lattner |
2010-03-13 | various cleanups. | Chris Lattner |
2010-03-13 | reimplement the string pool used for inlined function | Chris Lattner |
2010-03-12 | remove gone method, grr symlinks. | Chris Lattner |
2010-03-12 | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner |
2010-03-12 | give Mangler access to TargetData. | Chris Lattner |
2010-03-12 | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner |
2010-03-12 | remove dead code. | Chris Lattner |
2010-03-12 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
2010-03-12 | remove MAI argument from createAsmStreamer since it | Chris Lattner |
2010-03-12 | fix a bug emitting .secrel32 that I introduced, PR6587, patch | Chris Lattner |
2010-03-12 | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin |
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 | There is no need to create specification DIE for definitions at DIFile level. | Devang Patel |