1. 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 17 years ago
  2. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
  3. 26e5a30 Fix example code. by Devang Patel · 17 years ago
  4. b4d2cac test commit by Chris Lattner · 17 years ago
  5. d4fb793 Fix some validation errors. by Bill Wendling · 17 years ago
  6. 462fc8a Converted to "svn" and reformatted. by Bill Wendling · 17 years ago
  7. 0dafa8d Small change. by Bill Wendling · 17 years ago
  8. ccef69d Point to the correct SVN repository. by Bill Wendling · 17 years ago
  9. 6813c15 No longer referencing "shared memory" as this can confuse people. The memory is by Chandler Carruth · 17 years ago
  10. 1cff408 Silly HTML by Reid Spencer · 17 years ago
  11. 2067764 Fix validation errors. by Reid Spencer · 17 years ago
  12. 2eb93b3 This introduces the atomic operation intrinsics into the documentation. This is by Chandler Carruth · 17 years ago
  13. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  14. 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 17 years ago
  15. d6257fe Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior, by Dan Gohman · 17 years ago
  16. 18bf0d0 Fix validation errors by Bill Wendling · 17 years ago
  17. 22e37c3 Clean up some formatting by Bill Wendling · 17 years ago
  18. 77f7469 Clean up some formatting. Add some doc_code div tags. by Bill Wendling · 17 years ago
  19. 744ff41 remove obsolete note by Chris Lattner · 17 years ago
  20. 3e63a9d fix some bugs in the manual by Chris Lattner · 17 years ago
  21. 3bd6e0d eliminated all references to 'bytecode' from .pod files by Gabor Greif · 17 years ago
  22. 669ed45 Subversionify the documentation. by Reid Spencer · 17 years ago
  23. 9be269c Bytecode -> Bitcode by Reid Spencer · 17 years ago
  24. 7d39854 Minor language change upgrader -> upgrade tool by Reid Spencer · 17 years ago
  25. c69f777 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 17 years ago
  26. 6e8b572 Links for commands are now generated into /cmds/ URL. by Reid Spencer · 17 years ago
  27. 6232c03 Fix some minor typos. by Reid Spencer · 17 years ago
  28. 35931ae Fix some typos. by Reid Spencer · 17 years ago
  29. c867dfb Fix a typo. by Reid Spencer · 17 years ago
  30. ec5cf81 Fix a typo. by Reid Spencer · 17 years ago
  31. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 17 years ago
  32. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 17 years ago
  33. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  34. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 17 years ago
  35. cf4c42c Get the version number right, finally. by Reid Spencer · 17 years ago
  36. cf26d7c Extend eh.selector to support both catches and filters. by Duncan Sands · 17 years ago
  37. 303d602 Make the GSG actually work. by Chris Lattner · 17 years ago
  38. 10c66c3 We really should not have this version number in SO many makefiles. This should also probably change to svn instead of cvs, but leaving it for now. by Tanya Lattner · 17 years ago
  39. d6e0dd1 note where to get steens-aa and ds-aa by Chris Lattner · 17 years ago
  40. 6fdb236 Terminate the document with the right end tags. by Reid Spencer · 17 years ago
  41. d724dc8 Remove labels again by Anton Korobeynikov · 17 years ago
  42. d933fa9 Change CVS-style 'labels' to SVN 'tags' directory. by Anton Korobeynikov · 17 years ago
  43. 96734d7 Another typo by Anton Korobeynikov · 17 years ago
  44. 98044e4 Fix a typo by Anton Korobeynikov · 17 years ago
  45. 9c29bfb Applied Reid's patch. Long live Subversion! by John Criswell · 17 years ago
  46. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  47. c5dfcdb Modify deleting global variable with an even easier way. by Tanya Lattner · 17 years ago
  48. 2397f8d Update AnalysisGroup documentation to document restriction that allows by Devang Patel · 17 years ago
  49. b011c66 Add blurb on deleting global variables. by Tanya Lattner · 17 years ago
  50. defb9fb don't use binutils 2.17 by Chris Lattner · 17 years ago
  51. d2e8442 Update docs for llvm.var.annotation intrinsic. by Tanya Lattner · 17 years ago
  52. 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 17 years ago
  53. 41783f0 Fix typos. by Duncan Sands · 17 years ago
  54. 6c0955b one final bugfix by Chris Lattner · 17 years ago
  55. a89e5f1 modernize example by Chris Lattner · 17 years ago
  56. 4a3c901 wording fix noticed by Ivan Novick by Chris Lattner · 17 years ago
  57. 18aad23 Correct typo. Should be "not allowed" by Tanya Lattner · 17 years ago
  58. a18a424 update to match latest changes by Chris Lattner · 17 years ago
  59. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  60. cabc846 more fixes to C code. by Chris Lattner · 17 years ago
  61. aac388b Fixed some formatting. by Bill Wendling · 17 years ago
  62. 174d578 Added "llvmc" to the FAQ. by Bill Wendling · 17 years ago
  63. d6a68eb Added "doc_class" div tags to code segments. by Bill Wendling · 17 years ago
  64. 2f7a8b0 Fix for PR1452. Removed "define" keyword from the C code. Added "<div by Bill Wendling · 17 years ago
  65. d1d2517 remove contradiction owen noticed by Chris Lattner · 17 years ago
  66. 57a460e final updates by Chris Lattner · 17 years ago
  67. 0f2c8fc Document boolOrDefault and its parser. by Dale Johannesen · 17 years ago
  68. 7a857dd NightlyTest.pl does not exist. by Tanya Lattner · 17 years ago
  69. 1dcadec Adding 2.0 release by Tanya Lattner · 17 years ago
  70. 32a8344 Fix typo. by Duncan Sands · 17 years ago
  71. 46ccdbf finished the first draft by Chris Lattner · 17 years ago
  72. 60893e5 crank out notes by Chris Lattner · 17 years ago
  73. 5502117 validation fix by Chris Lattner · 17 years ago
  74. b5c87f6 validation fixes by Chris Lattner · 17 years ago
  75. b4b0ce7 tweak by Chris Lattner · 17 years ago
  76. bcd10f1 validation fixes by Chris Lattner · 17 years ago
  77. d09c4ec llvm-gcc now supports almost all gcc extensions. The key missing one is by Chris Lattner · 17 years ago
  78. bfb17ab add a section about API changes. by Chris Lattner · 17 years ago
  79. bf8abe3 minor tweak by Chris Lattner · 17 years ago
  80. b6ec3a9 Merged in both release announcement guts. by Tanya Lattner · 17 years ago
  81. 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 17 years ago
  82. e4285dc Note on current implementation of ELF32/PPC ABI. by Nicolas Geoffray · 17 years ago
  83. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 17 years ago
  84. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 17 years ago
  85. f3e5bc6 Add a skeleton for future contents by Chris Lattner · 17 years ago
  86. 9273418 add a link by Chris Lattner · 17 years ago
  87. 69b3e40 add initial description of llvm top-level stuff. by Chris Lattner · 17 years ago
  88. 7300af5 finish the description of the bitstream format. by Chris Lattner · 17 years ago
  89. 58d0547 Fix a grammaro. by Reid Spencer · 17 years ago
  90. f1d64e9 fix typo by Chris Lattner · 17 years ago
  91. daeb63c continued description by Chris Lattner · 17 years ago
  92. 3a1716d add a bunch of content. by Chris Lattner · 17 years ago
  93. e9ef457 first step by Chris Lattner · 17 years ago
  94. be1b1b1 Add a known QEMU problem. by Lauro Ramos Venancio · 17 years ago
  95. 9ec8137 These attributes are supported! by Anton Korobeynikov · 17 years ago
  96. 36117ac gar. GCC 3.4.2 also miscompiles llvm at -O3. :( by Chris Lattner · 17 years ago
  97. 3213a3a another version of gcc that miscompiles llvm. by Chris Lattner · 17 years ago
  98. ab5063b Add two ARM known problems. by Lauro Ramos Venancio · 17 years ago
  99. 0d77e05 arm no longer experimental, c++ eh support is? by Chris Lattner · 17 years ago
  100. f01b0b5 add a meta-blurb about the 2.0 release by Chris Lattner · 17 years ago