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
/
CodeGen
/
IntrinsicLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-20
1
-1
/
+1
*
Remove isnan support, correct isunordered support
Chris Lattner
2004-06-15
1
-10
/
+2
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-12
1
-0
/
+6
*
Fix lowering to work correctly
Chris Lattner
2004-06-11
1
-3
/
+12
*
I misled Alkis: LLVM should have isnan, not isunordered.
Chris Lattner
2004-06-11
1
-4
/
+6
*
Add the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
1
-0
/
+6
*
Remove an unused variable.
Chris Lattner
2004-06-05
1
-7
/
+10
*
Implement the AddPrototypes method
Chris Lattner
2004-05-09
1
-1
/
+43
*
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