1. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. 334f8b5 Fix a bug in my previous patch, thanks to Jay Foad for by Chris Lattner · 18 years ago
  3. 09d481b Implement constant folding if vector<->vector bitcasts where the number by Chris Lattner · 18 years ago
  4. d6e5691 Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. by Chris Lattner · 18 years ago
  5. 93ffe72 splice some lines together, no functionality change. by Chris Lattner · 18 years ago
  6. f99fdc6 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 18 years ago
  7. c339d8e Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 18 years ago
  8. 0c81a52 Add sqrt and powi intrinsics for long double. by Dale Johannesen · 18 years ago
  9. b9de9f0 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  10. 21a9865 constant fold ptrtoint(inttoptr) with target data when available. This allows by Chris Lattner · 18 years ago
  11. 499c9b2 Handle functions with no name better. by Chris Lattner · 18 years ago
  12. eb8fdd3 significantly speed up constant folding of calls (and thus all clients that use by Chris Lattner · 18 years ago
  13. a228e39 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  14. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago