summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/JITTutorial2.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-301-200/+0
| | | | | | material is covered by the Kaleidoscope tutorial. llvm-svn: 90111
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-5/+5
| | | | llvm-svn: 78948
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-121-1/+2
| | | | llvm-svn: 71573
* Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky2009-04-121-1/+1
| | | | llvm-svn: 68910
* do not pretend llvm/.../*.h being system headersGabor Greif2009-03-111-6/+6
| | | | llvm-svn: 66697
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-111-1/+1
| | | | llvm-svn: 66687
* Grammar fix.Bill Wendling2008-05-191-1/+9
| | | | llvm-svn: 51236
* Delete module.Bill Wendling2008-05-191-1/+2
| | | | llvm-svn: 51235
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵Gabor Greif2008-04-191-5/+5
| | | | | | active API changes llvm-svn: 49968
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-3/+3
| | | | | | the result IRBuilder. Patch by Dominic Hamon. llvm-svn: 49604
* Oops. I wanted the compile flags for C++, not the C preprocessor flags.Owen Anderson2008-03-241-1/+1
| | | | llvm-svn: 48744
* Various updates from Sam Bishop:Chris Lattner2008-02-101-6/+6
| | | | | | | | | | | | | | "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
* Teach me to do stuff late at night.Owen Anderson2007-11-191-1/+1
| | | | llvm-svn: 44236
* Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson2007-11-191-1/+1
| | | | llvm-svn: 44228
* Trivial fixes.Duncan Sands2007-11-051-3/+3
| | | | llvm-svn: 43707
* More tutorial cleanups.Owen Anderson2007-10-251-2/+1
| | | | llvm-svn: 43332
* Add proper footers.Owen Anderson2007-10-251-0/+13
| | | | llvm-svn: 43331
* Don't bother providing code samples. Maintaining zip files in the ↵Owen Anderson2007-10-251-8/+0
| | | | | | repository is a pain. llvm-svn: 43330
* Now with valid HTML 4.01!Owen Anderson2007-10-231-22/+22
| | | | llvm-svn: 43244
* Add downloadable code sample for tutorial 2.Owen Anderson2007-10-231-1/+1
| | | | llvm-svn: 43242
* Add the second of the "basic topics" tutorials.Owen Anderson2007-10-231-0/+186
llvm-svn: 43241
OpenPOWER on IntegriCloud