aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* fix typosChris Lattner2007-11-041-2/+2
* Validation fix.Gordon Henriksen2007-11-041-2/+2
* Typo fix.Gordon Henriksen2007-11-041-2/+2
* Completing Passes.html with the exception of -emitbitcode, which should beGordon Henriksen2007-11-041-5/+58
* Fix a validation error.Gordon Henriksen2007-11-041-1/+1
* Finishing initial docs for all transformations in Passes.html.Gordon Henriksen2007-11-041-34/+415
* finish the 'Memory in LLVM' sectionChris Lattner2007-11-031-7/+53
* hack and slash the first 20% of chapter seven.Chris Lattner2007-11-032-1/+299
* fix typosChris Lattner2007-11-021-4/+4
* Finish chapter 6, and add a spiffy demo that shows off the language.Chris Lattner2007-11-022-13/+1573
* Add the start of chapter 6, still much to go.Chris Lattner2007-11-012-1/+228
* add a broken gcc version, thanks to P. Durante for pointing this out.Chris Lattner2007-11-011-23/+27
* fix validationChris Lattner2007-10-311-1/+1
* okay, fine, make me finish this chapter. :)Chris Lattner2007-10-311-32/+977
* add the code for expression code that we'll add, though most of theChris Lattner2007-10-311-1/+265
* Add the first half of chapter 5: if/then/else. Chris Lattner2007-10-313-1/+524
* __main is dead along with llvm-gcc3.Chris Lattner2007-10-311-25/+0
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-57/+313
* typoChris Lattner2007-10-251-1/+1
* some minor edits, link to Passes.html, make one pointChris Lattner2007-10-251-2/+25
* Fleshing out docs/Passes.html for some analyses.Gordon Henriksen2007-10-251-29/+193
* Passes.html now 'passes' validation.Gordon Henriksen2007-10-251-19/+21
* Bringing Passes.html structurally up-to-date, and enablingGordon Henriksen2007-10-251-79/+119
* Fix an obvious typo.Owen Anderson2007-10-251-1/+1
* More tutorial cleanups.Owen Anderson2007-10-252-5/+22
* Add proper footers.Owen Anderson2007-10-252-0/+26
* Don't bother providing code samples. Maintaining zip files in the repository...Owen Anderson2007-10-256-16/+0
* Add chapter 4, feedback appreciated.Chris Lattner2007-10-251-8/+1024
* Run the verifier on generated code.Chris Lattner2007-10-251-6/+23
* Update Makefile to use simpler llvm-config parameters.Owen Anderson2007-10-242-0/+0
* Update Makefile to use simpler llvm-config parameters.Owen Anderson2007-10-242-0/+0
* further simplify run options, thanks to gordonh for pointing this outChris Lattner2007-10-241-2/+1
* Fix instructions now that PR1739 is fixed.Chris Lattner2007-10-241-1/+1
* Fix validation problems, which were somewhat ironically in the "valid html" b...Chris Lattner2007-10-234-5/+5
* add a skeleton for part 4Chris Lattner2007-10-232-3/+82
* complete the codegen chapterChris Lattner2007-10-232-32/+374
* Now with valid HTML 4.01!Owen Anderson2007-10-231-22/+22
* Add a link to the "writing an optimization" tutorial.Owen Anderson2007-10-231-0/+4
* Add downloadable code sample for tutorial 2.Owen Anderson2007-10-233-1/+1
* Add the second of the "basic topics" tutorials.Owen Anderson2007-10-233-1/+187
* Reorder the optimization and bitcode tutorials.Owen Anderson2007-10-231-2/+2
* Fix up a broken #include, move code to its own section, add conclusions.Chris Lattner2007-10-231-7/+27
* Finish up expr codegen.Chris Lattner2007-10-231-9/+59
* several improvements suggested by Dan, thanks!Chris Lattner2007-10-232-9/+20
* fit in 80 cols :)Chris Lattner2007-10-221-1/+2
* start of chapter 3Chris Lattner2007-10-222-1/+788
* Fix a few typos I noticed.Owen Anderson2007-10-221-6/+4
* Add downloadable code samples.Owen Anderson2007-10-223-0/+12
* Check in part 2: parser and ast.Chris Lattner2007-10-223-4/+1181
* Fix some code to make it actually work.Owen Anderson2007-10-221-5/+8