1. 859c645 Update the LangRef documentation: the codegen does support this instruction. by Nadav Rotem · 13 years ago
  2. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  3. 20536b5 Vectors are not aggregate types (see isAggregateType). by Duncan Sands · 13 years ago
  4. a349539 Use the example from clang, not the GCC frontend, which doesn't exist anymore. by Bill Wendling · 13 years ago
  5. 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
  6. 262396b Random cleanups. No description changes. by Bill Wendling · 13 years ago
  7. 85f5a1a Typo. by Chad Rosier · 13 years ago
  8. e1a2984 Fix a subtle semantic issue with poison values that came up in by Dan Gohman · 13 years ago
  9. 5cdc51e Line up the comments in a code example. by Dan Gohman · 13 years ago
  10. bfb056d Rename "Trap Values" to "Poison Values", to better reflect their by Dan Gohman · 13 years ago
  11. 9bd5d04 Move 'returns_twice' definition into alphabetical place. by Bill Wendling · 13 years ago
  12. 1608769 by Nadav Rotem · 13 years ago
  13. 8e1b12a Fix table of contents. by Jakub Staszak · 13 years ago
  14. b170e2d Add 'llvm.expect' intrinsic description. by Jakub Staszak · 13 years ago
  15. aee0f45 More cleanups. No content change. by Bill Wendling · 13 years ago
  16. f6cc4c2 Minor cleanup. No content change. by Bill Wendling · 13 years ago
  17. fbe910e remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile". by Chris Lattner · 13 years ago
  18. 0656e25 Reformat the quote and tag the math stuff with <tt> tags. by Bill Wendling · 13 years ago
  19. 9ae7563 Cleanup the formatting. by Bill Wendling · 13 years ago
  20. 5c3a9f7 Fix some misplaced punctuation. by Bill Wendling · 13 years ago
  21. 4b2e07a docs/*.html: Fix markups. by NAKAMURA Takumi · 13 years ago
  22. 1c929be Close <div> that was indenting the rest of the page. by Nick Lewycky · 13 years ago
  23. 999f90b Add a pinned metadata name for fpaccuracy, and document it by Peter Collingbourne · 13 years ago
  24. 249d953 Document tbaa metadata in LangRef (documentation largely based on by Peter Collingbourne · 13 years ago
  25. 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 13 years ago
  26. 87d5cb8 Fixed typo. by Lang Hames · 13 years ago
  27. e4617b0 target data is a contract with the code generator, not the "processor" by Chris Lattner · 13 years ago
  28. 6509f50 improve some of the documentation around target data layout strings. by Chris Lattner · 13 years ago
  29. 5f119a6 Fixed docs to reflect the proper default value and behaviour of the natural stack alignment. by Lang Hames · 13 years ago
  30. f7f0610 Use the proper name for "externally visible" linkage -- 'external'. This is the by Bill Wendling · 13 years ago
  31. bb5b3f3 Add a natural stack alignment field to TargetData, and prevent InstCombine from by Lang Hames · 13 years ago
  32. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  33. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 13 years ago
  34. 4a544a7 Split the init.trampoline intrinsic, which currently combines GCC's by Duncan Sands · 13 years ago
  35. c264b2f Some minor updates to atomic acquire/release docs in LangRef. by Eli Friedman · 13 years ago
  36. 3395fe1 Fix an example in the documentation. Patch by Sanjoy Das! by Rafael Espindola · 13 years ago
  37. 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
  38. e865c03 Fixed some punctuation. Sentences can be combined with semi-colons but not by John Criswell · 13 years ago
  39. 266246c Fix the getelementptr description so it is extremely clear that array indices passed to getelementptr are signed. by Eli Friedman · 13 years ago
  40. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 13 years ago
  41. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  42. aa175c3 fix one reference that slipped through, thanks Eli by Chris Lattner · 13 years ago
  43. 2c38d65 add new accessors to reflect new terminology in struct types. by Chris Lattner · 13 years ago
  44. b5bb29c docs: Update HTML markup(s). by NAKAMURA Takumi · 13 years ago
  45. 8fa281a Fix minor typo. by Eli Friedman · 13 years ago
  46. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 13 years ago
  47. bf13ee1 Clean up the grammar for the landingpad instruction. by Bill Wendling · 13 years ago
  48. 2905c32 Fix typo found by John. by Bill Wendling · 13 years ago
  49. 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
  50. b7a0135 Explain how clauses are applied. by Bill Wendling · 13 years ago
  51. f78faf8 Add the documentation for the 'landingpad' instruction. Improve the 'invoke' by Bill Wendling · 13 years ago
  52. 6445ecb no need to count the terminators. by Chris Lattner · 13 years ago
  53. 101c81d Minor wording tweak for memory model. by Eli Friedman · 13 years ago
  54. af75f0c Fix some validation errors. by Bill Wendling · 13 years ago
  55. 0246bb7 Fix some validation errors. by Bill Wendling · 13 years ago
  56. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  57. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  58. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  59. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  60. 194229e Fix a typo. by Bill Wendling · 13 years ago
  61. b3aa471 Clean up the HTML here a bit. by Bill Wendling · 13 years ago
  62. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  63. fbff0ec Add uwtable to the langref. by Rafael Espindola · 13 years ago
  64. 628ed39 clarify that opaque is actually a struct type, PR10430 by Chris Lattner · 13 years ago
  65. 118973a Some LangRef tweaks, per Dan's comments. by Eli Friedman · 13 years ago
  66. 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
  67. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  68. abc43e6 Use add instead of accumulate. by Cameron Zwarich · 13 years ago
  69. 3339084 Add an intrinsic and codegen support for fused multiply-accumulate. The intent by Cameron Zwarich · 13 years ago
  70. 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
  71. 0b0669a Add missing operand. rdar://9694169 by Evan Cheng · 13 years ago
  72. 129bd56 Document nonlazybind. by Dan Gohman · 13 years ago
  73. 9a76733 Add one more argument to the prefetch intrinsic to indicate whether it's a data by Bruno Cardoso Lopes · 13 years ago
  74. 08b280b Fix copy+pastos. by Dan Gohman · 13 years ago
  75. 4e9011c Document llvm.exp and llvm.pow. by Dan Gohman · 13 years ago
  76. 8645d1a insertvalue takes a variable number of arguments, document this, fixing PR9935. by Chris Lattner · 13 years ago
  77. 64f9fb1 Fix errors in this llvm ir example. by Nick Lewycky · 13 years ago
  78. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  79. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  80. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  81. ca4cac4 Fix a hole in the definition of "dependence" used by trap values. Trap by Dan Gohman · 13 years ago
  82. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago
  83. 5bb3ece Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 by Nick Lewycky · 13 years ago
  84. 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
  85. 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
  86. dea3a5e Clarify that the result of an srem is only guaranteed to have the same sign as the by Duncan Sands · 14 years ago
  87. 9ff5de9 Small cleanup. by Bill Wendling · 14 years ago
  88. 8c20ec5 Enable support for vector sext and trunc: by Nadav Rotem · 14 years ago
  89. ed9b934 Fix 9267; Add vector zext support. by Nadav Rotem · 14 years ago
  90. 66298c1 fix typo by Chris Lattner · 14 years ago
  91. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  92. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  93. db9cd76 Most browsers eliminate whitespace between anchor tags. Force whitespace with by Nick Lewycky · 14 years ago
  94. a5eaa86 Add a clarification about merging constants with and without unnamed_addr. by Rafael Espindola · 14 years ago
  95. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  96. 0538729 Integers are primitive types. Update the documentation to state this by Tobias Grosser · 14 years ago
  97. 1324289 Clarify some of the differences between indexing with getelementptr and indexing with insertvalue/extractvalue. by Frits van Bommel · 14 years ago
  98. 29b6cb4 Make @llvm.invariant.start not be readonly, so that it has side-effects. This by Nick Lewycky · 14 years ago
  99. a6fd81d a byval argument without an align can have an arbitrary alignment by Chris Lattner · 14 years ago
  100. ce1b9ad With the newly simplified SourceMgr interfaces and the generalized by Chris Lattner · 14 years ago