1. de2d74b Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3 x86) substantially (>500 bytes). Reason still unknown. by Gabor Greif · 17 years ago
  2. 33e456d suppress gcc3.4.6's <no value returned> warnings by Gabor Greif · 17 years ago
  3. 76e2e4a Remove dead return. Thanks to Bill for the review! by Chris Lattner · 17 years ago
  4. 268e7d7 Add support for constant folding the 'offsetof' pattern even if the by Chris Lattner · 17 years ago
  5. 02a260a Switch to using Simplified ConstantFP::get API. by Chris Lattner · 17 years ago
  6. f19f58a minor code cleanups, allow constant folding sinf/cosf. by Chris Lattner · 17 years ago
  7. fa9b80e Avoid unnecessarily casting away const, fixing a FIXME. by Dan Gohman · 18 years ago
  8. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. 7f135cc Fix a bug in my previous patch, thanks to Jay Foad for by Chris Lattner · 18 years ago
  10. 1afab9c Implement constant folding if vector<->vector bitcasts where the number by Chris Lattner · 18 years ago
  11. f286f6f Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. by Chris Lattner · 18 years ago
  12. ecc0274 splice some lines together, no functionality change. by Chris Lattner · 18 years ago
  13. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 18 years ago
  14. 9ab7fb3 Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 18 years ago
  15. 317096a Add sqrt and powi intrinsics for long double. by Dale Johannesen · 18 years ago
  16. 43421b3 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  17. 001f753 constant fold ptrtoint(inttoptr) with target data when available. This allows by Chris Lattner · 18 years ago
  18. a099b6c Handle functions with no name better. by Chris Lattner · 18 years ago
  19. c5f6a1f significantly speed up constant folding of calls (and thus all clients that use by Chris Lattner · 18 years ago
  20. 6994040 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
  21. 3841524 Use ConstantFoldFP for folding all unary floating-point operations which may by Dan Gohman · 18 years ago
  22. e613555 The bit counting intrinsics return i32 not the operand type. This fixes by Reid Spencer · 18 years ago
  23. e9391fd For PR1297: Support overloaded intrinsics bswap, ctpop, cttz, ctlz. by Reid Spencer · 18 years ago
  24. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  25. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  26. 309f87e completely eliminate a temporary vector by Chris Lattner · 18 years ago
  27. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 18 years ago
  28. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  29. ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 19 years ago
  30. d917fe5 elimiante a temporary vector by Chris Lattner · 19 years ago
  31. 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 19 years ago
  32. 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 19 years ago
  33. 72d88ae adjust to constant folding api changes. by Chris Lattner · 19 years ago
  34. b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 19 years ago
  35. 257cbf7 remove llvm.isunordered by Chris Lattner · 19 years ago
  36. c5b206b For PR950: by Reid Spencer · 19 years ago
  37. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  38. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  39. b83eb64 For PR950: by Reid Spencer · 19 years ago
  40. 5cff267 Constant fold sqrtf by Chris Lattner · 19 years ago
  41. 0b11820 For PR411: by Reid Spencer · 20 years ago
  42. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 20 years ago
  43. bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 20 years ago