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.h
Age
Commit message (
Expand
)
Author
2007-10-16
Document the fact that the verifier currently requires the
Duncan Sands
2007-10-16
Initial infrastructure for arbitrary precision integer
Duncan Sands
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
Add support for 3 element 32-bit vector ValueTypes.
Christopher Lamb
2007-06-27
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
Document the encoding of MVT::ValueType.
Dan Gohman
2007-06-26
Simplify the expression for MVT::isExtendedValueType.
Dan Gohman
2007-06-26
Renumber the SimpleValueType values to fill in the hole left by
Dan Gohman
2007-06-25
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-14
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-04-28
add a way to make this less brittle
Chris Lattner
2007-04-23
Fix bug in isFloatingPoint()
Christopher Lamb
2007-04-01
For PR1297:
Reid Spencer
2007-03-31
add a method to turn a type into a VT.
Chris Lattner
2007-03-24
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2006-07-19
Move MVT::getVectorType out of line, it is large and shouldn't be inlined.
Chris Lattner
2006-05-24
For PR786:
Reid Spencer
2006-03-28
getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.
Evan Cheng
2006-03-27
add a new iPTR ValueType for tblgen use
Chris Lattner
2006-03-20
Add another helper
Chris Lattner
2006-03-19
Add a helper method
Chris Lattner
2006-03-19
improve comments, add a new MVT::getVectorBaseType method.
Chris Lattner
2006-03-16
Add markers for the first and last vector value type.
Chris Lattner
2006-03-03
update comment
Chris Lattner
2006-03-01
- Added v2f32, not used by any target currently. Only for testing purpose.
Evan Cheng
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-20
Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit
Evan Cheng
2006-02-08
Add some happy helper methods.
Chris Lattner
2005-12-30
add support for generating v4i32 code
Nate Begeman
2005-11-30
First chunk of actually generating vector code for packed types. These
Nate Begeman
2005-11-29
Add the majority of the vector machien value types we expect to support,
Nate Begeman
2005-11-17
Teach the type lowering code about turning packed types into vector types.
Nate Begeman
2005-08-25
add an enum value
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-15
Add some helper methods.
Chris Lattner
2005-01-06
Add required #include
Chris Lattner
2005-01-06
Add a useful method
Chris Lattner
2005-01-05
Add a list end sentinal
Chris Lattner
2005-01-01
Add two helper functions.
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-08-07
There was no reason for these to be bit-fields, they just need to be unique.
Chris Lattner
2003-07-29
Fix copy and paste-o
Chris Lattner
2003-07-29
Define target value types in a form usable by target-independent code
Chris Lattner