summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope
Commit message (Expand)AuthorAge
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-13
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-13
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-22
* Remove unused fields.Rafael Espindola2013-07-21
* Update the examples for the new header file locations.Chandler Carruth2013-01-02
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-04
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-15
* fix some examplesJohn Wiegley2011-07-11
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay 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
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-21
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-14
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* This example requires RTTI.Daniel Dunbar2010-01-25
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-22
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-22
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-22
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-26
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-24
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-17
* 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
* PR4591: Make sure to initialize the pass manager before using it.Eli Friedman2009-07-20
* Fix buildDaniel Dunbar2009-07-19
* Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby2009-07-19
* 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
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01