1. 96734d7 Another typo by Anton Korobeynikov · 17 years ago
  2. 98044e4 Fix a typo by Anton Korobeynikov · 17 years ago
  3. 9c29bfb Applied Reid's patch. Long live Subversion! by John Criswell · 17 years ago
  4. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  5. c5dfcdb Modify deleting global variable with an even easier way. by Tanya Lattner · 17 years ago
  6. 2397f8d Update AnalysisGroup documentation to document restriction that allows by Devang Patel · 17 years ago
  7. b011c66 Add blurb on deleting global variables. by Tanya Lattner · 17 years ago
  8. defb9fb don't use binutils 2.17 by Chris Lattner · 17 years ago
  9. d2e8442 Update docs for llvm.var.annotation intrinsic. by Tanya Lattner · 17 years ago
  10. 6d806e9 Add local var annotation intrinsic. by Tanya Lattner · 17 years ago
  11. 41783f0 Fix typos. by Duncan Sands · 17 years ago
  12. 6c0955b one final bugfix by Chris Lattner · 17 years ago
  13. a89e5f1 modernize example by Chris Lattner · 17 years ago
  14. 4a3c901 wording fix noticed by Ivan Novick by Chris Lattner · 17 years ago
  15. 18aad23 Correct typo. Should be "not allowed" by Tanya Lattner · 17 years ago
  16. a18a424 update to match latest changes by Chris Lattner · 17 years ago
  17. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  18. cabc846 more fixes to C code. by Chris Lattner · 17 years ago
  19. aac388b Fixed some formatting. by Bill Wendling · 17 years ago
  20. 174d578 Added "llvmc" to the FAQ. by Bill Wendling · 17 years ago
  21. d6a68eb Added "doc_class" div tags to code segments. by Bill Wendling · 17 years ago
  22. 2f7a8b0 Fix for PR1452. Removed "define" keyword from the C code. Added "<div by Bill Wendling · 17 years ago
  23. d1d2517 remove contradiction owen noticed by Chris Lattner · 17 years ago
  24. 57a460e final updates by Chris Lattner · 17 years ago
  25. 0f2c8fc Document boolOrDefault and its parser. by Dale Johannesen · 17 years ago
  26. 7a857dd NightlyTest.pl does not exist. by Tanya Lattner · 17 years ago
  27. 1dcadec Adding 2.0 release by Tanya Lattner · 17 years ago
  28. 32a8344 Fix typo. by Duncan Sands · 17 years ago
  29. 46ccdbf finished the first draft by Chris Lattner · 17 years ago
  30. 60893e5 crank out notes by Chris Lattner · 17 years ago
  31. 5502117 validation fix by Chris Lattner · 17 years ago
  32. b5c87f6 validation fixes by Chris Lattner · 17 years ago
  33. b4b0ce7 tweak by Chris Lattner · 17 years ago
  34. bcd10f1 validation fixes by Chris Lattner · 17 years ago
  35. d09c4ec llvm-gcc now supports almost all gcc extensions. The key missing one is by Chris Lattner · 17 years ago
  36. bfb17ab add a section about API changes. by Chris Lattner · 17 years ago
  37. bf8abe3 minor tweak by Chris Lattner · 17 years ago
  38. b6ec3a9 Merged in both release announcement guts. by Tanya Lattner · 17 years ago
  39. 2b91631 Update for arbitrary precision integer types. by Reid Spencer · 17 years ago
  40. e4285dc Note on current implementation of ELF32/PPC ABI. by Nicolas Geoffray · 17 years ago
  41. c6749c4 The wrapping behavior of part_set is not desirable. Adjust the by Reid Spencer · 17 years ago
  42. d6a85b5 Revise definition of part_select. The wrapping behavior is not useful so by Reid Spencer · 17 years ago
  43. f3e5bc6 Add a skeleton for future contents by Chris Lattner · 17 years ago
  44. 9273418 add a link by Chris Lattner · 17 years ago
  45. 69b3e40 add initial description of llvm top-level stuff. by Chris Lattner · 17 years ago
  46. 7300af5 finish the description of the bitstream format. by Chris Lattner · 17 years ago
  47. 58d0547 Fix a grammaro. by Reid Spencer · 17 years ago
  48. f1d64e9 fix typo by Chris Lattner · 17 years ago
  49. daeb63c continued description by Chris Lattner · 17 years ago
  50. 3a1716d add a bunch of content. by Chris Lattner · 17 years ago
  51. e9ef457 first step by Chris Lattner · 17 years ago
  52. be1b1b1 Add a known QEMU problem. by Lauro Ramos Venancio · 17 years ago
  53. 9ec8137 These attributes are supported! by Anton Korobeynikov · 17 years ago
  54. 36117ac gar. GCC 3.4.2 also miscompiles llvm at -O3. :( by Chris Lattner · 17 years ago
  55. 3213a3a another version of gcc that miscompiles llvm. by Chris Lattner · 17 years ago
  56. ab5063b Add two ARM known problems. by Lauro Ramos Venancio · 17 years ago
  57. 0d77e05 arm no longer experimental, c++ eh support is? by Chris Lattner · 17 years ago
  58. f01b0b5 add a meta-blurb about the 2.0 release by Chris Lattner · 17 years ago
  59. caf0634 strip the llvm 1.9 info out of the release notes by Chris Lattner · 17 years ago
  60. c57ed8b remove dead option by Chris Lattner · 17 years ago
  61. c9bafda this is obsolete by Chris Lattner · 17 years ago
  62. de36ffd link to the bitcode doc by Chris Lattner · 17 years ago
  63. 1997473 Drop 'const' by Devang Patel · 17 years ago
  64. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  65. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  66. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  67. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  68. b627eab Minor corrections. by Jeff Cohen · 17 years ago
  69. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  70. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  71. cb75731 Undo erroneous corrections. by Jeff Cohen · 17 years ago
  72. 6f1cc77 Minor corrections. by Jeff Cohen · 17 years ago
  73. 2330e4d by Christopher Lamb · 17 years ago
  74. 65fc36b Provide link. by Jeff Cohen · 17 years ago
  75. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 17 years ago
  76. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 17 years ago
  77. fb0a64a Fix typos. by Duncan Sands · 17 years ago
  78. f190277 Describe quoting rules. by Reid Spencer · 17 years ago
  79. 024a126 Add some info about the pipelines and redirection. by Reid Spencer · 17 years ago
  80. bbb2a7a For PR1319: by Reid Spencer · 17 years ago
  81. b0a1cbf Correct typo. by Duncan Sands · 17 years ago
  82. a456336 update documentation by Lauro Ramos Venancio · 17 years ago
  83. 7280c50 update documentation by Lauro Ramos Venancio · 17 years ago
  84. f0dbf64 Fix extra argument in part_set examples. Thanks Zhiru. by Reid Spencer · 17 years ago
  85. c891084 Fix validation errors. by Reid Spencer · 17 years ago
  86. 065cc7f Missing end tag. Thanks, Nick. by Reid Spencer · 17 years ago
  87. e31a27d Put period inside the paragraph! by Reid Spencer · 17 years ago
  88. f86037f Document the part_set intrinsic. by Reid Spencer · 17 years ago
  89. 72f92f0 Add Scott's note about GCC 4.1.2 on OpenSUSE. by Reid Spencer · 17 years ago
  90. beacf66 Fix name of an intrinsic: bit.part_select -> part.select by Reid Spencer · 17 years ago
  91. 6db928a Rephrase linker explanation. by Duncan Sands · 17 years ago
  92. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 17 years ago
  93. 771b675 Appease Chris' pedantic streak. by Reid Spencer · 17 years ago
  94. 62ea8b6 Fix links to intrinsic functions outside LangRef.html by Reid Spencer · 17 years ago
  95. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 17 years ago
  96. 0cf1028 Update example notes to clarify system linker's role. by Devang Patel · 17 years ago
  97. 338ea09 bwsap -> bswap by Reid Spencer · 17 years ago
  98. 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 17 years ago
  99. 77c2af6 gcc 3.4.4 is known-bad on x86-64 by Chris Lattner · 17 years ago
  100. a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 17 years ago