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
/
utils
/
TableGen
/
CodeGenIntrinsics.h
Age
Commit message (
Expand
)
Author
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-04-26
Update a comment to reflect recent changes in the type system.
Dan Gohman
2007-04-01
For PR1297:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-03-28
Only compute intrinsic valuetypes when in a target .td file.
Chris Lattner
2006-03-28
revert this, it breaks things.
Chris Lattner
2006-03-27
Add support for decoding iPTR to the right pointer type.
Chris Lattner
2006-03-24
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
Chris Lattner
2006-03-15
Autogenerate code to map from GCC builtin to LLVM intrinsic.
Chris Lattner
2006-03-13
emit a mapping from LLVM intrinsic -> GCC builtins.
Chris Lattner
2006-03-13
Verify that packed type operands have the right size and base type.
Chris Lattner
2006-03-09
parse intrinsic types
Chris Lattner
2006-03-03
Fix pasteo
Chris Lattner
2006-03-03
initial implementation of intrinsic parsing
Chris Lattner