Don't worry about clobbering physical register defs that aren't used.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.cpp
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanDon't take the time to CheckDAGForTailCallsAndFixThem...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-10 Dan GohmanFastISel support for i1 PHI nodes.
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
2008-09-10 Bill WendlingCheck that both operands are f32 before attempting...
2008-09-10 Bill WendlingImplement "visitPow". This is mainly used to see if...
2008-09-09 Bill WendlingAdding 6-, 12-, and 18-bit limited-precision floating...
2008-09-09 Bill WendlingAdd support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Bill Wendling- Add support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Bill WendlingAdd limited precision floating-point conversions of...
2008-09-09 Bill WendlingAdd support for floating-point calculations of log2...
2008-09-08 Anton KorobeynikovReapply 55904: Unbreak and fix indentation
2008-09-08 Dale JohannesenRedo the 3 existing low-precision expansions to
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Daniel DunbarAdd VISIBILITY_HIDDEN on SDISelAsmOperandInfo
2008-09-08 Anton KorobeynikovUnbreak and fix indentation
2008-09-05 Dale JohannesenNext limited float precision expansion (log2 12 bits)
2008-09-05 Dale JohannesenAdd the next limited-precision expansion.
2008-09-05 Dale JohannesenAdd hooks for other intrinsics to get low-precision...
2008-09-05 Dale JohannesenAdd -flimit-float-precision to enable some faster,
2008-09-04 Dan GohmanAdd an include of SmallSet.h.
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-03 Dan GohmanPut RegsForValue in the llvm namespace to avoid warning...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Dan GohmanSplit the SelectionDAG-building code, including the...