summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.h
Commit message (Expand)AuthorAge
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-19
* For PR786:Reid Spencer2006-05-24
* getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.Evan Cheng2006-03-28
* add a new iPTR ValueType for tblgen useChris Lattner2006-03-27
* Add another helperChris Lattner2006-03-20
* Add a helper methodChris Lattner2006-03-19
* improve comments, add a new MVT::getVectorBaseType method.Chris Lattner2006-03-19
* Add markers for the first and last vector value type.Chris Lattner2006-03-16
* update commentChris Lattner2006-03-03
* - Added v2f32, not used by any target currently. Only for testing purpose.Evan Cheng2006-03-01
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-20
* Add some happy helper methods.Chris Lattner2006-02-08
* add support for generating v4i32 codeNate Begeman2005-12-30
* First chunk of actually generating vector code for packed types. TheseNate Begeman2005-11-30
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-29
* Teach the type lowering code about turning packed types into vector types.Nate Begeman2005-11-17
* add an enum valueChris Lattner2005-08-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add some helper methods.Chris Lattner2005-01-15
* Add required #includeChris Lattner2005-01-06
* Add a useful methodChris Lattner2005-01-06
* Add a list end sentinalChris Lattner2005-01-05
* Add two helper functions.Chris Lattner2005-01-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* There was no reason for these to be bit-fields, they just need to be unique.Chris Lattner2003-08-07
* Fix copy and paste-oChris Lattner2003-07-29
* Define target value types in a form usable by target-independent codeChris Lattner2003-07-29