1. 514277c Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 17 years ago
  2. 66a636e Change class' public PassInfo variables to by initialized with the by Dan Gohman · 17 years ago
  3. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  4. 0ea0f31 VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. by Chuck Rose III · 17 years ago
  5. b78e1d3 Use Intrinsic::getDeclaration to get hold of by Duncan Sands · 17 years ago
  6. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  7. 748a85c Revert 49006 for the moment. by Dale Johannesen · 17 years ago
  8. 80caa49 Emit exception handling info for functions which are by Dale Johannesen · 17 years ago
  9. b365125 remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
  10. 3ff699e Fix PR2029 by Chris Lattner · 18 years ago
  11. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. bb2f222 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  13. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  14. 393be88 by David Greene · 18 years ago
  15. 34c280e More explicit keywords. by Dan Gohman · 18 years ago
  16. b1c4a7b by David Greene · 18 years ago
  17. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago