1. 2307a7f Document common linkage. by Dale Johannesen · 16 years ago
  2. ade5faa label is a first-class type. by Dan Gohman · 16 years ago
  3. c4b49eb Update the description of first-class types to reflect that by Dan Gohman · 16 years ago
  4. 6fce844 Restructure the testing documentation. by Matthijs Kooijman · 16 years ago
  5. 64a4c11 minor edits by Chris Lattner · 16 years ago
  6. 97e378e adapt to new API by Gabor Greif · 16 years ago
  7. 5568e94 Clarify that and/or/xor/sdiv etc all allow vectors. by Chris Lattner · 16 years ago
  8. 305915b Clarify copyright transfer when you don't own the copyright of by Chris Lattner · 16 years ago
  9. d30020a Clarify the testing documentation a bit and solve two HTML validator warnings. by Matthijs Kooijman · 16 years ago
  10. 40da626 Grammar fix. by Bill Wendling · 16 years ago
  11. 6acc859 Delete module. by Bill Wendling · 16 years ago
  12. 176e829 Convert non-ASCII apostrophes into ASCII apostrophes. by Bill Wendling · 16 years ago
  13. d63729f Delete the Module object. by Bill Wendling · 16 years ago
  14. c8968d9 s/insure/ensure/ by Bill Wendling · 16 years ago
  15. 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
  16. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
  17. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
  18. f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
  19. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  20. a8a118b Improve pass documentation and comments. by Gordon Henriksen · 16 years ago
  21. 9d9dc7d Remove entries from here also by Anton Korobeynikov · 16 years ago
  22. cae8ccd Drop llvmc also, it will be replaced by shiny new llvmc2 by Anton Korobeynikov · 16 years ago
  23. a9d9ca4 Drop llvm2cpp, it's now a llc target by Anton Korobeynikov · 16 years ago
  24. 3d8c358 Minor spelling and typo fixes. by John Criswell · 16 years ago
  25. beb4d82 Add support for response files to the CommandLine library. by Mikhail Glushenkov · 16 years ago
  26. 1734055 % -> @ by Chris Lattner · 16 years ago
  27. 05d6709 Doc updates/edits, contributed by Terence Parr! by Chris Lattner · 16 years ago
  28. f4cde4e fix description of 'ret' to be more correct with multiple return by Chris Lattner · 16 years ago
  29. 1c406d7 Allow undef as an operand to getresult. by Chris Lattner · 16 years ago
  30. e0db56d free(null) -> noop by Chris Lattner · 16 years ago
  31. df7d2b4 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 16 years ago
  32. 72ed200 Some clarifications suggested by Jon Sargeant by Chris Lattner · 16 years ago
  33. 1ace67c A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 16 years ago
  34. 6c4be9c improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 16 years ago
  35. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  36. d918b7e The Ada front-end from the LLVM 2.2 release by Duncan Sands · 16 years ago
  37. 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 16 years ago
  38. 4316dec more edits from Jon Sargeant by Chris Lattner · 16 years ago
  39. 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 16 years ago
  40. a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 16 years ago
  41. 8eedc9e minor typo by Chris Lattner · 16 years ago
  42. 56a7c88 Add a unified 'generated documentation' target so the web site script has a consistent target to use. by Gordon Henriksen · 16 years ago
  43. 86550b0 There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 16 years ago
  44. 35295ff Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 16 years ago
  45. 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 16 years ago
  46. d564686 Fix some documentation for the tutorial. by Erick Tryzelaar · 16 years ago
  47. 74ba171 fix typo, PR2181 by Chris Lattner · 16 years ago
  48. 37c076b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
  49. 0c78ac1 Update example to new syntax. by Nick Lewycky · 16 years ago
  50. 9ba8a57 Adding the first two chapters of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
  51. 8a64d5e Test commit (removed trailing whitespace) by Erick Tryzelaar · 16 years ago
  52. aec9600 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 16 years ago
  53. 7a3ad1a void type is also a valid function return type. by Devang Patel · 16 years ago
  54. 20b7bda Added Passes.html to the documentation list. by Tanya Lattner · 16 years ago
  55. 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 16 years ago
  56. a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 16 years ago
  57. 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 16 years ago
  58. 772fccf clean up and fix the call section. by Chris Lattner · 16 years ago
  59. 45c5e8b cleanups for the getresult section. by Chris Lattner · 16 years ago
  60. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 16 years ago
  61. 050bc81 Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if compiling by Scott Michel · 16 years ago
  62. b7f0c08 Clarify the unwind attribute. Add assumption about sret made by the optimizers. by Duncan Sands · 16 years ago
  63. d703f65 Commit works on regular functions too. Fix the syntax to allow @foo. by Nick Lewycky · 16 years ago
  64. 0dbb4a1 fix grammer by Devang Patel · 16 years ago
  65. c3fc6df Document multiple return values. by Devang Patel · 16 years ago
  66. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  67. 84e5f77 update to document new lto API by Nick Kledzik · 16 years ago
  68. 55998ba test svn commit capability by Nick Kledzik · 16 years ago
  69. e507905 Improving wording. by Gordon Henriksen · 16 years ago
  70. 5836682 Adding a note about IR generation to the LLVM FAQ. by Gordon Henriksen · 16 years ago
  71. 5ea8ef8 fix some bugs in tutorial, patch by Erick Tryzelaar by Chris Lattner · 16 years ago
  72. ab0b949 Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet by Andrew Lenharth · 16 years ago
  73. 45982a5 Add documentation for cl::sink stuff by Anton Korobeynikov · 16 years ago
  74. e26dec6 Clarify that 'sret' only applies to pointers, and by Duncan Sands · 16 years ago
  75. 117bbd3 Make the definition of the noalias attribute clearer. by Owen Anderson · 16 years ago
  76. 17bcde9 Try to clarify which compilers can be used for the build. by Duncan Sands · 16 years ago
  77. 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 16 years ago
  78. 9f8ec25 simplify this. by Chris Lattner · 16 years ago
  79. 8655b15 Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. by Duncan Sands · 16 years ago
  80. 82f0a09 gcc 3.2.3 is also bad. by Chris Lattner · 16 years ago
  81. 20dcb4c Add notes on Ada compilers that can be used for by Duncan Sands · 16 years ago
  82. caf4fbd Note that these instructions are for x86-32 linux by Duncan Sands · 17 years ago
  83. 15bfd89 Add more spacing. by Duncan Sands · 17 years ago
  84. d051f7a Add instructions for building Ada and Fortran. by Duncan Sands · 17 years ago
  85. 0602df7 More violation fixes. by Bill Wendling · 17 years ago
  86. 58d96d6 Fix validation errors: di -> dt. by Bill Wendling · 17 years ago
  87. 643eb5d Reformatting. Adding "doc_code" divisions for code examples. Updated some by Bill Wendling · 17 years ago
  88. 2b659ef rip out llvm 2.2 stuff in preparation for llvm 2.3 by Chris Lattner · 17 years ago
  89. 18232a5 heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not. by Chris Lattner · 17 years ago
  90. 02b81fe remove unknown details by Chris Lattner · 17 years ago
  91. dd50f0f Add 2.2 release tag. by Tanya Lattner · 17 years ago
  92. 8c77ff9 Added blurb for CellSPU progress by Scott Michel · 17 years ago
  93. 786cb7e tweaks from dale. by Chris Lattner · 17 years ago
  94. db401e9 updates from Evan by Chris Lattner · 17 years ago
  95. 3f2a209 corrected some spellings by Gabor Greif · 17 years ago
  96. 729eb14 Various updates from Sam Bishop: by Chris Lattner · 17 years ago
  97. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
  98. 6bbba66 close an li tag by Chris Lattner · 17 years ago
  99. f74c0cc Add some Ada info and correct a few buglets. by Duncan Sands · 17 years ago
  100. a900d17 remove the in progress marker. by Chris Lattner · 17 years ago