aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
AgeCommit message (Expand)Author
2007-11-19Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson
2007-11-15many edits, patch by Kelly Wilson!Chris Lattner
2007-11-13Many typos, grammaro, and wording fixes. Patch byChris Lattner
2007-11-12Typo fix in the tutorial.Gordon Henriksen
2007-11-07minor editChris Lattner
2007-11-07final edits.Chris Lattner
2007-11-07chapter 7 editsChris Lattner
2007-11-07edits for chapter 7Chris Lattner
2007-11-07edits for chapter 5Chris Lattner
2007-11-07minor editsChris Lattner
2007-11-07edits.Chris Lattner
2007-11-06fixes from Kelly Wilson.Chris Lattner
2007-11-06edits for chapter 3Chris Lattner
2007-11-06chapter 2 editsChris Lattner
2007-11-06editsChris Lattner
2007-11-06clarify what proto is.Chris Lattner
2007-11-06Add a real intro to the series.Chris Lattner
2007-11-06typo from Ryan Brown.Chris Lattner
2007-11-06fixes from Ryan Brown.Chris Lattner
2007-11-06Add a missing #include.Owen Anderson
2007-11-05merge in various fixes from Kelly Wilson.Chris Lattner
2007-11-05add some links to the tutorial index and between chapters.Chris Lattner
2007-11-05grammaroChris Lattner
2007-11-05recursive types are our friend.Chris Lattner
2007-11-05mention possibility of using a visitorChris Lattner
2007-11-05clarify why prototype::codegen returns a function.Chris Lattner
2007-11-05TOC for chapter 8Chris Lattner
2007-11-05add table of contents to each chapter.Chris Lattner
2007-11-05add link to llvmbuilder doxygen docsChris Lattner
2007-11-05spell identifier correctly.Chris Lattner
2007-11-05fix typoChris Lattner
2007-11-05Dan points out that mem2reg also promotes vectors: be more precise.Chris Lattner
2007-11-05clarifyChris Lattner
2007-11-05fix typoChris Lattner
2007-11-05Fix some typos.Duncan Sands
2007-11-05Trivial fixes.Duncan Sands
2007-11-05add a link.Chris Lattner
2007-11-05finish the tutorial, yaay.Chris Lattner
2007-11-05Add the first section of chapter 8.Chris Lattner
2007-11-05finish the chapter.Chris Lattner
2007-11-04fix typosChris Lattner
2007-11-03finish the 'Memory in LLVM' sectionChris Lattner
2007-11-03hack and slash the first 20% of chapter seven.Chris Lattner
2007-11-02fix typosChris Lattner
2007-11-02Finish chapter 6, and add a spiffy demo that shows off the language.Chris Lattner
2007-11-01Add the start of chapter 6, still much to go.Chris Lattner
2007-10-31fix validationChris Lattner
2007-10-31okay, fine, make me finish this chapter. :)Chris Lattner
2007-10-31add the code for expression code that we'll add, though most of theChris Lattner
2007-10-31Add the first half of chapter 5: if/then/else. Chris Lattner