1. 6f34abd Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 16 years ago
  2. aed2479 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 16 years ago
  3. e0d0948 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 16 years ago
  4. b44d2ab Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 16 years ago
  5. 0f42038 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  6. 6e2b34bc Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 16 years ago
  7. 14b1aac Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
  8. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  9. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  10. 69c464d Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  11. 3a56ae8 Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
  12. c277dc4 Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  13. a771459 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  14. bfdf23f Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 17 years ago
  15. 8030749 adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
  16. e438c56 Update text to point people at the right version of the tutorial for by Chris Lattner · 17 years ago
  17. e48de9c adapt to new API by Gabor Greif · 17 years ago
  18. 5b66549 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 18 years ago
  19. a5eb45b A couple minor fixes suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
  20. f87e052 improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
  21. a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 18 years ago
  22. a1ad2bf Various updates from Sam Bishop: by Chris Lattner · 18 years ago
  23. b4ef023 fix typo noticed by Joshua Pennington by Chris Lattner · 18 years ago
  24. 3fbb6a8 Add a note by Chris Lattner · 18 years ago
  25. 36d5575 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 18 years ago
  26. 30f1db1 edits. by Chris Lattner · 18 years ago
  27. ff25240 edits for chapter 3 by Chris Lattner · 18 years ago
  28. 978ec3c clarify what proto is. by Chris Lattner · 18 years ago
  29. e6819ae fixes from Ryan Brown. by Chris Lattner · 18 years ago
  30. fbfae1b add some links to the tutorial index and between chapters. by Chris Lattner · 18 years ago
  31. a25729e grammaro by Chris Lattner · 18 years ago
  32. 2a8fd13 mention possibility of using a visitor by Chris Lattner · 18 years ago
  33. a94cfa1 clarify why prototype::codegen returns a function. by Chris Lattner · 18 years ago
  34. 639a18d add table of contents to each chapter. by Chris Lattner · 18 years ago
  35. 38eec30 add link to llvmbuilder doxygen docs by Chris Lattner · 18 years ago
  36. 9b2f777 spell identifier correctly. by Chris Lattner · 18 years ago
  37. 3527796 clarify by Chris Lattner · 18 years ago
  38. 46b4281 Run the verifier on generated code. by Chris Lattner · 18 years ago
  39. 9a760eb further simplify run options, thanks to gordonh for pointing this out by Chris Lattner · 18 years ago
  40. 1fb0d5d Fix instructions now that PR1739 is fixed. by Chris Lattner · 18 years ago
  41. c3def15 Fix validation problems, which were somewhat ironically in the "valid html" button code :) by Chris Lattner · 18 years ago
  42. a02ab55 complete the codegen chapter by Chris Lattner · 18 years ago
  43. 93b76e0 Finish up expr codegen. by Chris Lattner · 18 years ago
  44. 61b4ec7 several improvements suggested by Dan, thanks! by Chris Lattner · 18 years ago
  45. 560762d start of chapter 3 by Chris Lattner · 18 years ago