aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-05Bringing Passes.html up-to-date with the deletion of theGordon Henriksen
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-04Validation fix.Gordon Henriksen
2007-11-04Typo fix.Gordon Henriksen
2007-11-04Completing Passes.html with the exception of -emitbitcode, which should beGordon Henriksen
2007-11-04Fix a validation error.Gordon Henriksen
2007-11-04Finishing initial docs for all transformations in Passes.html.Gordon Henriksen
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-11-01add a broken gcc version, thanks to P. Durante for pointing this out.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
2007-10-31__main is dead along with llvm-gcc3.Chris Lattner
2007-10-26More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen
2007-10-25typoChris Lattner
2007-10-25some minor edits, link to Passes.html, make one pointChris Lattner
2007-10-25Fleshing out docs/Passes.html for some analyses.Gordon Henriksen
2007-10-25Passes.html now 'passes' validation.Gordon Henriksen
2007-10-25Bringing Passes.html structurally up-to-date, and enablingGordon Henriksen
2007-10-25Fix an obvious typo.Owen Anderson
2007-10-25More tutorial cleanups.Owen Anderson
2007-10-25Add proper footers.Owen Anderson
2007-10-25Don't bother providing code samples. Maintaining zip files in the repository...Owen Anderson
2007-10-25Add chapter 4, feedback appreciated.Chris Lattner
2007-10-25Run the verifier on generated code.Chris Lattner
2007-10-24Update Makefile to use simpler llvm-config parameters.Owen Anderson
2007-10-24Update Makefile to use simpler llvm-config parameters.Owen Anderson
2007-10-24further simplify run options, thanks to gordonh for pointing this outChris Lattner
2007-10-24Fix instructions now that PR1739 is fixed.Chris Lattner
2007-10-23Fix validation problems, which were somewhat ironically in the "valid html" b...Chris Lattner
2007-10-23add a skeleton for part 4Chris Lattner