aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/IntrinsicLowering.cpp
AgeCommit message (Expand)Author
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