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