1. 991ce36 Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 20 years ago
  2. fe5759b Fix lowering of cttz to work with signed values by Chris Lattner · 20 years ago
  3. 9ec975a fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 20 years ago
  4. 9acd314 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 20 years ago
  5. 5e17782 Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 21 years ago
  6. d7e534b Do not use deprecated APIs by Alkis Evlogimenos · 21 years ago
  7. 30fe4ac2 Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 21 years ago
  8. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  9. b442791 First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 21 years ago
  10. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  11. b3846f4 Lower llvm.isunordered(a, b) into a != a | b != b. by Alkis Evlogimenos · 21 years ago
  12. c87e03a Lower prefetch to a noop, patch contributed by Justin Wick! by Chris Lattner · 21 years ago
  13. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  14. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  15. bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  16. 24650d2 Move into the VMCore library by Chris Lattner · 22 years ago
  17. 08c196d Implement the default implementation of the intrinsic lowering class by Chris Lattner · 22 years ago