llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.h
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-23 Dan GohmanFactor out a bit of code that appears in several places...
2009-04-16 Devang PatelIf FastISel is run and it has known DebugLoc then use it.
2009-03-27 Dan GohmanInitialize LiveOutInfo's APInt members to zero, as...
2009-02-19 Bill WendlingGenerate these labels when we're in "fast" mode, not...
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...