1. e613555 The bit counting intrinsics return i32 not the operand type. This fixes by Reid Spencer · 18 years ago
  2. e9391fd For PR1297: Support overloaded intrinsics bswap, ctpop, cttz, ctlz. by Reid Spencer · 18 years ago
  3. ca5183d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  4. 9d6565a For PR1195: by Reid Spencer · 19 years ago
  5. 309f87e completely eliminate a temporary vector by Chris Lattner · 19 years ago
  6. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
  7. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  8. ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 19 years ago
  9. d917fe5 elimiante a temporary vector by Chris Lattner · 19 years ago
  10. 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 19 years ago
  11. 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 19 years ago
  12. 72d88ae adjust to constant folding api changes. by Chris Lattner · 19 years ago
  13. b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 19 years ago
  14. 257cbf7 remove llvm.isunordered by Chris Lattner · 19 years ago
  15. c5b206b For PR950: by Reid Spencer · 19 years ago
  16. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  17. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  18. b83eb64 For PR950: by Reid Spencer · 19 years ago
  19. 5cff267 Constant fold sqrtf by Chris Lattner · 19 years ago
  20. 0b11820 For PR411: by Reid Spencer · 20 years ago
  21. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 20 years ago
  22. bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 20 years ago