add an assert so that PR2356 explodes instead of running off an
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.cpp
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-11 Chris Lattnersimplify comparison
2008-10-07 Dan GohmanCorrectly handle calls with no return values. This...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Evan Cheng<rdar://problem/6234798> Assertion failed: (!OpInfo...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Bill WendlingAdd helper function to get a 32-bit floating point...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
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...