1. 523e392 Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 15 years ago
  2. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  3. fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
  4. 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 15 years ago
  5. 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 · 15 years ago
  6. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  7. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  8. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  9. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  10. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  11. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  12. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  13. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  14. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  15. d6c1ed0 Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 15 years ago
  16. 5934adf adjust calls to ConstantFP::get to new API by Gabor Greif · 16 years ago
  17. df7d2b4 merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes by Gabor Greif · 16 years ago
  18. 6c4be9c improve diagnostics in call parsing, patch suggested by Matthijs Kooijman by Chris Lattner · 16 years ago
  19. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  20. 729eb14 Various updates from Sam Bishop: by Chris Lattner · 17 years ago
  21. 515686b dump the module *before* we delete it, not after. by Chris Lattner · 17 years ago
  22. c80c23f fix typo noticed by Joshua Pennington by Chris Lattner · 17 years ago
  23. 61ad449 !< is >=, not >. Thanks to Max Hailperin for pointing this out! by Chris Lattner · 17 years ago
  24. b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 17 years ago
  25. 3616a8a edits for chapter 7 by Chris Lattner · 17 years ago
  26. 7115521 fixes from Ryan Brown. by Chris Lattner · 17 years ago
  27. 0e555b1 add some links to the tutorial index and between chapters. by Chris Lattner · 17 years ago
  28. 128eb86 add table of contents to each chapter. by Chris Lattner · 17 years ago
  29. 20a0c80 spell identifier correctly. by Chris Lattner · 17 years ago
  30. b5d81b3 fix typos by Chris Lattner · 17 years ago
  31. 58f2c87 Finish chapter 6, and add a spiffy demo that shows off the language. by Chris Lattner · 17 years ago
  32. c9d5d2c Add the start of chapter 6, still much to go. by Chris Lattner · 17 years ago