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
/
CodeGen
/
ValueTypes.td
Age
Commit message (
Expand
)
Author
2010-05-13
Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri...
Evan Cheng
2009-12-14
Move Flag and isVoid after the vector types, since bit arithmetic with
Dan Gohman
2009-08-11
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
Bob Wilson
2009-07-15
Remove the v3i32 and v3f32 value types: they are not
Duncan Sands
2009-07-14
Fix a comment.
Bob Wilson
2009-07-14
Revert 75308.
Bob Wilson
2009-07-10
Add new vector types for 192-bit, 348-bit and 512-bit sizes.
Bob Wilson
2009-07-06
Add new ValueType for metadata.
Devang Patel
2009-06-29
Add more vector ValueTypes for AVX and other extended vector instruction
David Greene
2008-12-18
Added support for vector widening.
Mon P Wang
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2007-12-29
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-08-16
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-03
long double patch 3 of N. Add to MVT.
Dale Johannesen
2007-07-26
Fix comments for new types.
Christopher Lamb
2007-07-26
Add support for 3 element 32-bit vector ValueTypes.
Christopher Lamb
2007-06-26
Renumber the SimpleValueType values to fill in the hole left by
Dan Gohman
2007-04-01
For PR1297:
Reid Spencer
2007-03-24
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2006-03-27
add a new iPTR ValueType for tblgen use
Chris Lattner
2006-03-03
Split this out of Target.td
Chris Lattner