1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. c86b677 Finishing initial docs for all transformations in Passes.html. by Gordon Henriksen · 17 years ago
  3. a8cc4d3 Don't bitcast from pointer-to-vector to pointer-to-array when by Dan Gohman · 17 years ago
  4. 767cf70 Use an array instead of a fixed-length std::vector. by Dan Gohman · 17 years ago
  5. 7f21fd5 Do a real assert if there is an unhandled vector instruction instead by Dan Gohman · 17 years ago
  6. b8f7479 by David Greene · 17 years ago
  7. 81a7572 Silence some warnings from doxygen about @param argument name not matching the by Reid Spencer · 17 years ago
  8. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  9. 1997473 Drop 'const' by Devang Patel · 17 years ago
  10. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  11. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  12. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  13. ac9dcb9 For PR1195: by Reid Spencer · 17 years ago
  14. d29b8b8 Change an assert that mentions Packed Type -> Vector Type. by Reid Spencer · 17 years ago
  15. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  16. 1ccd185 stop using methods that take vectors. by Chris Lattner · 18 years ago
  17. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  18. c5b206b For PR950: by Reid Spencer · 18 years ago
  19. e4d87aa For PR950: by Reid Spencer · 18 years ago
  20. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  21. 3da59db For PR950: by Reid Spencer · 18 years ago
  22. b742703 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  23. b83eb64 For PR950: by Reid Spencer · 18 years ago
  24. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  25. 8fcf01e Lowerpacked and SCCP support for the insertelement operation. by Robert Bocchino · 19 years ago
  26. 56107e2 Added lower packed support for the extractelement operation. by Robert Bocchino · 19 years ago
  27. b518685 getting there... by Duraid Madina · 19 years ago
  28. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  29. 7b73a66 Fix the exposed prototype for the lower packed pass, thanks to Morten Ofstad. by Chris Lattner · 20 years ago
  30. 56de036 Check in hook that I forgot by Chris Lattner · 20 years ago
  31. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  32. 42e83fe Initial checkin of a pass to lower packed operations to scalars operations. by Reid Spencer · 20 years ago