1. f86037f Document the part_set intrinsic. by Reid Spencer · 18 years ago
  2. 72f92f0 Add Scott's note about GCC 4.1.2 on OpenSUSE. by Reid Spencer · 18 years ago
  3. beacf66 Fix name of an intrinsic: bit.part_select -> part.select by Reid Spencer · 18 years ago
  4. 6db928a Rephrase linker explanation. by Duncan Sands · 18 years ago
  5. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 18 years ago
  6. 771b675 Appease Chris' pedantic streak. by Reid Spencer · 18 years ago
  7. 62ea8b6 Fix links to intrinsic functions outside LangRef.html by Reid Spencer · 18 years ago
  8. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 18 years ago
  9. 0cf1028 Update example notes to clarify system linker's role. by Devang Patel · 18 years ago
  10. 338ea09 bwsap -> bswap by Reid Spencer · 18 years ago
  11. 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 18 years ago
  12. 77c2af6 gcc 3.4.4 is known-bad on x86-64 by Chris Lattner · 18 years ago
  13. a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 18 years ago
  14. 497d93e For PR1297: by Reid Spencer · 18 years ago
  15. 409e28f For PR1297: by Reid Spencer · 18 years ago
  16. c8d0636 Mention how to create overloaded intrinsics. by Reid Spencer · 18 years ago
  17. 7280ef7 This is working again. by Jeff Cohen · 18 years ago
  18. 526cdf6 Remove reference to checkpoint. by Duncan Sands · 18 years ago
  19. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
  20. 3c8dfcd Update to current situation. by Jeff Cohen · 18 years ago
  21. 9bb3dbb Stop using the foo HTML tag :) by Chris Lattner · 18 years ago
  22. c10f0af Undocument the implementation keyword Docuemnt the checkpoint keyword by Reid Spencer · 18 years ago
  23. b747fd2 Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. by Tanya Lattner · 18 years ago
  24. 0b57a76 For PR1276: by Reid Spencer · 18 years ago
  25. af4af3a For PR601: Add a little flesh to the document skeleton. by Reid Spencer · 18 years ago
  26. d9aac12 For PR601: Initial skeleton for pass documentation. by Reid Spencer · 18 years ago
  27. 64f5c6c Fix a link. by Reid Spencer · 18 years ago
  28. c9fdfc8 Correct the description of srem. remainder follows the dividend not the divisor! by Reid Spencer · 18 years ago
  29. 2dc5201 Add noreturn function attribute. by Reid Spencer · 18 years ago
  30. 6760612 Preview nounwind function attribute. by Reid Spencer · 18 years ago
  31. ec43a06 More LangRef fixes. Corrected names of intrinsics. by Anton Korobeynikov · 18 years ago
  32. 5d522f3 Fixed va_arg example. Reported by Roman Samoilov by Anton Korobeynikov · 18 years ago
  33. 2e8f27d Document LoopPass. by Devang Patel · 18 years ago
  34. c760a92 Change e-mail address. by Jim Laskey · 18 years ago
  35. dd4ef1b Add link to exception handling. by Jim Laskey · 18 years ago
  36. d201f4e Adding credit for PPC changes. by Jim Laskey · 18 years ago
  37. d0d39b6 First draft of exception handling doc. by Jim Laskey · 18 years ago
  38. 82ad9f1 llvm-gcc 3.4 is dead. by Chris Lattner · 18 years ago
  39. 12cabda Get the version number for the LLVM from the autoconf/configure.ac file by Reid Spencer · 18 years ago
  40. d2dceea grammaro by Chris Lattner · 18 years ago
  41. 4474d87 Fix a typo. by Reid Spencer · 18 years ago
  42. 97b4ee3 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 18 years ago
  43. 7fc0832 Describe how arbitrary precision integers are written to the bytecode. by Reid Spencer · 18 years ago
  44. c25904f add -enable-eh by Chris Lattner · 18 years ago
  45. 1a5ed97 update this for llvm-gcc4 by Chris Lattner · 18 years ago
  46. fa8a0e5 Added some more information on how to use "delta" to reduce testcases. by Bill Wendling · 18 years ago
  47. d5e2d40 clarify. by Chris Lattner · 18 years ago
  48. 7d8012b clarify llvm-gcc GPL issue by Chris Lattner · 18 years ago
  49. de15194 Add a section on the target datalayout syntax and describe the defaults by Reid Spencer · 18 years ago
  50. d932aab Corrected typo. by Bill Wendling · 18 years ago
  51. cb069bb Some minor tweaks and grammar cleanup. by Reid Spencer · 18 years ago
  52. 64113a5 fix validation by Chris Lattner · 18 years ago
  53. 0cca50c more wording changes and some minor additions by Chris Lattner · 18 years ago
  54. 2ae49dd add the definite article by Chris Lattner · 18 years ago
  55. 793aa38 rename section to Copyright, License, and Patents by Chris Lattner · 18 years ago
  56. d0742ce wording changes by Chris Lattner · 18 years ago
  57. b87fb2a add strong words about patents by Chris Lattner · 18 years ago
  58. 1ff20cd incremental changes to own section, protosection on patents by Chris Lattner · 18 years ago
  59. 8bb16ff fix TOC, clarify bullet in incremental dev by Chris Lattner · 18 years ago
  60. 1653fec refactor the top-level 'patches' section into a subsection of General Policies. by Chris Lattner · 18 years ago
  61. 1acdc95 minor changes by Chris Lattner · 18 years ago
  62. 39582bd remove terminology section (this is not a legal document) by Chris Lattner · 18 years ago
  63. c7d954e Transmogrify 'Starting New Work' into 'Making a Major Change', add by Chris Lattner · 18 years ago
  64. 450f40a A bunch of editting. I'm still not done with the 'patches' section. by Chris Lattner · 18 years ago
  65. 4f28a2f clarify the 'developed by' line by Chris Lattner · 18 years ago
  66. 439ba1f Remove broken links to gccas and gccld. by Reid Spencer · 18 years ago
  67. 263a98e update symtab section to reflect recent changes. by Chris Lattner · 18 years ago
  68. d6aeb4f For PR1195: Packed -> Vector. by Reid Spencer · 18 years ago
  69. 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 18 years ago
  70. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  71. 480cbb9 Fix validation errors. by Reid Spencer · 18 years ago
  72. 853418d Fix a typo. by Reid Spencer · 18 years ago
  73. 5b9a609 Add feedback from Vikram Adve. by Reid Spencer · 18 years ago
  74. e7bd7d6 Synchronize TOC headings with actual headings. by Reid Spencer · 18 years ago
  75. 0e59872 Fix the table of contents to match the document body. by Reid Spencer · 18 years ago
  76. 134400b Fix a grammaro. by Reid Spencer · 18 years ago
  77. 01f56be A few changes: by Reid Spencer · 18 years ago
  78. 8a9bd92 Drop a policy. by Reid Spencer · 18 years ago
  79. f1491da Some more minor tweaks. by Reid Spencer · 18 years ago
  80. c767f00 Fix word usage. by Reid Spencer · 18 years ago
  81. 25f9b9b Add a missing . by Reid Spencer · 18 years ago
  82. 3eedbd3 Incorporate Chris Lattner's second round of feedback. by Reid Spencer · 18 years ago
  83. 27a0472 fix validation bug by Chris Lattner · 18 years ago
  84. ad85ba4 now that llvm-gcc3 is gone, life is significantly simpler and less scary by Chris Lattner · 18 years ago
  85. 31d0419 remove an obsolete question by Chris Lattner · 18 years ago
  86. f76e7bb remove obsolete warning by Chris Lattner · 18 years ago
  87. bcb38cf There is no circular dependency between llvm and llvm-gcc anymore. stop by Chris Lattner · 18 years ago
  88. 78bade2 Incorporate Chris' first round of comments. by Reid Spencer · 18 years ago
  89. 4060296 Add missing closing parenthesis. by Reid Spencer · 18 years ago
  90. bed9253 Fix tow grammaros that Bill Wendling noticed. by Reid Spencer · 18 years ago
  91. 80483bb Clean up spelling mistakes. by Reid Spencer · 18 years ago
  92. 4e2fb7b Fix an HTML validation error. by Reid Spencer · 18 years ago
  93. bb15b1c Make the draft notice more prominent. by Reid Spencer · 18 years ago
  94. 26cf066 Add DeveloperPolicy.html by Reid Spencer · 18 years ago
  95. 8d0ac69 First draft of the LLVM Developer Policy. This document is a "first cut" by Reid Spencer · 18 years ago
  96. fa48e96 Remove references to the now deprecated gccas and gccld. by Reid Spencer · 18 years ago
  97. 022e34d Update for llvm-gcc v4.0 usage. by Reid Spencer · 18 years ago
  98. 5da59b1 fix a grammar ambiguity noticed by Duncan by Chris Lattner · 18 years ago
  99. b913a51 int -> i32, etc. by Reid Spencer · 18 years ago
  100. caaef9c Remove gccas.pod and references to gccas and gccld. by Reid Spencer · 18 years ago