1. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/tutorial/LangImpl4.html]
  2. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/tutorial/LangImpl4.html]
  3. a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
  4. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 16 years ago
  5. 523e392 Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 16 years ago
  6. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  7. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 16 years ago
  8. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  9. fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 16 years ago
  10. 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
  11. 60130f0 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
  12. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  13. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  14. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  15. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  16. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  17. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  18. 94244f3 fix validator errors by Gabor Greif · 16 years ago
  19. d6c1ed0 Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 16 years ago
  20. 7c77089 mention rdynamic, PR3431, patch by Stein Roger Skafløtten! by Chris Lattner · 17 years ago
  21. 5934adf adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
  22. df7d2b4 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 17 years ago
  23. 1ace67c A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
  24. 6c4be9c improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 17 years ago
  25. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
  26. 729eb14 Various updates from Sam Bishop: by Chris Lattner · 18 years ago
  27. 515686b dump the module *before* we delete it, not after. by Chris Lattner · 18 years ago
  28. c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 18 years ago
  29. 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 18 years ago
  30. a54c201 minor edits by Chris Lattner · 18 years ago
  31. 7115521 fixes from Ryan Brown. by Chris Lattner · 18 years ago
  32. 0e555b1 add some links to the tutorial index and between chapters. by Chris Lattner · 18 years ago
  33. 128eb86 add table of contents to each chapter. by Chris Lattner · 18 years ago
  34. 20a0c80 spell identifier correctly. by Chris Lattner · 18 years ago
  35. 2e89f3a fix validation by Chris Lattner · 18 years ago
  36. 7271423 some minor edits, link to Passes.html, make one point I forgot about yesterday. by Chris Lattner · 18 years ago
  37. 6867aec Fix an obvious typo. by Owen Anderson · 18 years ago
  38. 118749e Add chapter 4, feedback appreciated. by Chris Lattner · 18 years ago
  39. 8eef4b2 Fix validation problems, which were somewhat ironically in the "valid html" button code :) by Chris Lattner · 18 years ago
  40. c0b42e9 add a skeleton for part 4 by Chris Lattner · 18 years ago