| Age | Commit message (Expand) | Author |
| 2007-10-23 | complete the codegen chapter | Chris Lattner |
| 2007-10-23 | Now with valid HTML 4.01! | Owen Anderson |
| 2007-10-23 | Add a link to the "writing an optimization" tutorial. | Owen Anderson |
| 2007-10-23 | Add downloadable code sample for tutorial 2. | Owen Anderson |
| 2007-10-23 | Add the second of the "basic topics" tutorials. | Owen Anderson |
| 2007-10-23 | Reorder the optimization and bitcode tutorials. | Owen Anderson |
| 2007-10-23 | Fix up a broken #include, move code to its own section, add conclusions. | Chris Lattner |
| 2007-10-23 | Finish up expr codegen. | Chris Lattner |
| 2007-10-23 | several improvements suggested by Dan, thanks! | Chris Lattner |
| 2007-10-22 | fit in 80 cols :) | Chris Lattner |
| 2007-10-22 | start of chapter 3 | Chris Lattner |
| 2007-10-22 | Fix a few typos I noticed. | Owen Anderson |
| 2007-10-22 | Add downloadable code samples. | Owen Anderson |
| 2007-10-22 | Check in part 2: parser and ast. | Chris Lattner |
| 2007-10-22 | Fix some code to make it actually work. | Owen Anderson |
| 2007-10-22 | Put correct link in example | Bill Wendling |
| 2007-10-22 | add part 1, review appreciated. | Chris Lattner |
| 2007-10-22 | add an outline for "part 2". | Chris Lattner |
| 2007-10-22 | rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. | Chris Lattner |
| 2007-10-20 | Some improvements based on feedback from Anders. | Owen Anderson |
| 2007-10-20 | Fix some weird indenting in code. | Owen Anderson |
| 2007-10-20 | Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, an... | Owen Anderson |
| 2007-10-20 | Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, | Owen Anderson |
| 2007-10-17 | Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is | Dan Gohman |
| 2007-10-15 | Document the -view-sunit-dags option. | Dan Gohman |
| 2007-10-15 | Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback | Dan Gohman |
| 2007-10-14 | Fixing a typo. Found by Kevin André! | Gordon Henriksen |
| 2007-10-08 | Various improvements to the documentation, contributed by | Chris Lattner |
| 2007-10-08 | LLVM does not use the old style simple isel any more. | Evan Cheng |
| 2007-10-03 | Clarify that shifts that are too large are undefined. | Chris Lattner |
| 2007-10-03 | remove extraneous tag | Chris Lattner |
| 2007-10-03 | remove misleading documentation: LLVM has no atomic support yet. | Chris Lattner |
| 2007-10-02 | Document new sqrt and powi handling. | Dale Johannesen |
| 2007-10-02 | Fix typo. | Owen Anderson |
| 2007-10-02 | Mention memdep in the AA documentation. | Owen Anderson |
| 2007-09-30 | document DenseSet. | Chris Lattner |
| 2007-09-29 | PR1601: etags not configured correctly | Gordon Henriksen |
| 2007-09-28 | Update how to release document. | Tanya Lattner |
| 2007-09-27 | GarbageCollection.html is expanded to encompass the coming | Gordon Henriksen |
| 2007-09-27 | Couple of fixes to mention bunzip2 and make instructions more clear. | Tanya Lattner |
| 2007-09-27 | No, really, it *is* SSSE3. ;-) | Bill Wendling |
| 2007-09-27 | SSSE3 -> SSE3. Reported by Alex Kellett. | Duncan Sands |
| 2007-09-27 | Grammer fix reported by Alex Kellett. | Duncan Sands |
| 2007-09-26 | X86 -> X86-32 in appropriate places. | Duncan Sands |
| 2007-09-26 | Various cleanups. Especially, EH is turned on by default! | Duncan Sands |
| 2007-09-26 | ok ok we get it. CBE and vectors don't like each other yet. | Chris Lattner |
| 2007-09-26 | be less redundantly redundant. | Chris Lattner |
| 2007-09-26 | make old crappy browsers produce less crappy output :) | Chris Lattner |
| 2007-09-26 | we support attribute(noinline) now :) | Chris Lattner |
| 2007-09-26 | update bugs list | Chris Lattner |