| Commit message (Expand) | Author | Age | Files | Lines |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 1 | -57/+313 |
* | typo | Chris Lattner | 2007-10-25 | 1 | -1/+1 |
* | some minor edits, link to Passes.html, make one point | Chris Lattner | 2007-10-25 | 1 | -2/+25 |
* | Fleshing out docs/Passes.html for some analyses. | Gordon Henriksen | 2007-10-25 | 1 | -29/+193 |
* | Passes.html now 'passes' validation. | Gordon Henriksen | 2007-10-25 | 1 | -19/+21 |
* | Bringing Passes.html structurally up-to-date, and enabling | Gordon Henriksen | 2007-10-25 | 1 | -79/+119 |
* | Fix an obvious typo. | Owen Anderson | 2007-10-25 | 1 | -1/+1 |
* | More tutorial cleanups. | Owen Anderson | 2007-10-25 | 2 | -5/+22 |
* | Add proper footers. | Owen Anderson | 2007-10-25 | 2 | -0/+26 |
* | Don't bother providing code samples. Maintaining zip files in the repository... | Owen Anderson | 2007-10-25 | 6 | -16/+0 |
* | Add chapter 4, feedback appreciated. | Chris Lattner | 2007-10-25 | 1 | -8/+1024 |
* | Run the verifier on generated code. | Chris Lattner | 2007-10-25 | 1 | -6/+23 |
* | Update Makefile to use simpler llvm-config parameters. | Owen Anderson | 2007-10-24 | 2 | -0/+0 |
* | Update Makefile to use simpler llvm-config parameters. | Owen Anderson | 2007-10-24 | 2 | -0/+0 |
* | further simplify run options, thanks to gordonh for pointing this out | Chris Lattner | 2007-10-24 | 1 | -2/+1 |
* | Fix instructions now that PR1739 is fixed. | Chris Lattner | 2007-10-24 | 1 | -1/+1 |
* | Fix validation problems, which were somewhat ironically in the "valid html" b... | Chris Lattner | 2007-10-23 | 4 | -5/+5 |
* | add a skeleton for part 4 | Chris Lattner | 2007-10-23 | 2 | -3/+82 |
* | complete the codegen chapter | Chris Lattner | 2007-10-23 | 2 | -32/+374 |
* | Now with valid HTML 4.01! | Owen Anderson | 2007-10-23 | 1 | -22/+22 |
* | Add a link to the "writing an optimization" tutorial. | Owen Anderson | 2007-10-23 | 1 | -0/+4 |
* | Add downloadable code sample for tutorial 2. | Owen Anderson | 2007-10-23 | 3 | -1/+1 |
* | Add the second of the "basic topics" tutorials. | Owen Anderson | 2007-10-23 | 3 | -1/+187 |
* | Reorder the optimization and bitcode tutorials. | Owen Anderson | 2007-10-23 | 1 | -2/+2 |
* | Fix up a broken #include, move code to its own section, add conclusions. | Chris Lattner | 2007-10-23 | 1 | -7/+27 |
* | Finish up expr codegen. | Chris Lattner | 2007-10-23 | 1 | -9/+59 |
* | several improvements suggested by Dan, thanks! | Chris Lattner | 2007-10-23 | 2 | -9/+20 |
* | fit in 80 cols :) | Chris Lattner | 2007-10-22 | 1 | -1/+2 |
* | start of chapter 3 | Chris Lattner | 2007-10-22 | 2 | -1/+788 |
* | Fix a few typos I noticed. | Owen Anderson | 2007-10-22 | 1 | -6/+4 |
* | Add downloadable code samples. | Owen Anderson | 2007-10-22 | 3 | -0/+12 |
* | Check in part 2: parser and ast. | Chris Lattner | 2007-10-22 | 3 | -4/+1181 |
* | Fix some code to make it actually work. | Owen Anderson | 2007-10-22 | 1 | -5/+8 |
* | Put correct link in example | Bill Wendling | 2007-10-22 | 1 | -3/+2 |
* | add part 1, review appreciated. | Chris Lattner | 2007-10-22 | 2 | -3/+267 |
* | add an outline for "part 2". | Chris Lattner | 2007-10-22 | 1 | -8/+17 |
* | rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. | Chris Lattner | 2007-10-22 | 2 | -5/+5 |
* | Some improvements based on feedback from Anders. | Owen Anderson | 2007-10-20 | 1 | -2/+2 |
* | Fix some weird indenting in code. | Owen Anderson | 2007-10-20 | 1 | -9/+9 |
* | Use getOrInsertFunction() in tutorial 1. This makes for shorter, simpler, an... | Owen Anderson | 2007-10-20 | 1 | -29/+10 |
* | Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, | Owen Anderson | 2007-10-20 | 2 | -0/+207 |
* | Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is | Dan Gohman | 2007-10-17 | 1 | -9/+3 |
* | Document the -view-sunit-dags option. | Dan Gohman | 2007-10-15 | 1 | -1/+5 |
* | Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback | Dan Gohman | 2007-10-15 | 1 | -4/+136 |
* | Fixing a typo. Found by Kevin André! | Gordon Henriksen | 2007-10-14 | 1 | -1/+1 |
* | Various improvements to the documentation, contributed by | Chris Lattner | 2007-10-08 | 1 | -23/+62 |
* | LLVM does not use the old style simple isel any more. | Evan Cheng | 2007-10-08 | 1 | -5/+2 |
* | Clarify that shifts that are too large are undefined. | Chris Lattner | 2007-10-03 | 1 | -3/+19 |
* | remove extraneous tag | Chris Lattner | 2007-10-03 | 1 | -1/+1 |
* | remove misleading documentation: LLVM has no atomic support yet. | Chris Lattner | 2007-10-03 | 1 | -302/+1 |