Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
[oota-llvm.git] / include / llvm / CodeGen / ValueTypes.h
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-08 Chris LattnerAdd some happy helper methods.
2005-12-30 Nate Begemanadd support for generating v4i32 code
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-17 Nate BegemanTeach the type lowering code about turning packed types...
2005-08-25 Chris Lattneradd an enum value
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-15 Chris LattnerAdd some helper methods.
2005-01-06 Chris LattnerAdd required #include
2005-01-06 Chris LattnerAdd a useful method
2005-01-05 Chris LattnerAdd a list end sentinal
2005-01-01 Chris LattnerAdd two helper functions.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-07 Chris LattnerThere was no reason for these to be bit-fields, they...
2003-07-29 Chris LattnerFix copy and paste-o
2003-07-29 Chris LattnerDefine target value types in a form usable by target...