make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.h
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Bill WendlingAlphabetize includes.
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2008-12-23 Anton KorobeynikovInitial checkin of APInt'ififcation of switch lowering
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-10 Bill WendlingImplement "visitPow". This is mainly used to see if...
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-03 Dan GohmanSplit the SelectionDAG-building code, including the...