1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. af47b11 Initial infrastructure for arbitrary precision integer by Duncan Sands · 17 years ago
  3. e713d93 long double patch 3 of N. Add to MVT. by Dale Johannesen · 17 years ago
  4. 1fcc4b2 Add support for 3 element 32-bit vector ValueTypes. by Christopher Lamb · 17 years ago
  5. 6595cb3 Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. by Dan Gohman · 17 years ago
  6. acaf32e Use utostr from StringExtras.h instead of ostringstream from <sstream>. by Dan Gohman · 17 years ago
  7. 7f32156 Generalize MVT::ValueType and associated functions to be able to represent by Dan Gohman · 17 years ago
  8. d520559 Add cases for v2f32. by Dan Gohman · 17 years ago
  9. bb58b9c add a way to make this less brittle by Chris Lattner · 17 years ago
  10. 2df6dc5 add a method to turn a type into a VT. by Chris Lattner · 17 years ago
  11. 0d3988f add a valuetype for v1i64, which is needed by mmx. by Chris Lattner · 17 years ago
  12. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  13. c38fea8 better support for i128. by Chris Lattner · 18 years ago
  14. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  15. c103057 For PR1043: by Reid Spencer · 18 years ago
  16. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  17. 79e21d3 For PR950: Change signed integer type names to unsigned equivalents. by Reid Spencer · 18 years ago
  18. 08e682e Move MVT::getVectorType out of line, it is large and shouldn't be inlined. by Chris Lattner · 18 years ago
  19. aea20f5 Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit by Evan Cheng · 18 years ago
  20. 6a64861 Add the majority of the vector machien value types we expect to support, by Nate Begeman · 19 years ago
  21. 5fbb5d2 Teach LLVM how to scalarize packed types. Currently, this only works on by Nate Begeman · 19 years ago
  22. 8064e8f add printer support for flag operands by Chris Lattner · 19 years ago
  23. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  24. 353c3e4 Add missing entry. by Chris Lattner · 20 years ago
  25. 57bf328 implement these methods. by Chris Lattner · 20 years ago