1. c00c2ba Implement review feedback on trampoline documentation. by Duncan Sands · 18 years ago
  2. 2c45228 Describe the global/local naming convention. by Reid Spencer · 18 years ago
  3. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  4. 1539a1c fp2uint -> fptoui by Reid Spencer · 18 years ago
  5. 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 18 years ago
  6. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  7. 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 18 years ago
  8. 1cff408 Silly HTML by Reid Spencer · 18 years ago
  9. 2067764 Fix validation errors. by Reid Spencer · 18 years ago
  10. 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 18 years ago
  11. 9445e9a For PR1553: by Reid Spencer · 18 years ago
  12. d6257fe Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior, by Dan Gohman · 18 years ago
  13. 744ff41 remove obsolete note by Chris Lattner · 18 years ago
  14. 3e63a9d fix some bugs in the manual by Chris Lattner · 18 years ago
  15. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 18 years ago
  16. d2e8442 Update docs for llvm.var.annotation intrinsic. by Tanya Lattner · 18 years ago
  17. 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 18 years ago
  18. 6c0955b one final bugfix by Chris Lattner · 18 years ago
  19. a89e5f1 modernize example by Chris Lattner · 18 years ago
  20. 4a3c901 wording fix noticed by Ivan Novick by Chris Lattner · 18 years ago
  21. a18a424 update to match latest changes by Chris Lattner · 18 years ago
  22. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 18 years ago
  23. cabc846 more fixes to C code. by Chris Lattner · 18 years ago
  24. aac388b Fixed some formatting. by Bill Wendling · 18 years ago
  25. 2f7a8b0 Fix for PR1452. Removed "define" keyword from the C code. Added "<div by Bill Wendling · 18 years ago
  26. d1d2517 remove contradiction owen noticed by Chris Lattner · 18 years ago
  27. 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 18 years ago
  28. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 18 years ago
  29. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 18 years ago
  30. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago
  31. c6c98af Implement review feedback by Anton Korobeynikov · 18 years ago
  32. b627eab Minor corrections. by Jeff Cohen · 18 years ago
  33. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
  34. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
  35. cb75731 Undo erroneous corrections. by Jeff Cohen · 18 years ago
  36. 6f1cc77 Minor corrections. by Jeff Cohen · 18 years ago
  37. 2330e4d by Christopher Lamb · 18 years ago
  38. a456336 update documentation by Lauro Ramos Venancio · 18 years ago
  39. f0dbf64 Fix extra argument in part_set examples. Thanks Zhiru. by Reid Spencer · 18 years ago
  40. c891084 Fix validation errors. by Reid Spencer · 18 years ago
  41. 065cc7f Missing end tag. Thanks, Nick. by Reid Spencer · 18 years ago
  42. e31a27d Put period inside the paragraph! by Reid Spencer · 18 years ago
  43. f86037f Document the part_set intrinsic. by Reid Spencer · 18 years ago
  44. beacf66 Fix name of an intrinsic: bit.part_select -> part.select by Reid Spencer · 18 years ago
  45. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 18 years ago
  46. 771b675 Appease Chris' pedantic streak. by Reid Spencer · 18 years ago
  47. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 18 years ago
  48. 338ea09 bwsap -> bswap by Reid Spencer · 18 years ago
  49. 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 18 years ago
  50. a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 18 years ago
  51. 497d93e For PR1297: by Reid Spencer · 18 years ago
  52. 409e28f For PR1297: by Reid Spencer · 18 years ago
  53. 526cdf6 Remove reference to checkpoint. by Duncan Sands · 18 years ago
  54. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
  55. c10f0af Undocument the implementation keyword Docuemnt the checkpoint keyword by Reid Spencer · 18 years ago
  56. 64f5c6c Fix a link. by Reid Spencer · 18 years ago
  57. c9fdfc8 Correct the description of srem. remainder follows the dividend not the divisor! by Reid Spencer · 18 years ago
  58. 2dc5201 Add noreturn function attribute. by Reid Spencer · 18 years ago
  59. 6760612 Preview nounwind function attribute. by Reid Spencer · 18 years ago
  60. ec43a06 More LangRef fixes. Corrected names of intrinsics. by Anton Korobeynikov · 18 years ago
  61. 5d522f3 Fixed va_arg example. Reported by Roman Samoilov by Anton Korobeynikov · 18 years ago
  62. dd4ef1b Add link to exception handling. by Jim Laskey · 18 years ago
  63. de15194 Add a section on the target datalayout syntax and describe the defaults by Reid Spencer · 18 years ago
  64. 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 19 years ago
  65. 8e11bf8 Put the Shift instructions in the right section. by Reid Spencer · 19 years ago
  66. 569f2fa Preview of the shift instructions becoming Binary Operators. by Reid Spencer · 19 years ago
  67. 66a8c8c Grammar fix by Anton Korobeynikov · 19 years ago
  68. 34d6dea Document 'inreg' & 'sret' by Anton Korobeynikov · 19 years ago
  69. 8cea37b Updating documentation: by Anton Korobeynikov · 19 years ago
  70. 24d6da5 For PR970: by Reid Spencer · 19 years ago
  71. 03c056a icmp doesn't support comparison of packed types. by Reid Spencer · 19 years ago
  72. 7bf214d One more @ to remove. by Reid Spencer · 19 years ago
  73. 950e9f8 Update documentation for parameter attributes for the syntax change. by Reid Spencer · 19 years ago
  74. 3b19d65 Terminology change: drop 'integral' completely. Now we just have integer, by Chris Lattner · 19 years ago
  75. 4887bd8 clarify linkonce/weak linkage by Chris Lattner · 19 years ago
  76. 4580e52 Fix an incorrect conversion of int -> i32 by Reid Spencer · 19 years ago
  77. 68027ea add a global variable example by Chris Lattner · 19 years ago
  78. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  79. b592952 Fix a typo. by Reid Spencer · 19 years ago
  80. c78f337 Update for changes in the assembly syntax. bool is replaced with i1. by Reid Spencer · 19 years ago
  81. 19b569f Explain that bitcast can only cast a pointer to another pointer. by Reid Spencer · 19 years ago
  82. b75137d Fully specify the type of the llvm.va* intrinsics. This helps resolve Pr1093 by Chris Lattner · 19 years ago
  83. 30ade26 llvm.isunordered is no longer alive. by Chris Lattner · 19 years ago
  84. 5cf0fe4 Add an example to the trunc instruction to clarify trunc to bool. by Reid Spencer · 19 years ago
  85. ac8d276 Correct the documentation for function declarations. They can have dllimport by Reid Spencer · 19 years ago
  86. a517338 Clean up usage of "unsigned" and "signed" in the documentation to indicate by Reid Spencer · 19 years ago
  87. 350f8aa icmp and fcmp do not take packed type operands. by Reid Spencer · 19 years ago
  88. c28d2bc Remove documentation of non-existent cextcc and csretextcc calling by Reid Spencer · 19 years ago
  89. f17a0b7 One more try on the table formatting. by Reid Spencer · 19 years ago
  90. 92f8230 Clean up some typos and formatting. by Reid Spencer · 19 years ago
  91. ca86e16 For PR950: by Reid Spencer · 19 years ago
  92. 6f85b9d Preview of new calling conventions: cextcc and csretextcc to handle explicit by Reid Spencer · 19 years ago
  93. 75e1068 Packed Structure Definitions (docs) by Andrew Lenharth · 19 years ago
  94. 93a4985 Tie the ordered/unordered predicate descriptions to their meaning wrt by Reid Spencer · 19 years ago
  95. 85f5b5b We only support 32-bit or 64-bit sequential type indices for GEP. Document by Reid Spencer · 19 years ago
  96. 01c4259 Document the icmp and fcmp constant expressions. by Reid Spencer · 19 years ago
  97. 42ddd84 Update for signless GEP semantics. by Reid Spencer · 19 years ago
  98. 722a0ca remove dead tag by Chris Lattner · 19 years ago
  99. b7f2628 Corrections from review. by Reid Spencer · 19 years ago
  100. 36d68e4 Update a reference to the old setcc instruction. by Reid Spencer · 19 years ago