1. 2d4b8ee further clarify alignment of globals, fix instcombine by Chris Lattner · 15 years ago
  2. ce99fa9 improve the global variable alignment description. by Chris Lattner · 15 years ago
  3. ae11c3f Integrate Jeffery Yasskin's suggestions with respect to by Dan Gohman · 15 years ago
  4. 93e066d Consolidate the description of volatile operations, now that some of the by Jeffrey Yasskin · 15 years ago
  5. c30f6e1 Branching or switching on trap transfers imminent undefined behavior by Dan Gohman · 15 years ago
  6. c68ce06 Fix HTML errors that Jeffery Yasskin noticed. by Dan Gohman · 15 years ago
  7. 698cbcb PHI nodes also do not necessarily return trap with a trap operand. by Dan Gohman · 15 years ago
  8. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  9. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  10. 83821c8 Pointed out by housel on #llvm. by Duncan Sands · 15 years ago
  11. ff35c3f typo by Chris Lattner · 15 years ago
  12. 9f636de document isvolatile etc. by Chris Lattner · 15 years ago
  13. e88909b Update langref for memcpy, memmove, and memset by Mon P Wang · 15 years ago
  14. cf9a415 Have the inst emitter add the !srcloc mdnode to the machine instr. by Chris Lattner · 15 years ago
  15. 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
  16. 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
  17. f02e730 Document fp16 intrinsics by Anton Korobeynikov · 15 years ago
  18. 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
  19. dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 15 years ago
  20. e1d50cd Add metadata example. by Devang Patel · 15 years ago
  21. 0724fbd attributes are not part of types anymore, patch by James Woodyatt! by Chris Lattner · 15 years ago
  22. fbbee8d PerformTailCallOpt was renamed to GuaranteedTailCallOpt to by Dan Gohman · 15 years ago
  23. b55a1ee Fix spelling. by Dan Gohman · 15 years ago
  24. 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
  25. 2eddfef Fix a typo. by Dan Gohman · 15 years ago
  26. ff3ef32 Clarify the description of pointer types, and move the by Dan Gohman · 15 years ago
  27. fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 15 years ago
  28. 8939b0d by David Greene · 15 years ago
  29. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 16 years ago
  30. 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 16 years ago
  31. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 16 years ago
  32. e6a5ddd move "Metadata Nodes and Metadata Strings" section to the right place in the by Chris Lattner · 16 years ago
  33. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 16 years ago
  34. df7a680 mention that unwind isn't to be trusted, patch by Dustin Laurence by Chris Lattner · 16 years ago
  35. cd1fd25 Add top level section for named metadata. by Devang Patel · 16 years ago
  36. 7a088cf Improve unclear bits and inaccuracies in structure and insertvalue by Jeffrey Yasskin · 16 years ago
  37. 95fa80a Clarify the requirements for a "tail call" to actually be optimized into a by Jeffrey Yasskin · 16 years ago
  38. 873187c improve documentation for linkonce to be less confusing. by Chris Lattner · 16 years ago
  39. d003c5b Grammar thinko. by Eric Christopher · 16 years ago
  40. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 16 years ago
  41. 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 16 years ago
  42. 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 16 years ago
  43. 0e97e79 Update per Bill's comments. Work in progress. by Eric Christopher · 16 years ago
  44. 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 16 years ago
  45. d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 16 years ago
  46. 65687f7 These code generator limitations have been removed. by Duncan Sands · 16 years ago
  47. 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 16 years ago
  48. 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 16 years ago
  49. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 16 years ago
  50. 21c346e Add missing end-tag. by Bill Wendling · 16 years ago
  51. f82d40a Some formatting changes. by Bill Wendling · 16 years ago
  52. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
  53. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 16 years ago
  54. a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 16 years ago
  55. ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 16 years ago
  56. 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 16 years ago
  57. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  58. 569d9d9 typo by Chris Lattner · 16 years ago
  59. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 16 years ago
  60. 3fd77ce improvements from gabor. by Chris Lattner · 16 years ago
  61. f9d078e fix things pointed out by Dan! by Chris Lattner · 16 years ago
  62. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 16 years ago
  63. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 16 years ago
  64. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  65. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 16 years ago
  66. 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 16 years ago
  67. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  68. 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 16 years ago
  69. 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 16 years ago
  70. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 16 years ago
  71. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  72. 5a2d875 fix broken anchors. by Chris Lattner · 16 years ago
  73. c261df9 Remove the "metadata*" type and simplify the code it complicated. This was only by Nick Lewycky · 16 years ago
  74. 5138694 Remove dead code from this function and optimize. Update its corresponding by Nick Lewycky · 16 years ago
  75. ec38da4 Move the integer type out of 'derived' and into 'primitive'. This permits us by Nick Lewycky · 16 years ago
  76. 9f8380b Revise C library functions description to be vaguer, per Chris. by Dale Johannesen · 16 years ago
  77. 07de8d1 Clarify that llvm attaches C language semantics to by Dale Johannesen · 16 years ago
  78. c608cb1 more typos by Chris Lattner · 16 years ago
  79. 8e371aa another typo by Chris Lattner · 16 years ago
  80. 349eb41 fix a couple typos pointed out by edwin and duncan by Chris Lattner · 16 years ago
  81. 6e9057b add some more notes. by Chris Lattner · 16 years ago
  82. 48a109c describe undef semantics in some more detail. by Chris Lattner · 16 years ago
  83. fdfca79 Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. by Dan Gohman · 16 years ago
  84. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 16 years ago
  85. e1eaf91 improve documentation for linker_private linkage. by Chris Lattner · 16 years ago
  86. b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 16 years ago
  87. cd81f5d common globals may also not be marked constant. by Chris Lattner · 16 years ago
  88. 26d054d Clarify common linkage and the requirements on it. Enforce by Chris Lattner · 16 years ago
  89. 0a28d18 Add one-past-the-end language to the inbounds keyword. by Dan Gohman · 16 years ago
  90. c8eef44 some wording changes. by Chris Lattner · 16 years ago
  91. 55e459a Fix a few typos and add links. by Andreas Bolka · 16 years ago
  92. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
  93. 99a8205 Fix typo. by Andreas Bolka · 16 years ago
  94. 556ca27 Following discussion on llvm-dev ("proposed new rule for getelementptr"), by Dan Gohman · 16 years ago
  95. 4df605b Update to new syntax. by Dan Gohman · 16 years ago
  96. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 16 years ago
  97. 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 16 years ago
  98. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 16 years ago
  99. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
  100. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 16 years ago