| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 2009-09-22 | 1 | -20/+15 |
| | | | | | llvm-svn: 82572 | ||||
| * | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky | 2009-09-13 | 1 | -6/+18 |
| | | | | | | | | One change I'm not folding in is the removal of two unused variables that caused warnings, because those were there for expository purposes. llvm-svn: 81721 | ||||
| * | Allocate the module provider in the Kaleidoscope code on the heap, not the ↵ | Reid Kleckner | 2009-08-26 | 1 | -32/+29 |
| | | | | | | | 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. llvm-svn: 80138 | ||||
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -13/+13 |
| | | | | | llvm-svn: 78948 | ||||
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to ↵ | Owen Anderson | 2009-07-31 | 1 | -1/+1 |
| | | | | | | | | | change back are metadata related, which I'm waiting on to avoid conflicting with Devang. llvm-svn: 77721 | ||||
| * | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 77516 | ||||
| * | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -6/+6 |
| | | | | | llvm-svn: 77247 | ||||
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 76702 | ||||
| * | Add EngineBuilder to ExecutionEngine in favor of the five optional argument ↵ | Reid Kleckner | 2009-07-18 | 1 | -1/+1 |
| | | | | | | | | | EE::create(). Also a test commit. llvm-svn: 76276 | ||||
| * | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -7/+7 |
| | | | | | llvm-svn: 76097 | ||||
| * | Begin the painful process of tearing apart the rat'ss nest that is ↵ | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
| | | | | | | | | | | Constants.cpp and ConstantFold.cpp. This involves temporarily hard wiring some parts to use the global context. This isn't ideal, but it's the only way I could figure out to make this process vaguely incremental. llvm-svn: 75445 | ||||
| * | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -2/+3 |
| | | | | | llvm-svn: 75040 | ||||
| * | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif | 2009-03-11 | 1 | -3/+3 |
| | | | | | llvm-svn: 66687 | ||||
| * | adjust calls to ConstantFP::get to new API | Gabor Greif | 2008-06-10 | 1 | -6/+6 |
| | | | | | llvm-svn: 52165 | ||||
| * | merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵ | Gabor Greif | 2008-04-19 | 1 | -7/+7 |
| | | | | | | | active API changes llvm-svn: 49968 | ||||
| * | improve diagnostics in call parsing, patch suggested by | Chris Lattner | 2008-04-14 | 1 | -1/+1 |
| | | | | | | | Matthijs Kooijman llvm-svn: 49648 | ||||
| * | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -7/+7 |
| | | | | | | | the result IRBuilder. Patch by Dominic Hamon. llvm-svn: 49604 | ||||
| * | Various updates from Sam Bishop: | Chris Lattner | 2008-02-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | "I have been working my way through the JIT and Kaleidoscope tutorials in my (minuscule) spare time. Thanks again for writing them! I have attached a patch containing some minor changes, ranging from spelling and grammar fixes to adding a "Next: <next tutorial section>" hyperlink to the bottom of each page. Every page has been given the "next link" treatment, but otherwise I'm only half way through the Kaleidoscope tutorial. I will send a follow-on patch if time permits." llvm-svn: 46933 | ||||
| * | dump the module *before* we delete it, not after. | Chris Lattner | 2008-02-05 | 1 | -5/+6 |
| | | | | | llvm-svn: 46741 | ||||
| * | fix typo noticed by Joshua Pennington | Chris Lattner | 2007-12-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 44522 | ||||
| * | many edits, patch by Kelly Wilson! | Chris Lattner | 2007-11-15 | 1 | -25/+25 |
| | | | | | llvm-svn: 44157 | ||||
| * | chapter 7 edits | Chris Lattner | 2007-11-07 | 1 | -9/+10 |
| | | | | | llvm-svn: 43811 | ||||
| * | fixes from Ryan Brown. | Chris Lattner | 2007-11-06 | 1 | -7/+7 |
| | | | | | llvm-svn: 43747 | ||||
| * | add some links to the tutorial index and between chapters. | Chris Lattner | 2007-11-05 | 1 | -0/+3 |
| | | | | | llvm-svn: 43730 | ||||
| * | add table of contents to each chapter. | Chris Lattner | 2007-11-05 | 1 | -4/+20 |
| | | | | | llvm-svn: 43723 | ||||
| * | spell identifier correctly. | Chris Lattner | 2007-11-05 | 1 | -11/+11 |
| | | | | | llvm-svn: 43718 | ||||
| * | Dan points out that mem2reg also promotes vectors: be more precise. | Chris Lattner | 2007-11-05 | 1 | -1/+3 |
| | | | | | llvm-svn: 43715 | ||||
| * | finish the chapter. | Chris Lattner | 2007-11-05 | 1 | -2/+1793 |
| | | | | | llvm-svn: 43689 | ||||
| * | fix typos | Chris Lattner | 2007-11-04 | 1 | -2/+2 |
| | | | | | llvm-svn: 43682 | ||||
| * | finish the 'Memory in LLVM' section | Chris Lattner | 2007-11-03 | 1 | -7/+53 |
| | | | | | llvm-svn: 43667 | ||||
| * | hack and slash the first 20% of chapter seven. | Chris Lattner | 2007-11-03 | 1 | -0/+298 |
| llvm-svn: 43663 | |||||

