summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Expand)AuthorAge
...
* fix typoChris Lattner2007-11-05
* Dan points out that mem2reg also promotes vectors: be more precise.Chris Lattner2007-11-05
* clarifyChris Lattner2007-11-05
* fix typoChris Lattner2007-11-05
* Fix some typos.Duncan Sands2007-11-05
* Trivial fixes.Duncan Sands2007-11-05
* add a link.Chris Lattner2007-11-05
* finish the tutorial, yaay.Chris Lattner2007-11-05
* Add the first section of chapter 8.Chris Lattner2007-11-05
* finish the chapter.Chris Lattner2007-11-05
* fix typosChris Lattner2007-11-04
* finish the 'Memory in LLVM' sectionChris Lattner2007-11-03
* hack and slash the first 20% of chapter seven.Chris Lattner2007-11-03
* fix typosChris Lattner2007-11-02
* Finish chapter 6, and add a spiffy demo that shows off the language.Chris Lattner2007-11-02
* Add the start of chapter 6, still much to go.Chris Lattner2007-11-01
* fix validationChris Lattner2007-10-31
* okay, fine, make me finish this chapter. :)Chris Lattner2007-10-31
* add the code for expression code that we'll add, though most of theChris Lattner2007-10-31
* Add the first half of chapter 5: if/then/else. Chris Lattner2007-10-31
* typoChris Lattner2007-10-25
* some minor edits, link to Passes.html, make one pointChris Lattner2007-10-25
* Fix an obvious typo.Owen Anderson2007-10-25
* More tutorial cleanups.Owen Anderson2007-10-25
* Add proper footers.Owen Anderson2007-10-25
* Don't bother providing code samples. Maintaining zip files in the repository...Owen Anderson2007-10-25
* Add chapter 4, feedback appreciated.Chris Lattner2007-10-25
* Run the verifier on generated code.Chris Lattner2007-10-25
* Update Makefile to use simpler llvm-config parameters.Owen Anderson2007-10-24
* Update Makefile to use simpler llvm-config parameters.Owen Anderson2007-10-24
* further simplify run options, thanks to gordonh for pointing this outChris Lattner2007-10-24
* Fix instructions now that PR1739 is fixed.Chris Lattner2007-10-24
* Fix validation problems, which were somewhat ironically in the "valid html" b...Chris Lattner2007-10-23
* add a skeleton for part 4Chris Lattner2007-10-23
* complete the codegen chapterChris Lattner2007-10-23
* Now with valid HTML 4.01!Owen Anderson2007-10-23
* Add a link to the "writing an optimization" tutorial.Owen Anderson2007-10-23
* Add downloadable code sample for tutorial 2.Owen Anderson2007-10-23
* Add the second of the "basic topics" tutorials.Owen Anderson2007-10-23
* Reorder the optimization and bitcode tutorials.Owen Anderson2007-10-23
* Fix up a broken #include, move code to its own section, add conclusions.Chris Lattner2007-10-23
* Finish up expr codegen.Chris Lattner2007-10-23
* several improvements suggested by Dan, thanks!Chris Lattner2007-10-23
* fit in 80 cols :)Chris Lattner2007-10-22
* start of chapter 3Chris Lattner2007-10-22
* Fix a few typos I noticed.Owen Anderson2007-10-22
* Add downloadable code samples.Owen Anderson2007-10-22
* Check in part 2: parser and ast.Chris Lattner2007-10-22
* Fix some code to make it actually work.Owen Anderson2007-10-22
* add part 1, review appreciated.Chris Lattner2007-10-22