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
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