1. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  2. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  3. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  4. 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago
  5. 191d4ee Closing tags start with slashes. by John McCall · 14 years ago
  6. 211244a minor typo by Chris Lattner · 14 years ago
  7. 76ec37a Alphabetize the list of function parameters. by Nick Lewycky · 14 years ago
  8. ff70fe4 Note the relationship between C99 restrict and LLVM noalias, and by Dan Gohman · 14 years ago
  9. efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 14 years ago
  10. ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 14 years ago
  11. 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 14 years ago
  12. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  13. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  14. 7645f14 Improve explanation. by Bill Wendling · 14 years ago
  15. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  16. c22c0f3 Minor clarification. by Dan Gohman · 14 years ago
  17. 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
  18. 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
  19. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  20. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  21. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago
  22. 31f1af1 Fix a missing quote. by Dan Gohman · 14 years ago
  23. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/LangRef.html]
  24. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/LangRef.html]
  25. b7d0688 Fix some ..'s by Chris Lattner · 15 years ago
  26. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  27. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  28. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  29. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  30. 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
  31. e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago
  32. 34b3d99 Rewrite the section on trap values to contain a generic description by Dan Gohman · 15 years ago
  33. 1c70c00 Fix spelling errors. by Dan Gohman · 15 years ago
  34. 2d4b8ee further clarify alignment of globals, fix instcombine by Chris Lattner · 15 years ago
  35. ce99fa9 improve the global variable alignment description. by Chris Lattner · 15 years ago
  36. ae11c3f Integrate Jeffery Yasskin's suggestions with respect to by Dan Gohman · 15 years ago
  37. 93e066d Consolidate the description of volatile operations, now that some of the by Jeffrey Yasskin · 15 years ago
  38. c30f6e1 Branching or switching on trap transfers imminent undefined behavior by Dan Gohman · 15 years ago
  39. c68ce06 Fix HTML errors that Jeffery Yasskin noticed. by Dan Gohman · 15 years ago
  40. 698cbcb PHI nodes also do not necessarily return trap with a trap operand. by Dan Gohman · 15 years ago
  41. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  42. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  43. 83821c8 Pointed out by housel on #llvm. by Duncan Sands · 15 years ago
  44. ff35c3f typo by Chris Lattner · 15 years ago
  45. 9f636de document isvolatile etc. by Chris Lattner · 15 years ago
  46. e88909b Update langref for memcpy, memmove, and memset by Mon P Wang · 15 years ago
  47. cf9a415 Have the inst emitter add the !srcloc mdnode to the machine instr. by Chris Lattner · 15 years ago
  48. 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
  49. 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
  50. f02e730 Document fp16 intrinsics by Anton Korobeynikov · 15 years ago
  51. 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
  52. dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 15 years ago
  53. e1d50cd Add metadata example. by Devang Patel · 15 years ago
  54. 0724fbd attributes are not part of types anymore, patch by James Woodyatt! by Chris Lattner · 15 years ago
  55. fbbee8d PerformTailCallOpt was renamed to GuaranteedTailCallOpt to by Dan Gohman · 15 years ago
  56. b55a1ee Fix spelling. by Dan Gohman · 15 years ago
  57. 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
  58. 2eddfef Fix a typo. by Dan Gohman · 15 years ago
  59. ff3ef32 Clarify the description of pointer types, and move the by Dan Gohman · 15 years ago
  60. fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 15 years ago
  61. 8939b0d by David Greene · 15 years ago
  62. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
  63. 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 15 years ago
  64. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  65. e6a5ddd move "Metadata Nodes and Metadata Strings" section to the right place in the by Chris Lattner · 15 years ago
  66. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  67. df7a680 mention that unwind isn't to be trusted, patch by Dustin Laurence by Chris Lattner · 15 years ago
  68. cd1fd25 Add top level section for named metadata. by Devang Patel · 15 years ago
  69. 7a088cf Improve unclear bits and inaccuracies in structure and insertvalue by Jeffrey Yasskin · 15 years ago
  70. 95fa80a Clarify the requirements for a "tail call" to actually be optimized into a by Jeffrey Yasskin · 15 years ago
  71. 873187c improve documentation for linkonce to be less confusing. by Chris Lattner · 15 years ago
  72. d003c5b Grammar thinko. by Eric Christopher · 15 years ago
  73. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
  74. 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 15 years ago
  75. 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 15 years ago
  76. 0e97e79 Update per Bill's comments. Work in progress. by Eric Christopher · 15 years ago
  77. 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 15 years ago
  78. d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 15 years ago
  79. 65687f7 These code generator limitations have been removed. by Duncan Sands · 15 years ago
  80. 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
  81. 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
  82. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
  83. 21c346e Add missing end-tag. by Bill Wendling · 15 years ago
  84. f82d40a Some formatting changes. by Bill Wendling · 15 years ago
  85. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 15 years ago
  86. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 15 years ago
  87. a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 15 years ago
  88. ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 15 years ago
  89. 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 15 years ago
  90. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  91. 569d9d9 typo by Chris Lattner · 15 years ago
  92. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
  93. 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
  94. f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
  95. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
  96. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
  97. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  98. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
  99. 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 15 years ago
  100. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago