1. 2333e29 Relax the restrictions on vector of pointer types, and vector getelementptr. by Duncan Sands · 12 years ago
  2. f578922 Loads and stores without an explicit alignment use the abi alignment not the by Duncan Sands · 12 years ago
  3. e700f06 Update the LangRef documentation for the per pointer address space support. by Micah Villmow · 12 years ago
  4. 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  5. ffcf6df The alignment of an sret parameter is known: it must be at least the by Duncan Sands · 12 years ago
  6. ee9f726 Say "bytes" instead of "address units", since that's what the by Dan Gohman · 12 years ago
  7. 273a92e Document the new !tbaa.struct metadata. by Dan Gohman · 12 years ago
  8. 581600b [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to by Chad Rosier · 12 years ago
  9. 3654734 [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  10. 4e2132e [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 12 years ago
  11. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 12 years ago
  12. 249d670 [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  13. 27db99f Add a floor intrinsic. by Dan Gohman · 12 years ago
  14. 7f7390e Fix two typos in the doc by Sylvestre Ledru · 12 years ago
  15. c8e41c5 Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  16. 0b5f1ac Apparently it's possible to do an 'invoke asm'. by Nuno Lopes · 12 years ago
  17. b0c76d7 add @llvm.donothing by Nuno Lopes · 12 years ago
  18. 168a4c3 Document the llvm.fabs intrinsic. by Peter Collingbourne · 12 years ago
  19. ce718ff Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 12 years ago
  20. f6fc855 revert r158660, since Chris has some issues with this patch (namely using code to reprent information only used by the compiler) by Nuno Lopes · 12 years ago
  21. fa74943 add the 'alloc' metadata node to represent the size of offset of buffers pointed to by pointers. by Nuno Lopes · 12 years ago
  22. b5a1bf4 Clarify a bit that the types have to be the same. Came up on IRC. by Duncan Sands · 12 years ago
  23. 5afba6f Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add by Lang Hames · 12 years ago
  24. a1b95f5 Fix typos noticed by Benjamin Kramer. by Rafael Espindola · 12 years ago
  25. c49b29e Require intervals in the range metadata to be in a canonical form: They must by Rafael Espindola · 12 years ago
  26. ef09705 typo fix by Chris Lattner · 12 years ago
  27. 8620890 rdar://11542750 - llvm.trap should be marked no return. by Chris Lattner · 12 years ago
  28. 057beb8 Add half support to LLVM (for OpenCL) by Tobias Grosser · 12 years ago
  29. 23e75da revert my previous patches that introduced an additional parameter to the objectsize intrinsic. by Nuno Lopes · 12 years ago
  30. 99534f3 Fixed grammar for the llvm.trap intrinsic description. by John Criswell · 12 years ago
  31. a6063c6 Rename @llvm.debugger to @llvm.debugtrap. by Dan Gohman · 12 years ago
  32. d4347e1 Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), by Dan Gohman · 12 years ago
  33. 3075954 change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept. by Nuno Lopes · 12 years ago
  34. adea497 [docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx. by Daniel Dunbar · 12 years ago
  35. 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 13 years ago
  36. 8883c43 Make it possible to indicate relaxed floating point requirements at the IR level by Duncan Sands · 13 years ago
  37. 5e5c5f8 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 13 years ago
  38. 1fd63df Express the number of ULPs in fpaccuracy metadata as a real rather than a by Duncan Sands · 13 years ago
  39. 92fc76c Clarify that fpaccuracy metadata is giving the compiler permission to use a by Duncan Sands · 13 years ago
  40. 9c55f59 llvm/docs/*.html: Fix markups. by NAKAMURA Takumi · 13 years ago
  41. 39dd328 First part of PR12251. Add documentation and verifier support for the range by Rafael Espindola · 13 years ago
  42. 75d05e6 This clause (although matching parts of the implementation) can't be correct. by Nick Lewycky · 13 years ago
  43. 4cc2be6 Update the "hello world" example to resemble what we currently output. by Bill Wendling · 13 years ago
  44. b3ef223 Add column width. by Bill Wendling · 13 years ago
  45. a0edecf Fix validation errors. by Bill Wendling · 13 years ago
  46. 84a1d23 Where the alloca'd space actually lives in ram is undefined, and attempting to by Nick Lewycky · 13 years ago
  47. f7b367c Give a description of the Objective-C garbage collection module flags. by Bill Wendling · 13 years ago
  48. b9d75a9 Document the new module flags. by Bill Wendling · 13 years ago
  49. f95acc6 Added description of invariant.load metadata to LangRef. It was added to the compiler in r144100 by Pete Cooper · 13 years ago
  50. 7b9e539 [unwind removal] Remove any mention of the 'unwind' instruction. What was that by Bill Wendling · 13 years ago
  51. 5a65864 Mention that the 'unwind' instruction is now deprecated. by Bill Wendling · 13 years ago
  52. 300a263 Fix broken link. by Nick Lewycky · 13 years ago
  53. 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 13 years ago
  54. 8d6796b Try to clarify a little how exception handling works. by Duncan Sands · 13 years ago
  55. bf5b13d Revert accidental commit. by Bill Wendling · 13 years ago
  56. 86b1a7d Fix the code that was WRONG. by Bill Wendling · 13 years ago
  57. 859c645 Update the LangRef documentation: the codegen does support this instruction. by Nadav Rotem · 13 years ago
  58. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  59. 20536b5 Vectors are not aggregate types (see isAggregateType). by Duncan Sands · 13 years ago
  60. a349539 Use the example from clang, not the GCC frontend, which doesn't exist anymore. by Bill Wendling · 13 years ago
  61. 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
  62. 262396b Random cleanups. No description changes. by Bill Wendling · 13 years ago
  63. 85f5a1a Typo. by Chad Rosier · 13 years ago
  64. e1a2984 Fix a subtle semantic issue with poison values that came up in by Dan Gohman · 13 years ago
  65. 5cdc51e Line up the comments in a code example. by Dan Gohman · 13 years ago
  66. bfb056d Rename "Trap Values" to "Poison Values", to better reflect their by Dan Gohman · 13 years ago
  67. 9bd5d04 Move 'returns_twice' definition into alphabetical place. by Bill Wendling · 13 years ago
  68. 1608769 by Nadav Rotem · 13 years ago
  69. 8e1b12a Fix table of contents. by Jakub Staszak · 13 years ago
  70. b170e2d Add 'llvm.expect' intrinsic description. by Jakub Staszak · 13 years ago
  71. aee0f45 More cleanups. No content change. by Bill Wendling · 13 years ago
  72. f6cc4c2 Minor cleanup. No content change. by Bill Wendling · 13 years ago
  73. 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
  74. 0656e25 Reformat the quote and tag the math stuff with <tt> tags. by Bill Wendling · 13 years ago
  75. 9ae7563 Cleanup the formatting. by Bill Wendling · 13 years ago
  76. 5c3a9f7 Fix some misplaced punctuation. by Bill Wendling · 13 years ago
  77. 4b2e07a docs/*.html: Fix markups. by NAKAMURA Takumi · 13 years ago
  78. 1c929be Close <div> that was indenting the rest of the page. by Nick Lewycky · 13 years ago
  79. 999f90b Add a pinned metadata name for fpaccuracy, and document it by Peter Collingbourne · 13 years ago
  80. 249d953 Document tbaa metadata in LangRef (documentation largely based on by Peter Collingbourne · 13 years ago
  81. 5289142 Remove dead atomic intrinsics from LangRef. by Eli Friedman · 13 years ago
  82. 87d5cb8 Fixed typo. by Lang Hames · 13 years ago
  83. e4617b0 target data is a contract with the code generator, not the "processor" by Chris Lattner · 13 years ago
  84. 6509f50 improve some of the documentation around target data layout strings. by Chris Lattner · 13 years ago
  85. 5f119a6 Fixed docs to reflect the proper default value and behaviour of the natural stack alignment. by Lang Hames · 13 years ago
  86. f7f0610 Use the proper name for "externally visible" linkage -- 'external'. This is the by Bill Wendling · 13 years ago
  87. bb5b3f3 Add a natural stack alignment field to TargetData, and prevent InstCombine from by Lang Hames · 13 years ago
  88. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  89. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 13 years ago
  90. 4a544a7 Split the init.trampoline intrinsic, which currently combines GCC's by Duncan Sands · 13 years ago
  91. c264b2f Some minor updates to atomic acquire/release docs in LangRef. by Eli Friedman · 13 years ago
  92. 3395fe1 Fix an example in the documentation. Patch by Sanjoy Das! by Rafael Espindola · 13 years ago
  93. 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
  94. e865c03 Fixed some punctuation. Sentences can be combined with semi-colons but not by John Criswell · 13 years ago
  95. 266246c Fix the getelementptr description so it is extremely clear that array indices passed to getelementptr are signed. by Eli Friedman · 13 years ago
  96. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 13 years ago
  97. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  98. aa175c3 fix one reference that slipped through, thanks Eli by Chris Lattner · 13 years ago
  99. 2c38d65 add new accessors to reflect new terminology in struct types. by Chris Lattner · 13 years ago
  100. b5bb29c docs: Update HTML markup(s). by NAKAMURA Takumi · 13 years ago