1. 6e2b34bc Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 16 years ago
  2. 14b1aac Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
  3. 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
  4. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  5. 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
  6. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  7. 69c464d Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
  8. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  9. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  10. c277dc4 Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 16 years ago
  11. 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
  12. a771459 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  13. bfdf23f Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 17 years ago
  14. 8030749 adjust calls to ConstantFP::get to new API by Gabor Greif · 17 years ago
  15. 5b66549 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 18 years ago
  16. f87e052 improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 18 years ago
  17. a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 18 years ago
  18. a1ad2bf Various updates from Sam Bishop: by Chris Lattner · 18 years ago
  19. f4ed277 dump the module *before* we delete it, not after. by Chris Lattner · 18 years ago
  20. b4ef023 fix typo noticed by Joshua Pennington by Chris Lattner · 18 years ago
  21. 752b05f !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 18 years ago
  22. add10ee many edits, patch by Kelly Wilson! by Chris Lattner · 18 years ago
  23. d80488f edits for chapter 7 by Chris Lattner · 18 years ago
  24. e6819ae fixes from Ryan Brown. by Chris Lattner · 18 years ago
  25. fbfae1b add some links to the tutorial index and between chapters. by Chris Lattner · 18 years ago
  26. 639a18d add table of contents to each chapter. by Chris Lattner · 18 years ago
  27. 9b2f777 spell identifier correctly. by Chris Lattner · 18 years ago
  28. 74f87df fix typos by Chris Lattner · 18 years ago
  29. ba2c3cd Finish chapter 6, and add a spiffy demo that shows off the language. by Chris Lattner · 18 years ago
  30. 68613c7 Add the start of chapter 6, still much to go. by Chris Lattner · 18 years ago