Merging r258386:
[oota-llvm.git] / docs / tutorial /
2015-12-15 Alex DenisovLLVM tutorial: fix broken links/anchors
2015-11-15 Alex Denisov[Docs] Fix typo
2015-11-05 Peter CollingbourneUpdate tutorial for debug info IR change.
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-26 Lang Hames[Kaleidoscope] Fix a typo in Chapter 5.
2015-08-26 Lang HamesBig Kaleidoscope tutorial update.
2015-08-19 Lang Hames[Kaleidoscope] More inter-chapter diff reduction.
2015-08-19 Lang Hames[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
2015-08-18 Lang Hames[Kaleidoscope] Start C++11'ifying the kaleidoscope...
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-18 Duncan P. N. Exon... docs: Update Kaleidoscope for recent DI changes
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-03-31 Sean Silva[docs] Fix typo.
2015-03-17 Sean Silva[docs] Fix some malformed links.
2015-02-07 David BlaikieRename the 'Extending the Language: Debug Information...
2015-01-24 Charlie TurnerFixup debug information references.
2015-01-24 Charlie TurnerUpdate references to lines of code count.
2015-01-08 Eric ChristopherThe Kaleidoscope tutorial should be using "mcjit" for...
2014-12-09 Eric ChristopherAdd argument variable support to the debug info tutorial
2014-12-08 Eric ChristopherClean up the rst for the debug info tutorial
2014-12-08 Eric ChristopherAdd Chapter 8 to the Kaleidoscope tutorial. This chapte...
2014-11-06 Lang Hames[Docs][JIT] Update the clang++ invocation lines in...
2014-02-19 Sean Silva[docs] Clean up some more llvm-gcc stuff
2013-11-05 Peter Zotov[OCaml] (PR10016) Add a few missing line in OCamlLangIm...
2013-06-21 Sean Silva[docs] Fix broken link.
2013-06-08 Logan ChienUpdate code listings in LLVM tutorial.
2013-05-01 Nikola SmiljanicFix spelling
2013-03-11 Sean Silva[docs] Remove explicit authorship.
2013-01-23 Sean Silvadocs: Update title of external tutorial.
2012-12-27 Sean Silvadocs: Move link to the new "external tutorials" area.
2012-12-23 Sean Silvadocs: Add link to external LLVM backend tutorial.
2012-12-05 Sean Silvadocs: Sphinxify `docs/tutorial/`
2012-12-04 Sean Silvadocs: Begin Sphinxification of docs/tutorial/
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-31 Sylvestre LedruFix some minor typos
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-05-02 Daniel Dunbar[docs] Include the Kaleidescope tutorial in the Sphinx...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2011-10-16 Bill WendlingInstall the PNG file as well. PR4780.
2011-10-16 Bill WendlingUpdate tutorial to reflect the current APIs. Also corre...
2011-10-04 David ChisnallTell people using the tutorial how to make it actually...
2011-07-15 Eli FriedmanA couple of minor fixes to the OCaml tutorial. PR10025...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs/*.html: Make W3C HTML 4.01 Strict more compliant.
2011-04-09 NAKAMURA Takumidocs/tutorial/OCamlLangImpl7.html: Fix a href to missin...
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-02-27 Duncan SandsFix typo pointed out in pr9339.
2011-02-15 Chris LattnerMinor fixes to tutorial, patch by Benjamin Meyer!
2011-01-01 Erick TryzelaarAdd a reference to the OCamlLangImpl8.
2011-01-01 Erick TryzelaarAdd an OCaml tutorial page 8
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-09-01 Chris Lattnerupdate the tutorial to use CreateFAdd to create fp...
2010-06-21 Chris Lattnerfix typos reported by Adam Warner!
2010-06-14 Eric ChristopherUpdate html tutorial docs to match api changes.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-03-21 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
2010-03-08 Erick TryzelaarUpdate the OCaml Kaleidoscope tutorial.
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-03 Dan GohmanAdd "Author Date Id Revision" svn:keyword properties...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-30 Nick LewyckyRemove the 'simple jit' tutorial as it wasn't really...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-09-14 Erick TryzelaarMake sure to initialize the fpm in the ocaml tutorial.
2009-09-13 Nick LewyckyUpdate the tutorial to match changes to examples/Kaleid...
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-19 Erick TryzelaarUpdate the ocaml docs to work with LLVMContext.
2009-08-17 John McCall#include <cstdlib> in the code listing for strtod.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-05-12 Bill WendlingUse llvm::raw_stream instead of llvm::Streams.
2009-04-12 Nick LewyckyFix compile error. Pointed out by mait on #llvm IRC!
2009-03-11 Gabor Greifdo not pretend llvm/.../*.h being system headers
2009-03-11 Gabor Greiffix validator errors
next