summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
Commit message (Collapse)AuthorAgeFilesLines
...
* Move types back to the 2.5 API.Owen Anderson2009-07-295-6/+6
| | | | llvm-svn: 77516
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-275-20/+20
| | | | llvm-svn: 77247
* Get rid of the Pass+Context magic.Owen Anderson2009-07-223-3/+3
| | | | llvm-svn: 76702
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-212-4/+4
| | | | llvm-svn: 76668
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument ↵Reid Kleckner2009-07-184-5/+5
| | | | | | | | EE::create(). Also a test commit. llvm-svn: 76276
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-165-30/+30
| | | | llvm-svn: 76097
* Begin the painful process of tearing apart the rat'ss nest that is ↵Owen Anderson2009-07-133-3/+3
| | | | | | | | | Constants.cpp and ConstantFold.cpp. This involves temporarily hard wiring some parts to use the global context. This isn't ideal, but it's the only way I could figure out to make this process vaguely incremental. llvm-svn: 75445
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-085-10/+15
| | | | llvm-svn: 75040
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-122-2/+4
| | | | llvm-svn: 71573
* Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky2009-04-122-2/+2
| | | | llvm-svn: 68910
* do not pretend llvm/.../*.h being system headersGabor Greif2009-03-112-13/+13
| | | | llvm-svn: 66697
* fix validator errorsGabor Greif2009-03-112-2/+2
| | | | llvm-svn: 66688
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-117-12/+12
| | | | llvm-svn: 66687
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-091-0/+5
| | | | llvm-svn: 64106
* fix some incorrect links.Chris Lattner2008-12-121-3/+3
| | | | llvm-svn: 60919
* fix typoTorok Edwin2008-10-291-1/+1
| | | | llvm-svn: 58384
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-105-20/+20
| | | | llvm-svn: 52165
* Update text to point people at the right version of the tutorial forChris Lattner2008-05-281-1/+5
| | | | | | their release. llvm-svn: 51638
* adapt to new APIGabor Greif2008-05-212-2/+2
| | | | llvm-svn: 51387
* Grammar fix.Bill Wendling2008-05-191-1/+9
| | | | llvm-svn: 51236
* Delete module.Bill Wendling2008-05-191-1/+2
| | | | llvm-svn: 51235
* Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling2008-05-191-7/+7
| | | | llvm-svn: 51234
* Delete the Module object.Bill Wendling2008-05-191-1/+2
| | | | llvm-svn: 51233
* s/insure/ensure/Bill Wendling2008-05-191-3/+12
| | | | llvm-svn: 51232
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵Gabor Greif2008-04-197-39/+39
| | | | | | active API changes llvm-svn: 49968
* A couple minor fixes suggested by Matthijs KooijmanChris Lattner2008-04-152-2/+2
| | | | llvm-svn: 49729
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-146-7/+7
| | | | | | Matthijs Kooijman llvm-svn: 49648
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-1310-62/+51
| | | | | | the result IRBuilder. Patch by Dominic Hamon. llvm-svn: 49604
* There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar2008-03-311-1/+1
| | | | | | instead of OCamlLangImpl8.html. llvm-svn: 48979
* Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar2008-03-315-6/+5051
| | | | | | and fix some tabs in chapter 3 and 4. llvm-svn: 48978
* Tweak build system to allow for installing the tutorial and uninstalling the ↵Erick Tryzelaar2008-03-301-0/+28
| | | | | | docs. llvm-svn: 48968
* Fix some documentation for the tutorial.Erick Tryzelaar2008-03-302-40/+40
| | | | llvm-svn: 48966
* Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-302-0/+2115
| | | | llvm-svn: 48949
* Adding the first two chapters of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-273-0/+1421
| | | | llvm-svn: 48871
* Test commit (removed trailing whitespace)Erick Tryzelaar2008-03-261-1/+1
| | | | llvm-svn: 48809
* Oops. I wanted the compile flags for C++, not the C preprocessor flags.Owen Anderson2008-03-242-2/+2
| | | | llvm-svn: 48744
* fix some bugs in tutorial, patch by Erick TryzelaarChris Lattner2008-02-221-2/+2
| | | | llvm-svn: 47481
* Various updates from Sam Bishop:Chris Lattner2008-02-109-75/+87
| | | | | | | | | | | | | | "I have been working my way through the JIT and Kaleidoscope tutorials in my (minuscule) spare time. Thanks again for writing them! I have attached a patch containing some minor changes, ranging from spelling and grammar fixes to adding a "Next: <next tutorial section>" hyperlink to the bottom of each page. Every page has been given the "next link" treatment, but otherwise I'm only half way through the Kaleidoscope tutorial. I will send a follow-on patch if time permits." llvm-svn: 46933
* dump the module *before* we delete it, not after.Chris Lattner2008-02-054-18/+19
| | | | llvm-svn: 46741
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-027-7/+7
| | | | llvm-svn: 44522
* Add a noteChris Lattner2007-11-281-0/+3
| | | | llvm-svn: 44414
* !< is >=, not >. Thanks to Max Hailperin for pointing this out!Chris Lattner2007-11-231-2/+2
| | | | llvm-svn: 44291
* Teach me to do stuff late at night.Owen Anderson2007-11-191-1/+1
| | | | llvm-svn: 44236
* Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson2007-11-191-1/+1
| | | | llvm-svn: 44228
* many edits, patch by Kelly Wilson!Chris Lattner2007-11-153-74/+74
| | | | llvm-svn: 44157
* Many typos, grammaro, and wording fixes. Patch byChris Lattner2007-11-133-85/+81
| | | | | | Kelly Wilson, thanks! llvm-svn: 44043
* Typo fix in the tutorial.Gordon Henriksen2007-11-121-2/+2
| | | | llvm-svn: 44014
* minor editChris Lattner2007-11-071-1/+1
| | | | llvm-svn: 43813
* final edits.Chris Lattner2007-11-071-12/+13
| | | | llvm-svn: 43812
* chapter 7 editsChris Lattner2007-11-071-9/+10
| | | | llvm-svn: 43811
OpenPOWER on IntegriCloud