1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  4. 917c2a6 Implement necessary bits for flt_rounds gcc builtin. by Anton Korobeynikov · 17 years ago
  5. c4c9660 Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics. by Dan Gohman · 17 years ago
  6. 9ab7fb3 Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 17 years ago
  7. 4292d1c minor long double related changes by Dale Johannesen · 17 years ago
  8. 8806c7b Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is needed, because they just "mark" register by Anton Korobeynikov · 17 years ago
  9. 718cb66 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 17 years ago
  10. 914ce45 Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE, by Chris Lattner · 17 years ago
  11. 52eec54 by David Greene · 17 years ago
  12. f664e41 The exception handling intrinsics return values, by Duncan Sands · 17 years ago
  13. cf26d7c Extend eh.selector to support both catches and filters. by Duncan Sands · 17 years ago
  14. 24e5aad Codegen support (stripped out) for the annotate attribute. by Tanya Lattner · 17 years ago
  15. 976e2da Fix a typo in bswap lowering. by Lauro Ramos Venancio · 17 years ago
  16. 02031c0 Make LowerCTPOP() support arbitrary bitwidth integer type. by Zhou Sheng · 17 years ago
  17. 924361a Correct the logic in LowerPartSet which cleared the bits from 0 to low-1. by Zhou Sheng · 17 years ago
  18. 76c94b6 Un-brain-dead-ify the lowering of part set for the reverse case. by Reid Spencer · 17 years ago
  19. 9bd57b6 Give names to the final result values of the part_set computations. This by Reid Spencer · 17 years ago
  20. 5156f5b Get the size of auto arrays right, regardless of its changing size. by Reid Spencer · 17 years ago
  21. 9a9203b Fix problems in the PartSet lowering having to do with incorrect bit width. by Reid Spencer · 17 years ago
  22. df41353 Make sure intrinsics that are lowered to functions make the function weak by Reid Spencer · 17 years ago
  23. eeedcb6 Fix bugs in generated code for part_select and part_set so that llc doesn't by Reid Spencer · 17 years ago
  24. 3795809 Fix a bug in PartSet. The replacement value needs to be zext or trunc to by Reid Spencer · 17 years ago
  25. f75b874 For PR1284: Implement the "part_set" intrinsic. by Reid Spencer · 17 years ago
  26. c6eb6d7 apparently some people commit without building the tree, or they forget to by Chris Lattner · 17 years ago
  27. addd11d Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. by Reid Spencer · 17 years ago
  28. dc1966e For PR1297: by Reid Spencer · 17 years ago
  29. e9391fd For PR1297: Support overloaded intrinsics bswap, ctpop, cttz, ctlz. by Reid Spencer · 17 years ago
  30. 0b4711b Lower eh filter intrinsic. by Jim Laskey · 17 years ago
  31. 63f3e3f Provide a more meaningful name. by Jim Laskey · 17 years ago
  32. 774b864 Update comment. by Jim Laskey · 17 years ago
  33. f9b1cbc Remove assertion. by Jim Laskey · 17 years ago
  34. b180aa1 Selection and lowering for exception handling. by Jim Laskey · 17 years ago
  35. 990b849 eliminate vector-related allocations by Chris Lattner · 17 years ago
  36. c67da0c Two fixes: by Chris Lattner · 18 years ago
  37. 7d6f77d Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll by Chris Lattner · 18 years ago
  38. 1b19cd3 Use short form of BinaryOperator create function. by Reid Spencer · 18 years ago
  39. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  40. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  41. 6addf2c Use TargetData to obtain the correct size of the "size_t" argument for by Reid Spencer · 18 years ago
  42. 1e9126b For PR1138: by Reid Spencer · 18 years ago
  43. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  44. 0ee69bb eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 18 years ago
  45. f01da59 llvm 2.0 doesn't support llvm.isunordered.* by Chris Lattner · 18 years ago
  46. b76efb7 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 18 years ago
  47. 4785781 For PR950: by Reid Spencer · 18 years ago
  48. e4d87aa For PR950: by Reid Spencer · 18 years ago
  49. eefef64 Simplify all the casting business and get rid of isSigned(). by Reid Spencer · 18 years ago
  50. 8a903db Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 18 years ago
  51. 3bb7e3f This case isn't needed with recent changes to ConstantInt::get by Chris Lattner · 18 years ago
  52. 15f46d6 Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 18 years ago
  53. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  54. d9fd2ac Changed to using llvm streams. by Bill Wendling · 18 years ago
  55. 3da59db For PR950: by Reid Spencer · 18 years ago
  56. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  57. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  58. b83eb64 For PR950: by Reid Spencer · 18 years ago
  59. 43970fe Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  60. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  61. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 18 years ago
  62. 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  63. 0b11820 For PR411: by Reid Spencer · 19 years ago
  64. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 19 years ago
  65. 0c067bc Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 19 years ago
  66. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  67. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  68. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  69. 98cf45b Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 19 years ago
  70. a801172 Fix lowering of cttz to work with signed values by Chris Lattner · 19 years ago
  71. 86f3e0c fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 19 years ago
  72. 1f243e9 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 19 years ago
  73. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 19 years ago
  74. b1beff0 Do not use deprecated APIs by Alkis Evlogimenos · 19 years ago
  75. b42a9ff Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 19 years ago
  76. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  77. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 19 years ago
  78. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  79. d0656fc Lower llvm.isunordered(a, b) into a != a | b != b. by Alkis Evlogimenos · 19 years ago
  80. 0942b7c Lower prefetch to a noop, patch contributed by Justin Wick! by Chris Lattner · 19 years ago
  81. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  82. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  83. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  84. be78ac4 Remove isnan support, correct isunordered support by Chris Lattner · 20 years ago
  85. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  86. 02348ca Fix lowering to work correctly by Chris Lattner · 20 years ago
  87. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  88. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  89. f0a3e6c Remove an unused variable. by Chris Lattner · 20 years ago
  90. 0979ca7 Implement the AddPrototypes method by Chris Lattner · 20 years ago
  91. 9b700f7 By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc counterparts by Chris Lattner · 20 years ago
  92. 588e72d Refactor code. Now the intrinsic lowering pass tries to recycle preexisting by Chris Lattner · 20 years ago
  93. cc42d2c A target that doesn't support these intrinsics will still meet spec (the by Chris Lattner · 20 years ago
  94. cf89908 Add llvm.memset/frameaddress/returnaddress intrinsics. by Chris Lattner · 20 years ago
  95. 2751e76 Add support for the llvm.memmove intrinsic by Chris Lattner · 20 years ago
  96. 5fe51cc Implement the llvm.memcpy intrinsic by Chris Lattner · 20 years ago
  97. f907bac Hrm, apparently I missed lowering this intrinsic. :( by Chris Lattner · 21 years ago
  98. 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 21 years ago
  99. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
  100. 42450d8 Move into the VMCore library by Chris Lattner · 21 years ago