1. 0656e25 Reformat the quote and tag the math stuff with <tt> tags. by Bill Wendling · 13 years ago
  2. 9ae7563 Cleanup the formatting. by Bill Wendling · 13 years ago
  3. 5c3a9f7 Fix some misplaced punctuation. by Bill Wendling · 13 years ago
  4. 4b2e07a docs/*.html: Fix markups. by NAKAMURA Takumi · 13 years ago
  5. 1c929be Close <div> that was indenting the rest of the page. by Nick Lewycky · 13 years ago
  6. 999f90b Add a pinned metadata name for fpaccuracy, and document it by Peter Collingbourne · 13 years ago
  7. 249d953 Document tbaa metadata in LangRef (documentation largely based on by Peter Collingbourne · 13 years ago
  8. 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 13 years ago
  9. 87d5cb8 Fixed typo. by Lang Hames · 13 years ago
  10. e4617b0 target data is a contract with the code generator, not the "processor" by Chris Lattner · 13 years ago
  11. 6509f50 improve some of the documentation around target data layout strings. by Chris Lattner · 13 years ago
  12. 5f119a6 Fixed docs to reflect the proper default value and behaviour of the natural stack alignment. by Lang Hames · 13 years ago
  13. f7f0610 Use the proper name for "externally visible" linkage -- 'external'. This is the by Bill Wendling · 13 years ago
  14. bb5b3f3 Add a natural stack alignment field to TargetData, and prevent InstCombine from by Lang Hames · 13 years ago
  15. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  16. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 13 years ago
  17. 4a544a7 Split the init.trampoline intrinsic, which currently combines GCC's by Duncan Sands · 13 years ago
  18. c264b2f Some minor updates to atomic acquire/release docs in LangRef. by Eli Friedman · 13 years ago
  19. 3395fe1 Fix an example in the documentation. Patch by Sanjoy Das! by Rafael Espindola · 13 years ago
  20. 234bccd Some minor wording updates and cross-linking for atomic docs. Explicitly note that we don't try to portably define what volatile in LLVM IR means. by Eli Friedman · 13 years ago
  21. e865c03 Fixed some punctuation. Sentences can be combined with semi-colons but not by John Criswell · 13 years ago
  22. 266246c Fix the getelementptr description so it is extremely clear that array indices passed to getelementptr are signed. by Eli Friedman · 13 years ago
  23. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 13 years ago
  24. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  25. aa175c3 fix one reference that slipped through, thanks Eli by Chris Lattner · 13 years ago
  26. 2c38d65 add new accessors to reflect new terminology in struct types. by Chris Lattner · 13 years ago
  27. b5bb29c docs: Update HTML markup(s). by NAKAMURA Takumi · 13 years ago
  28. 8fa281a Fix minor typo. by Eli Friedman · 13 years ago
  29. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 13 years ago
  30. bf13ee1 Clean up the grammar for the landingpad instruction. by Bill Wendling · 13 years ago
  31. 2905c32 Fix typo found by John. by Bill Wendling · 13 years ago
  32. e4ad50b Go back to the old definition. It's not clear that a 'resume' can be 'outlined' from the function with the landing pad for all platforms. by Bill Wendling · 13 years ago
  33. b7a0135 Explain how clauses are applied. by Bill Wendling · 13 years ago
  34. f78faf8 Add the documentation for the 'landingpad' instruction. Improve the 'invoke' by Bill Wendling · 13 years ago
  35. 6445ecb no need to count the terminators. by Chris Lattner · 13 years ago
  36. 101c81d Minor wording tweak for memory model. by Eli Friedman · 13 years ago
  37. af75f0c Fix some validation errors. by Bill Wendling · 13 years ago
  38. 0246bb7 Fix some validation errors. by Bill Wendling · 13 years ago
  39. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  40. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  41. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  42. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  43. 194229e Fix a typo. by Bill Wendling · 13 years ago
  44. b3aa471 Clean up the HTML here a bit. by Bill Wendling · 13 years ago
  45. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  46. fbff0ec Add uwtable to the langref. by Rafael Espindola · 13 years ago
  47. 628ed39 clarify that opaque is actually a struct type, PR10430 by Chris Lattner · 13 years ago
  48. 118973a Some LangRef tweaks, per Dan's comments. by Eli Friedman · 13 years ago
  49. 5b60e1b Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x memory model and atomics. See thread on llvmdev titled "Reviving the new LLVM concurrency model". by Eli Friedman · 13 years ago
  50. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  51. abc43e6 Use add instead of accumulate. by Cameron Zwarich · 13 years ago
  52. 3339084 Add an intrinsic and codegen support for fused multiply-accumulate. The intent by Cameron Zwarich · 13 years ago
  53. f1ac465 Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of integers, and fix the one optimization pass that I'm aware of that needs updating for this. At least one current target, ARM NEON, can implement these operations on vectors directly. by Owen Anderson · 13 years ago
  54. 0b0669a Add missing operand. rdar://9694169 by Evan Cheng · 13 years ago
  55. 129bd56 Document nonlazybind. by Dan Gohman · 13 years ago
  56. 9a76733 Add one more argument to the prefetch intrinsic to indicate whether it's a data by Bruno Cardoso Lopes · 13 years ago
  57. 08b280b Fix copy+pastos. by Dan Gohman · 13 years ago
  58. 4e9011c Document llvm.exp and llvm.pow. by Dan Gohman · 13 years ago
  59. 8645d1a insertvalue takes a variable number of arguments, document this, fixing PR9935. by Chris Lattner · 13 years ago
  60. 64f9fb1 Fix errors in this llvm ir example. by Nick Lewycky · 13 years ago
  61. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 14 years ago
  62. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 14 years ago
  63. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  64. ca4cac4 Fix a hole in the definition of "dependence" used by trap values. Trap by Dan Gohman · 14 years ago
  65. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  66. 5bb3ece Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 by Nick Lewycky · 14 years ago
  67. 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
  68. ebe8173 The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte by Cameron Zwarich · 14 years ago
  69. dea3a5e Clarify that the result of an srem is only guaranteed to have the same sign as the by Duncan Sands · 14 years ago
  70. 9ff5de9 Small cleanup. by Bill Wendling · 14 years ago
  71. 8c20ec5 Enable support for vector sext and trunc: by Nadav Rotem · 14 years ago
  72. ed9b934 Fix 9267; Add vector zext support. by Nadav Rotem · 14 years ago
  73. 66298c1 fix typo by Chris Lattner · 14 years ago
  74. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  75. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  76. db9cd76 Most browsers eliminate whitespace between anchor tags. Force whitespace with by Nick Lewycky · 14 years ago
  77. a5eaa86 Add a clarification about merging constants with and without unnamed_addr. by Rafael Espindola · 14 years ago
  78. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  79. 0538729 Integers are primitive types. Update the documentation to state this by Tobias Grosser · 14 years ago
  80. 1324289 Clarify some of the differences between indexing with getelementptr and indexing with insertvalue/extractvalue. by Frits van Bommel · 14 years ago
  81. 29b6cb4 Make @llvm.invariant.start not be readonly, so that it has side-effects. This by Nick Lewycky · 14 years ago
  82. a6fd81d a byval argument without an align can have an arbitrary alignment by Chris Lattner · 14 years ago
  83. ce1b9ad With the newly simplified SourceMgr interfaces and the generalized by Chris Lattner · 14 years ago
  84. 1b383ba Random cleanups and format changes. by Bill Wendling · 14 years ago
  85. 0076d20 Make the description of the hotpatch attribute even more generic. Spotted by by Charles Davis · 14 years ago
  86. 6f12e29 Make hotpatch attribute description a little less Wintel-specific. by Charles Davis · 14 years ago
  87. 970bfcc Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
  88. 7d2e7be clarify that zero sized vectors are illegal, PR8340 by Chris Lattner · 14 years ago
  89. 473a8c8 Fix pasto. by Dale Johannesen · 14 years ago
  90. 21fe99b Add some doc for the x86mmx type. by Dale Johannesen · 14 years ago
  91. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  92. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  93. dc65f22 fix a broken link by Chris Lattner · 14 years ago
  94. 63e4ccb add some &nbsp;'s to a pre to avoid newlines being eaten by Chris Lattner · 14 years ago
  95. cdcbbfc Grammar cop pullover: Corrected and improved some grammar in the description of by John Criswell · 14 years ago
  96. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  97. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  98. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  99. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  100. 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago