index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Intrinsics.h
Age
Commit message (
Expand
)
Author
2004-04-14
Temporarily hack in the intrinsics that John added. I expect him to finish u...
Chris Lattner
2004-04-08
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-03-13
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-02-14
Add llvm.memset/frameaddress/returnaddress intrinsics.
Chris Lattner
2004-02-12
Add support for the llvm.memmove intrinsic.
Chris Lattner
2004-02-12
Urg, check in header I forgot. :(
Chris Lattner
2004-01-06
add new intrinsic
Chris Lattner
2004-01-05
Add some intrinsics
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-18
New revised variable argument handling support
Chris Lattner
2003-09-08
Eliminate the unwind intrinsic, it is now an instruction
Chris Lattner
2003-08-25
As it turns out, things will be simpler than I first expected. We no longer
Chris Lattner
2003-08-24
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
Initial support for recognizing LLVM exception handling intrinsics
Chris Lattner
2003-08-18
Add intrinsics for the llvm.sig(set|long)jmp functions
Chris Lattner
2003-08-06
Add a bunch of new Alpha Intrinsics for Rahul Joshi
Chris Lattner
2003-07-28
Add alpha intrinsics, contributed by Rahul Joshi
Chris Lattner
2003-06-03
Add comment for doxygen for namespace
Chris Lattner
2003-05-17
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-08
Initial checkin for LLVM intrinsic functions
Chris Lattner