1. 5cbb426 Update comment. by Jim Laskey · 19 years ago
  2. 46dbe12 Remove assertion. by Jim Laskey · 19 years ago
  3. 4b37a4c Selection and lowering for exception handling. by Jim Laskey · 19 years ago
  4. 6ea07f1 eliminate vector-related allocations by Chris Lattner · 19 years ago
  5. dc0a9a7 Two fixes: by Chris Lattner · 19 years ago
  6. 1b4b054 Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll by Chris Lattner · 19 years ago
  7. 5dc84cd Use short form of BinaryOperator create function. by Reid Spencer · 19 years ago
  8. 2341c22 Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  9. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  10. d7035b6 Use TargetData to obtain the correct size of the "size_t" argument for by Reid Spencer · 19 years ago
  11. c776561 For PR1138: by Reid Spencer · 19 years ago
  12. 03c4953 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  13. c69c6c4 eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 19 years ago
  14. 2a116ab llvm 2.0 doesn't support llvm.isunordered.* by Chris Lattner · 19 years ago
  15. 34acba4 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 19 years ago
  16. e63b651 For PR950: by Reid Spencer · 19 years ago
  17. 266e42b For PR950: by Reid Spencer · 19 years ago
  18. 6156b02 Simplify all the casting business and get rid of isSigned(). by Reid Spencer · 19 years ago
  19. 668d90f Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 19 years ago
  20. 6801f02 This case isn't needed with recent changes to ConstantInt::get by Chris Lattner · 19 years ago
  21. 3c49edc Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 19 years ago
  22. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  23. 3f6f0fd Changed to using llvm streams. by Bill Wendling · 19 years ago
  24. 6c38f0b For PR950: by Reid Spencer · 19 years ago
  25. 2775aba Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
  26. fdff938 For PR950: by Reid Spencer · 19 years ago
  27. e0fc4df For PR950: by Reid Spencer · 19 years ago
  28. a8bdac8 Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 20 years ago
  29. acb6e34 Handle the removal of the debug chain. by Jim Laskey · 20 years ago
  30. 213209a remove dbg_declare, it's not used yet. by Chris Lattner · 20 years ago
  31. 093c159 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 20 years ago
  32. b4f9a6f For PR411: by Reid Spencer · 20 years ago
  33. 7d831fa Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 20 years ago
  34. 3b2b0af Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 20 years ago
  35. 01aa563 continued readcyclecounter support by Andrew Lenharth · 20 years ago
  36. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  37. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  38. 991ce36 Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 21 years ago
  39. fe5759b Fix lowering of cttz to work with signed values by Chris Lattner · 21 years ago
  40. 9ec975a fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 21 years ago
  41. 9acd314 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 21 years ago
  42. 5e17782 Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 21 years ago
  43. d7e534b Do not use deprecated APIs by Alkis Evlogimenos · 21 years ago
  44. 30fe4ac2 Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 21 years ago
  45. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  46. b442791 First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 21 years ago
  47. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  48. b3846f4 Lower llvm.isunordered(a, b) into a != a | b != b. by Alkis Evlogimenos · 21 years ago
  49. c87e03a Lower prefetch to a noop, patch contributed by Justin Wick! by Chris Lattner · 21 years ago
  50. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  51. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  52. bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  53. 24650d2 Move into the VMCore library by Chris Lattner · 22 years ago
  54. 08c196d Implement the default implementation of the intrinsic lowering class by Chris Lattner · 22 years ago