1. 3ff704f add a new insertAfter method, patch by Tom Jablin! by Chris Lattner · 16 years ago
  2. c775ea1 Remove some dead code from the days llvm had type planes. by Rafael Espindola · 16 years ago
  3. 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 16 years ago
  4. 255b26e simplify CallSite helper class to not consult the Instruction's by Gabor Greif · 16 years ago
  5. 1ed86d7 Use the spiffy new getAlignmentFromAttrs function. by Nick Lewycky · 16 years ago
  6. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  7. 86062af Use mayBeOverridden here, in anticipation of the by Duncan Sands · 16 years ago
  8. 86e34fb Fix failure messages in Verifier::PerformTypeCheck. The argument numbers by Bob Wilson · 16 years ago
  9. ba811e5 CMake: removed lib/VMCore/DebugInfoBuilder.cpp. by Oscar Fuentes · 16 years ago
  10. 850168c Assert that VectorType::getTruncatedElementVectorType is not used with by Bob Wilson · 16 years ago
  11. 71c3f45 remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h by Chris Lattner · 16 years ago
  12. bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
  13. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  14. 9add869 another fix to my previous commit: by Gabor Greif · 16 years ago
  15. 84fb959 eliminate tabs from my previous commit by Gabor Greif · 16 years ago
  16. fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 16 years ago
  17. c8e222b tighten up return type check by Chris Lattner · 16 years ago
  18. 1186bf1 Add a mechanism to specify attributes in getOrInsertFunction. by Nick Lewycky · 16 years ago
  19. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  20. 17da06f Don't analyze arguments already marked 'nocapture'. by Duncan Sands · 16 years ago
  21. f08bf11 Make stripPointerCasts and getUnderlyingObject non-recursive. by Duncan Sands · 16 years ago
  22. 9ace0cd select constant exprs should have the same constraints as select instructions, by Chris Lattner · 16 years ago
  23. b76ec32 move select validation logic into a shared place where the select ctor, by Chris Lattner · 16 years ago
  24. de8c611 The fields for the stoppoint debug intrinsic have not changed, so update the by John Criswell · 16 years ago
  25. 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
  26. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
  27. 87c8a8f Added support for vector widening. by Mon P Wang · 16 years ago
  28. 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
  29. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  30. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 16 years ago
  31. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  32. 44b838d These messages should always be emitted when NDEBUG is unset, not when by Chris Lattner · 16 years ago
  33. 9053a73 fix grammar, thanks Duncan! by Torok Edwin · 16 years ago
  34. 87f1e77 introduce BasicBlock::getUniquePredecessor() by Torok Edwin · 16 years ago
  35. 149cfc3 Make ConstantAggregateZero::get return a ConstantAggregateZero*, by Dan Gohman · 16 years ago
  36. d71703d Have PseudoSourceValue override Value::dump, so that it works by Dan Gohman · 16 years ago
  37. 01c8e02 Comment typeo fix, thanks Duncan! by Chris Lattner · 16 years ago
  38. c7f7c1d add a little helper function that does PHI translation. by Chris Lattner · 16 years ago
  39. 11240d0 The PreVerifier pass preserves everything. In practice, this by Chris Lattner · 16 years ago
  40. e3a0884 improve const correctness. by Chris Lattner · 16 years ago
  41. c5dd22a add a long-overdue AllocaInst::isStaticAlloca method. by Chris Lattner · 16 years ago
  42. 59500c8 Silence unused variable warnings. by Devang Patel · 16 years ago
  43. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  44. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  45. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  46. 2f45f97 Use stripPointerCasts when checking for AllocaInsts for the stackprotector intrinsic. by Bill Wendling · 16 years ago
  47. 9173383e Use dyn_cast instead of cast. by Bill Wendling · 16 years ago
  48. bccdcca Match an element of the return type if it returns a structure. by Bill Wendling · 16 years ago
  49. c5b795e Verify that the second parameter of the stacprotector intrinsic is an alloca by Bill Wendling · 16 years ago
  50. 70c44f0 Correct this error message. by Nick Lewycky · 16 years ago
  51. cdcc3e6 Modify the intrinsics pattern to separate out the "return" types from the by Bill Wendling · 16 years ago
  52. a6ce05f Refactor the code that does the type checking for intrinsics. by Bill Wendling · 16 years ago
  53. e9e6bdf Implement stack protectors as function attributes: "ssp" and "sspreq". by Bill Wendling · 16 years ago
  54. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
  55. c6a1346 Use utohex_buffer instead of utohexstr to avoid creating a temporary by Chris Lattner · 16 years ago
  56. e187726 Fix a use of an invalid iterator when -debug-pass=Details is used. by Dan Gohman · 16 years ago
  57. b4b130f Add comments to function. by Bill Wendling · 16 years ago
  58. 8c3b47f Silence unused variable warnings. by Devang Patel · 16 years ago
  59. 641397f fix memory leak in pass manager when adding an analysis pass that already existed. as pass manager takes ownership of the added passes, it has to delete the pass if it isnt added to the pass list by Nuno Lopes · 16 years ago
  60. b7c2c12 - Add a "getOrInsertGlobal" method to the Module class. This acts similarly to by Bill Wendling · 16 years ago
  61. 9a99325 Duncan pointed out that the Extended case in getTypeForMVT could by Dan Gohman · 16 years ago
  62. 1f5d212 Add a return statement to suppress warnings in NDEBUG builds. by Dan Gohman · 16 years ago
  63. 38bb2f8 Add some asserts to verify MVT invariant assumptions. by Dan Gohman · 16 years ago
  64. b6dc935 Fix unused variable warnings. by Devang Patel · 16 years ago
  65. b593117 Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel! by Dan Gohman · 16 years ago
  66. 3a5797d Change how extended types are represented in MVTs. Instead of fiddling by Dan Gohman · 16 years ago
  67. de5b06b Reverting back 58505. Will commit it once I have the bc reader/writer/docs by Sanjiv Gupta · 16 years ago
  68. d2840fd For some targets pointer and int are 16-bits. Allow 16-bits as a valid index by Sanjiv Gupta · 16 years ago
  69. e9da133 Reuse PrintEscapedString for printing names in .ll by Daniel Dunbar · 16 years ago
  70. 41fe88b Fix an obvious copy/pasto. by Nick Lewycky · 16 years ago
  71. 9a20afd Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing. by Bill Wendling · 16 years ago
  72. a2cbe6c Related to PR2911, reject as invalid non-pointer GC roots. by Gordon Henriksen · 16 years ago
  73. 3b0da26 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 16 years ago
  74. 5c5b6df CMake: Turned some libraries into partially linked objects. Corrected by Oscar Fuentes · 16 years ago
  75. 305c707 CMake: updated lib/VMCore/CMakeLists.txt by Oscar Fuentes · 16 years ago
  76. f4db3a5 Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 16 years ago
  77. 6bdcda3 Keep track of *which* input constraint matches an output by Chris Lattner · 16 years ago
  78. 023f84e Introduce a typing refinenement on tagged data by Gabor Greif · 16 years ago
  79. d374547 Verify prefetch arguments, PR2576. by Chris Lattner · 16 years ago
  80. 8685103 apply Eli's patch for PR2165 and provide a testcase. by Chris Lattner · 16 years ago
  81. 9a8af45 Fix Instruction::isIdenticalTo and isSameOperationAs to recognize by Dan Gohman · 16 years ago
  82. 95c2cc5 Correct the name of isTrapping in comments. by Dan Gohman · 16 years ago
  83. 2b6c3d9 Fix a missing space after the return type in invoke statements. by Dan Gohman · 16 years ago
  84. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  85. cad3580 Change getLLVMName to use raw_ostream & PrintLLVMName. by Daniel Dunbar · 16 years ago
  86. ce91ec2 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 16 years ago
  87. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
  88. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  89. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
  90. 617fddf Remove interfaces implemented by dead pass from the list of available passes. by Devang Patel · 16 years ago
  91. 834eb40 fix an incorrect and extremely confusing error message by Chris Lattner · 16 years ago
  92. 3afba0a Fix function attribute verification check. Thanks Duncan! by Devang Patel · 16 years ago
  93. 6d1b8a5 Verify function attributes. by Devang Patel · 16 years ago
  94. 8cedb8a Remove redundant check. by Devang Patel · 16 years ago
  95. 7c31085 Attributes noinline alwaysinline are incompatible by Devang Patel · 16 years ago
  96. 795daec add a new form of Type::dump that takes a module for type names, by Chris Lattner · 16 years ago
  97. aeaf245 Make some implicit conversions explicit, to avoid compiler warnings. by Dan Gohman · 16 years ago
  98. 5d0392c Factorize code: remove variants of "strip off by Duncan Sands · 16 years ago
  99. 10b4948 Don't prepend a space character for constants in Value::print. by Dan Gohman · 16 years ago
  100. 652203f Support inreg, zext and sext as return value attributes. by Devang Patel · 16 years ago