1. ab2b10c Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  2. 64910ee update to llvm 2.0 syntax. by Chris Lattner · 17 years ago
  3. e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 17 years ago
  4. 74f4ded Undo a wrong bit in that last patch. by Gordon Henriksen · 17 years ago
  5. 0adede0 Document a more robust implementation of performCustomLowering. by Gordon Henriksen · 17 years ago
  6. f021f8a fix formatting by Chris Lattner · 17 years ago
  7. 23ff1f9 fix more table abuses. by Chris Lattner · 17 years ago
  8. b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 17 years ago
  9. 303dae9 Make it clear in the LangRef that allocation instructions only operated on the generic address space. Implement support in the verifier for ensuring this is true. by Christopher Lamb · 17 years ago
  10. fd80072 Make it more clear that some things that can't be done in .td files can by Dan Gohman · 17 years ago
  11. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  12. 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 17 years ago
  13. ad93c4f CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 17 years ago
  14. 9795bb8 Fix some wording. by John Criswell · 17 years ago
  15. e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 17 years ago
  16. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  17. 8528e78 Fixed typo. by John Criswell · 17 years ago
  18. e268a40 Describe the notion of 'owners' of the code. by Chris Lattner · 17 years ago
  19. 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 17 years ago
  20. 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 17 years ago
  21. bebcdabd8 explain what I need to grant commit access. by Chris Lattner · 17 years ago
  22. c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 17 years ago
  23. 51c9717 Add a note by Chris Lattner · 17 years ago
  24. 2490d33 Fix typo by Tanya Lattner · 17 years ago
  25. 1de4849 Modified instructions to configure llvm-test by configure llvm with the Path --with-llvmgccdir set. by Tanya Lattner · 17 years ago
  26. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  27. 61ad449 !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 17 years ago
  28. ed4a2f1 Rename the 'const' parameter attribute to 'readnone', by Duncan Sands · 17 years ago
  29. f4bc9b1 Teach me to do stuff late at night. by Owen Anderson · 17 years ago
  30. f1c9221 Fix a factually incorrect statement pointed out by Max Hailperin. by Owen Anderson · 17 years ago
  31. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  32. be6fe28 These were implemented by Anton Korobeynikov · 17 years ago
  33. b763228 fix a typo by Chris Lattner · 17 years ago
  34. ab64806 Import the boost scoped_ptr class to LLVM. This patch was prepared by by Chris Lattner · 17 years ago
  35. b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 17 years ago
  36. f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 17 years ago
  37. e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 17 years ago
  38. c2bb123 Document a limitation, patch contributed by George Russell by Chris Lattner · 17 years ago
  39. 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 17 years ago
  40. bb310f1 Typo fix in the tutorial. by Gordon Henriksen · 17 years ago
  41. 788ee28 Update links. by Chris Lattner · 17 years ago
  42. 1b024ce try again by Chris Lattner · 17 years ago
  43. cf326da Add a link to the tutorial. by Nick Lewycky · 17 years ago
  44. 8816498 minor edit by Chris Lattner · 17 years ago
  45. 8bbe014 final edits. by Chris Lattner · 17 years ago
  46. 1e46a6c chapter 7 edits by Chris Lattner · 17 years ago
  47. 3616a8a edits for chapter 7 by Chris Lattner · 17 years ago
  48. 1092a96 edits for chapter 5 by Chris Lattner · 17 years ago
  49. a54c201 minor edits by Chris Lattner · 17 years ago
  50. d96b159 edits. by Chris Lattner · 17 years ago
  51. bd779a3 fixes from Kelly Wilson. by Chris Lattner · 17 years ago
  52. 4f6766d Clarify some of the iostreams stuff. by Bill Wendling · 17 years ago
  53. 7badb2d edits for chapter 3 by Chris Lattner · 17 years ago
  54. cde1d9d chapter 2 edits by Chris Lattner · 17 years ago
  55. 4134c28 edits by Chris Lattner · 17 years ago
  56. a1cd224 clarify what proto is. by Chris Lattner · 17 years ago
  57. 95ce0d6 Add a real intro to the series. by Chris Lattner · 17 years ago
  58. efcc3f5 typo from Ryan Brown. by Chris Lattner · 17 years ago
  59. 7115521 fixes from Ryan Brown. by Chris Lattner · 17 years ago
  60. 89c94f5 Add a missing #include. by Owen Anderson · 17 years ago
  61. 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
  62. 619bc0a merge in various fixes from Kelly Wilson. by Chris Lattner · 17 years ago
  63. 0e555b1 add some links to the tutorial index and between chapters. by Chris Lattner · 17 years ago
  64. bb80f93 grammaro by Chris Lattner · 17 years ago
  65. 9ca08f3 recursive types are our friend. by Chris Lattner · 17 years ago
  66. cac2135 mention possibility of using a visitor by Chris Lattner · 17 years ago
  67. cf9893d clarify why prototype::codegen returns a function. by Chris Lattner · 17 years ago
  68. 99005a4 TOC for chapter 8 by Chris Lattner · 17 years ago
  69. 128eb86 add table of contents to each chapter. by Chris Lattner · 17 years ago
  70. f6e53df add link to llvmbuilder doxygen docs by Chris Lattner · 17 years ago
  71. 20a0c80 spell identifier correctly. by Chris Lattner · 17 years ago
  72. b501964 fix typo by Chris Lattner · 17 years ago
  73. a56b22d Dan points out that mem2reg also promotes vectors: be more precise. by Chris Lattner · 17 years ago
  74. fc60ab0 clarify by Chris Lattner · 17 years ago
  75. 01fcc04 fix typo by Chris Lattner · 17 years ago
  76. 72261ff Fix some typos. by Duncan Sands · 17 years ago
  77. e0a3435 Trivial fixes. by Duncan Sands · 17 years ago
  78. b0f0deb add a link. by Chris Lattner · 17 years ago
  79. a3f07ef finish the tutorial, yaay. by Chris Lattner · 17 years ago
  80. 90a5214 Bringing Passes.html up-to-date with the deletion of the by Gordon Henriksen · 17 years ago
  81. b8fc650 Add the first section of chapter 8. by Chris Lattner · 17 years ago
  82. 62a709d finish the chapter. by Chris Lattner · 17 years ago
  83. 2e5d07e fix typos by Chris Lattner · 17 years ago
  84. 873390e Validation fix. by Gordon Henriksen · 17 years ago
  85. 23a8ce5 Typo fix. by Gordon Henriksen · 17 years ago
  86. 75ff18e Completing Passes.html with the exception of -emitbitcode, which should be by Gordon Henriksen · 17 years ago
  87. e626bbe Fix a validation error. by Gordon Henriksen · 17 years ago
  88. c86b677 Finishing initial docs for all transformations in Passes.html. by Gordon Henriksen · 17 years ago
  89. e719831 finish the 'Memory in LLVM' section by Chris Lattner · 17 years ago
  90. 00c992d hack and slash the first 20% of chapter seven. by Chris Lattner · 17 years ago
  91. b5d81b3 fix typos by Chris Lattner · 17 years ago
  92. 58f2c87 Finish chapter 6, and add a spiffy demo that shows off the language. by Chris Lattner · 17 years ago
  93. c9d5d2c Add the start of chapter 6, still much to go. by Chris Lattner · 17 years ago
  94. 269f80c add a broken gcc version, thanks to P. Durante for pointing this out. by Chris Lattner · 17 years ago
  95. 2e89f3a fix validation by Chris Lattner · 17 years ago
  96. 6093bd5 okay, fine, make me finish this chapter. :) by Chris Lattner · 17 years ago
  97. f523480 add the code for expression code that we'll add, though most of the by Chris Lattner · 17 years ago
  98. 602c832c Add the first half of chapter 5: if/then/else. To come: for statement. by Chris Lattner · 17 years ago
  99. a631a87 __main is dead along with llvm-gcc3. by Chris Lattner · 17 years ago
  100. 55cbec3 More fleshing out of docs/Passes.html, plus some typo fixes and by Gordon Henriksen · 17 years ago