aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/IntrinsicLowering.cpp
AgeCommit message (Expand)Author
2004-06-20IntrinsicLowering.cpp now lives in lib/CodeGen/Chris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-15Remove isnan support, correct isunordered supportChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11Fix lowering to work correctlyChris Lattner
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-05Remove an unused variable.Chris Lattner
2004-05-09Implement the AddPrototypes methodChris Lattner
2004-02-15By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc cou...Chris Lattner
2004-02-15Refactor code. Now the intrinsic lowering pass tries to recycle preexistingChris Lattner
2004-02-14A target that doesn't support these intrinsics will still meet spec (theChris Lattner
2004-02-14Add llvm.memset/frameaddress/returnaddress intrinsics.Chris Lattner
2004-02-12Add support for the llvm.memmove intrinsicChris Lattner
2004-02-12Implement the llvm.memcpy intrinsicChris Lattner
2004-01-14Hrm, apparently I missed lowering this intrinsic. :(Chris Lattner
2004-01-05Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28Move into the VMCore libraryChris Lattner
2003-12-28Implement the default implementation of the intrinsic lowering classChris Lattner