index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
IntrinsicLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc cou...
Chris Lattner
2004-02-15
1
-3
/
+15
*
Refactor code. Now the intrinsic lowering pass tries to recycle preexisting
Chris Lattner
2004-02-15
1
-35
/
+63
*
A target that doesn't support these intrinsics will still meet spec (the
Chris Lattner
2004-02-14
1
-0
/
+3
*
Add llvm.memset/frameaddress/returnaddress intrinsics.
Chris Lattner
2004-02-14
1
-2
/
+21
*
Add support for the llvm.memmove intrinsic
Chris Lattner
2004-02-12
1
-0
/
+13
*
Implement the llvm.memcpy intrinsic
Chris Lattner
2004-02-12
1
-1
/
+15
*
Hrm, apparently I missed lowering this intrinsic. :(
Chris Lattner
2004-01-14
1
-0
/
+1
*
Add VMCore and code generator support for debugging intrinsics. By default
Chris Lattner
2004-01-05
1
-0
/
+8
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
1
-1
/
+0
*
Move into the VMCore library
Chris Lattner
2003-12-28
1
-1
/
+1
*
Implement the default implementation of the intrinsic lowering class
Chris Lattner
2003-12-28
1
-0
/
+57