explain that NumElements in alloca and malloc defaults to one
[oota-llvm.git] / docs / tutorial /
2008-02-05 Chris Lattnerdump the module *before* we delete it, not after.
2007-12-02 Chris Lattnerfix typo noticed by Joshua Pennington
2007-11-28 Chris LattnerAdd a note
2007-11-23 Chris Lattner!< is >=, not >. Thanks to Max Hailperin for pointing...
2007-11-19 Owen AndersonTeach me to do stuff late at night.
2007-11-19 Owen AndersonFix a factually incorrect statement pointed out by...
2007-11-15 Chris Lattnermany edits, patch by Kelly Wilson!
2007-11-13 Chris LattnerMany typos, grammaro, and wording fixes. Patch by
2007-11-12 Gordon HenriksenTypo fix in the tutorial.
2007-11-07 Chris Lattnerminor edit
2007-11-07 Chris Lattnerfinal edits.
2007-11-07 Chris Lattnerchapter 7 edits
2007-11-07 Chris Lattneredits for chapter 7
2007-11-07 Chris Lattneredits for chapter 5
2007-11-07 Chris Lattnerminor edits
2007-11-07 Chris Lattneredits.
2007-11-06 Chris Lattnerfixes from Kelly Wilson.
2007-11-06 Chris Lattneredits for chapter 3
2007-11-06 Chris Lattnerchapter 2 edits
2007-11-06 Chris Lattneredits
2007-11-06 Chris Lattnerclarify what proto is.
2007-11-06 Chris LattnerAdd a real intro to the series.
2007-11-06 Chris Lattnertypo from Ryan Brown.
2007-11-06 Chris Lattnerfixes from Ryan Brown.
2007-11-06 Owen AndersonAdd a missing #include.
2007-11-05 Chris Lattnermerge in various fixes from Kelly Wilson.
2007-11-05 Chris Lattneradd some links to the tutorial index and between chapters.
2007-11-05 Chris Lattnergrammaro
2007-11-05 Chris Lattnerrecursive types are our friend.
2007-11-05 Chris Lattnermention possibility of using a visitor
2007-11-05 Chris Lattnerclarify why prototype::codegen returns a function.
2007-11-05 Chris LattnerTOC for chapter 8
2007-11-05 Chris Lattneradd table of contents to each chapter.
2007-11-05 Chris Lattneradd link to llvmbuilder doxygen docs
2007-11-05 Chris Lattnerspell identifier correctly.
2007-11-05 Chris Lattnerfix typo
2007-11-05 Chris LattnerDan points out that mem2reg also promotes vectors:...
2007-11-05 Chris Lattnerclarify
2007-11-05 Chris Lattnerfix typo
2007-11-05 Duncan SandsFix some typos.
2007-11-05 Duncan SandsTrivial fixes.
2007-11-05 Chris Lattneradd a link.
2007-11-05 Chris Lattnerfinish the tutorial, yaay.
2007-11-05 Chris LattnerAdd the first section of chapter 8.
2007-11-05 Chris Lattnerfinish the chapter.
2007-11-04 Chris Lattnerfix typos
2007-11-03 Chris Lattnerfinish the 'Memory in LLVM' section
2007-11-03 Chris Lattnerhack and slash the first 20% of chapter seven.
2007-11-02 Chris Lattnerfix typos
2007-11-02 Chris LattnerFinish chapter 6, and add a spiffy demo that shows...
2007-11-01 Chris LattnerAdd the start of chapter 6, still much to go.
2007-10-31 Chris Lattnerfix validation
2007-10-31 Chris Lattnerokay, fine, make me finish this chapter. :)
2007-10-31 Chris Lattneradd the code for expression code that we'll add, though...
2007-10-31 Chris LattnerAdd the first half of chapter 5: if/then/else.
2007-10-25 Chris Lattnertypo
2007-10-25 Chris Lattnersome minor edits, link to Passes.html, make one point
2007-10-25 Owen AndersonFix an obvious typo.
2007-10-25 Owen AndersonMore tutorial cleanups.
2007-10-25 Owen AndersonAdd proper footers.
2007-10-25 Owen AndersonDon't bother providing code samples. Maintaining zip...
2007-10-25 Chris LattnerAdd chapter 4, feedback appreciated.
2007-10-25 Chris LattnerRun the verifier on generated code.
2007-10-24 Owen AndersonUpdate Makefile to use simpler llvm-config parameters.
2007-10-24 Owen AndersonUpdate Makefile to use simpler llvm-config parameters.
2007-10-24 Chris Lattnerfurther simplify run options, thanks to gordonh for...
2007-10-24 Chris LattnerFix instructions now that PR1739 is fixed.
2007-10-23 Chris LattnerFix validation problems, which were somewhat ironically...
2007-10-23 Chris Lattneradd a skeleton for part 4
2007-10-23 Chris Lattnercomplete the codegen chapter
2007-10-23 Owen AndersonNow with valid HTML 4.01!
2007-10-23 Owen AndersonAdd a link to the "writing an optimization" tutorial.
2007-10-23 Owen AndersonAdd downloadable code sample for tutorial 2.
2007-10-23 Owen AndersonAdd the second of the "basic topics" tutorials.
2007-10-23 Owen AndersonReorder the optimization and bitcode tutorials.
2007-10-23 Chris LattnerFix up a broken #include, move code to its own section...
2007-10-23 Chris LattnerFinish up expr codegen.
2007-10-23 Chris Lattnerseveral improvements suggested by Dan, thanks!
2007-10-22 Chris Lattnerfit in 80 cols :)
2007-10-22 Chris Lattnerstart of chapter 3
2007-10-22 Owen AndersonFix a few typos I noticed.
2007-10-22 Owen AndersonAdd downloadable code samples.
2007-10-22 Chris LattnerCheck in part 2: parser and ast.
2007-10-22 Owen AndersonFix some code to make it actually work.
2007-10-22 Chris Lattneradd part 1, review appreciated.
2007-10-22 Chris Lattneradd an outline for "part 2".
2007-10-22 Chris Lattnerrename tutorial 1 -> JITTutorial1, make unimplemented...
2007-10-20 Owen AndersonSome improvements based on feedback from Anders.
2007-10-20 Owen AndersonFix some weird indenting in code.
2007-10-20 Owen AndersonUse getOrInsertFunction() in tutorial 1. This makes...
2007-10-20 Owen AndersonAdd the beginnings of an LLVM tutorial. If anyone...