1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  3. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  4. b83eb64 For PR950: by Reid Spencer · 18 years ago
  5. 43970fe Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  6. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  7. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 18 years ago
  8. 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  9. 0b11820 For PR411: by Reid Spencer · 19 years ago
  10. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 19 years ago
  11. 0c067bc Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 19 years ago
  12. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  13. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  14. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  15. 98cf45b Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 19 years ago
  16. a801172 Fix lowering of cttz to work with signed values by Chris Lattner · 19 years ago
  17. 86f3e0c fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 19 years ago
  18. 1f243e9 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 19 years ago
  19. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 19 years ago
  20. b1beff0 Do not use deprecated APIs by Alkis Evlogimenos · 19 years ago
  21. b42a9ff Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 19 years ago
  22. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  23. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 19 years ago
  24. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  25. d0656fc Lower llvm.isunordered(a, b) into a != a | b != b. by Alkis Evlogimenos · 19 years ago
  26. 0942b7c Lower prefetch to a noop, patch contributed by Justin Wick! by Chris Lattner · 19 years ago
  27. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  28. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  29. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  30. be78ac4 Remove isnan support, correct isunordered support by Chris Lattner · 20 years ago
  31. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  32. 02348ca Fix lowering to work correctly by Chris Lattner · 20 years ago
  33. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  34. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  35. f0a3e6c Remove an unused variable. by Chris Lattner · 20 years ago
  36. 0979ca7 Implement the AddPrototypes method by Chris Lattner · 20 years ago
  37. 9b700f7 By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc counterparts by Chris Lattner · 20 years ago
  38. 588e72d Refactor code. Now the intrinsic lowering pass tries to recycle preexisting by Chris Lattner · 20 years ago
  39. cc42d2c A target that doesn't support these intrinsics will still meet spec (the by Chris Lattner · 20 years ago
  40. cf89908 Add llvm.memset/frameaddress/returnaddress intrinsics. by Chris Lattner · 20 years ago
  41. 2751e76 Add support for the llvm.memmove intrinsic by Chris Lattner · 21 years ago
  42. 5fe51cc Implement the llvm.memcpy intrinsic by Chris Lattner · 21 years ago
  43. f907bac Hrm, apparently I missed lowering this intrinsic. :( by Chris Lattner · 21 years ago
  44. 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 21 years ago
  45. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
  46. 42450d8 Move into the VMCore library by Chris Lattner · 21 years ago
  47. 3b66ecb Implement the default implementation of the intrinsic lowering class by Chris Lattner · 21 years ago