summaryrefslogtreecommitdiff
path: root/docs/tutorial/LangImpl6.html
Commit message (Expand)AuthorAge
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-05
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix some minor typosSylvestre Ledru2012-07-31
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* [docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar2012-05-02
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-16
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-04
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-16
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-01
* fix typos reported by Adam Warner!Chris Lattner2010-06-21
* Update html tutorial docs to match api changes.Eric Christopher2010-06-14
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-22
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-13
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-26
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-16
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-08
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-11
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-10
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-19
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-14
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* Various updates from Sam Bishop:Chris Lattner2008-02-10
* dump the module *before* we delete it, not after.Chris Lattner2008-02-05
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-02
* !< is >=, not >. Thanks to Max Hailperin for pointing this out!Chris Lattner2007-11-23
* many edits, patch by Kelly Wilson!Chris Lattner2007-11-15
* edits for chapter 7Chris Lattner2007-11-07
* fixes from Ryan Brown.Chris Lattner2007-11-06
* add some links to the tutorial index and between chapters.Chris Lattner2007-11-05
* add table of contents to each chapter.Chris Lattner2007-11-05
* spell identifier correctly.Chris Lattner2007-11-05
* fix typosChris Lattner2007-11-02