Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 2009-11-30 | 1 | -207/+0 |
| | | | | | | material is covered by the Kaleidoscope tutorial. llvm-svn: 90111 | ||||
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
| | | | | llvm-svn: 78948 | ||||
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 1 | -2/+2 |
| | | | | llvm-svn: 76668 | ||||
* | Use llvm::raw_stream instead of llvm::Streams. | Bill Wendling | 2009-05-12 | 1 | -1/+2 |
| | | | | llvm-svn: 71573 | ||||
* | Fix compile error. Pointed out by mait on #llvm IRC! | Nick Lewycky | 2009-04-12 | 1 | -1/+1 |
| | | | | llvm-svn: 68910 | ||||
* | do not pretend llvm/.../*.h being system headers | Gabor Greif | 2009-03-11 | 1 | -7/+7 |
| | | | | llvm-svn: 66697 | ||||
* | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif | 2009-03-11 | 1 | -1/+1 |
| | | | | llvm-svn: 66687 | ||||
* | Convert non-ASCII apostrophes into ASCII apostrophes. | Bill Wendling | 2008-05-19 | 1 | -7/+7 |
| | | | | llvm-svn: 51234 | ||||
* | Delete the Module object. | Bill Wendling | 2008-05-19 | 1 | -1/+2 |
| | | | | llvm-svn: 51233 | ||||
* | s/insure/ensure/ | Bill Wendling | 2008-05-19 | 1 | -3/+12 |
| | | | | llvm-svn: 51232 | ||||
* | merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵ | Gabor Greif | 2008-04-19 | 1 | -1/+1 |
| | | | | | | active API changes llvm-svn: 49968 | ||||
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -4/+4 |
| | | | | | | the result IRBuilder. Patch by Dominic Hamon. llvm-svn: 49604 | ||||
* | Oops. I wanted the compile flags for C++, not the C preprocessor flags. | Owen Anderson | 2008-03-24 | 1 | -1/+1 |
| | | | | llvm-svn: 48744 | ||||
* | Various updates from Sam Bishop: | Chris Lattner | 2008-02-10 | 1 | -15/+16 |
| | | | | | | | | | | | | | | "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 | ||||
* | Add a missing #include. | Owen Anderson | 2007-11-06 | 1 | -0/+1 |
| | | | | llvm-svn: 43746 | ||||
* | Trivial fixes. | Duncan Sands | 2007-11-05 | 1 | -2/+2 |
| | | | | llvm-svn: 43707 | ||||
* | More tutorial cleanups. | Owen Anderson | 2007-10-25 | 1 | -3/+21 |
| | | | | llvm-svn: 43332 | ||||
* | Add proper footers. | Owen Anderson | 2007-10-25 | 1 | -0/+13 |
| | | | | llvm-svn: 43331 | ||||
* | Don't bother providing code samples. Maintaining zip files in the ↵ | Owen Anderson | 2007-10-25 | 1 | -8/+0 |
| | | | | | | repository is a pain. llvm-svn: 43330 | ||||
* | Add downloadable code samples. | Owen Anderson | 2007-10-22 | 1 | -0/+12 |
| | | | | llvm-svn: 43219 | ||||
* | Fix some code to make it actually work. | Owen Anderson | 2007-10-22 | 1 | -5/+8 |
| | | | | llvm-svn: 43217 | ||||
* | rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. | Chris Lattner | 2007-10-22 | 1 | -0/+156 |
llvm-svn: 43213 |