aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope
Commit message (Expand)AuthorAgeFilesLines
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-118-12/+28
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-274-28/+12
* This example requires RTTI.Daniel Dunbar2010-01-251-0/+1
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-2218-3/+3503
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-225-9/+25
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-221-16/+8
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-35/+33
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-241-3/+4
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-171-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-12/+17
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-5/+5
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* PR4591: Make sure to initialize the pass manager before using it.Eli Friedman2009-07-201-0/+2
* Fix buildDaniel Dunbar2009-07-191-1/+1
* Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby2009-07-191-0/+2
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+1
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-7/+8
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-171-0/+3
* silence a warning.Chris Lattner2009-04-151-1/+1
* Get rid of some compile warnings.Bill Wendling2009-04-131-3/+1
* Add Kaleidoscope to examples/ so that it gets built regularly and we'll noticeNick Lewycky2009-04-123-0/+1157