1. aa0f673 [Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs. by Lang Hames · 11 years ago
  2. e0ddc73 [docs] Clean up some more llvm-gcc stuff by Sean Silva · 12 years ago
  3. c2a9fe7 [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst by Peter Zotov · 12 years ago
  4. 7ea06e5 [docs] Fix broken link. by Sean Silva · 12 years ago
  5. 855b17d Update code listings in LLVM tutorial. by Logan Chien · 12 years ago
  6. 39354b3 Fix spelling by Nikola Smiljanic · 13 years ago
  7. 22ba6ec [docs] Remove explicit authorship. by Sean Silva · 13 years ago
  8. 243bc85 docs: Update title of external tutorial. by Sean Silva · 13 years ago
  9. 33fc6cf docs: Move link to the new "external tutorials" area. by Sean Silva · 13 years ago
  10. ff120c7 docs: Add link to external LLVM backend tutorial. by Sean Silva · 13 years ago
  11. d7fb396 docs: Sphinxify `docs/tutorial/` by Sean Silva · 13 years ago
  12. f75e74f docs: Begin Sphinxification of docs/tutorial/ by Sean Silva · 13 years ago
  13. 9cfc13d Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  14. ef7d829 Fix some minor typos by Sylvestre Ledru · 13 years ago
  15. 35521e2 Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
  16. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  17. 340fdf2 [docs] Include the Kaleidescope tutorial in the Sphinx docs build. by Daniel Dunbar · 14 years ago
  18. 9125493 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 14 years ago
  19. 3fafe6d Install the PNG file as well. PR4780. by Bill Wendling · 14 years ago
  20. 01e554f Update tutorial to reflect the current APIs. Also correct a small omission in by Bill Wendling · 14 years ago
  21. b24263e Tell people using the tutorial how to make it actually work. by David Chisnall · 14 years ago
  22. 063fd27 A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches by Damien Schoof! by Eli Friedman · 14 years ago
  23. aa3d624 docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 15 years ago
  24. fc8d930 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 15 years ago
  25. 6bd36d5 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 15 years ago
  26. e8a8fd6 docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. by NAKAMURA Takumi · 15 years ago
  27. ca46f5a docs: Canonicalize URLs. by NAKAMURA Takumi · 15 years ago
  28. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  29. 508fe2f Fix typo pointed out in pr9339. by Duncan Sands · 15 years ago
  30. df01939 Minor fixes to tutorial, patch by Benjamin Meyer! by Chris Lattner · 15 years ago
  31. 5d556ab Add a reference to the OCamlLangImpl8. by Erick Tryzelaar · 15 years ago
  32. 619714a Add an OCaml tutorial page 8 by Erick Tryzelaar · 15 years ago
  33. a230754 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 15 years ago
  34. 56f3a4c Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 15 years ago
  35. 44ab470 update the tutorial to use CreateFAdd to create fp operations. by Chris Lattner · 15 years ago
  36. 4561021 fix typos reported by Adam Warner! by Chris Lattner · 15 years ago
  37. 4f475d0 Update html tutorial docs to match api changes. by Eric Christopher · 15 years ago
  38. d6a6f61 Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 16 years ago
  39. f375e9a Revert r103213. It broke several sections of live website. by mike-m · 16 years ago
  40. e08af30 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 16 years ago
  41. 77eede5 Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 16 years ago
  42. b8c11eb Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
  43. 444c095 Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 16 years ago
  44. 6f34abd Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 16 years ago
  45. aed2479 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 16 years ago
  46. e0d0948 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 16 years ago
  47. 8a30324 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 16 years ago
  48. b44d2ab Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 16 years ago
  49. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  50. 1c27203 Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 16 years ago
  51. 4567db4 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 16 years ago
  52. 0f42038 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  53. 6e2b34bc Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 16 years ago
  54. b4e1917 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 16 years ago
  55. c8a18f9 Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 16 years ago
  56. 14b1aac Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
  57. ab77004 Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time. by Reid Kleckner · 16 years ago
  58. be86e9f Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 16 years ago
  59. c568062 #include <cstdlib> in the code listing for strtod. by John McCall · 16 years ago
  60. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  61. eaccdd3 Documentation: fix HTML validation errors. by Benjamin Kramer · 16 years ago
  62. 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  63. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  64. 69c464d Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  65. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  66. 3a56ae8 Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
  67. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  68. c277dc4 Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  69. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  70. a771459 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  71. cb368e2 Use llvm::raw_stream instead of llvm::Streams. by Bill Wendling · 17 years ago
  72. 4ac15ce Fix compile error. Pointed out by mait on #llvm IRC! by Nick Lewycky · 17 years ago
  73. 42225e5 do not pretend llvm/.../*.h being system headers by Gabor Greif · 17 years ago
  74. 605c7ca fix validator errors by Gabor Greif · 17 years ago
  75. bfdf23f Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 17 years ago
  76. da0921f mention rdynamic, PR3431, patch by Stein Roger Skafløtten! by Chris Lattner · 17 years ago
  77. e5a6d7d fix some incorrect links. by Chris Lattner · 17 years ago
  78. 49c28e4 fix typo by Torok Edwin · 17 years ago
  79. 8030749 adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
  80. e438c56 Update text to point people at the right version of the tutorial for by Chris Lattner · 18 years ago
  81. e48de9c adapt to new API by Gabor Greif · 18 years ago
  82. d01e263 Grammar fix. by Bill Wendling · 18 years ago
  83. acbcce4 Delete module. by Bill Wendling · 18 years ago
  84. 8912f21 Convert non-ASCII apostrophes into ASCII apostrophes. by Bill Wendling · 18 years ago
  85. 08226ea Delete the Module object. by Bill Wendling · 18 years ago
  86. dc73a70 s/insure/ensure/ by Bill Wendling · 18 years ago
  87. 5b66549 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 18 years ago
  88. a5eb45b A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
  89. f87e052 improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
  90. a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 18 years ago
  91. eb1242a There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 18 years ago
  92. 0039235 Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 18 years ago
  93. dd0ace5 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 18 years ago
  94. a2eba03 Fix some documentation for the tutorial. by Erick Tryzelaar · 18 years ago
  95. ca3c28b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 18 years ago
  96. a5e13fa Adding the first two chapters of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 18 years ago
  97. 05acd73 Test commit (removed trailing whitespace) by Erick Tryzelaar · 18 years ago
  98. ce26821 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 18 years ago
  99. c8576ee fix some bugs in tutorial, patch by Erick Tryzelaar by Chris Lattner · 18 years ago
  100. a1ad2bf Various updates from Sam Bishop: by Chris Lattner · 18 years ago