aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope
AgeCommit message (Expand)AuthorFilesLines
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi4-0/+4
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2-2/+2
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola4-4/+8
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola4-4/+4
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth10-13/+13
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth11-11/+11
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi5-5/+46
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka6-39/+18
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka6-6/+32
2013-11-18Revert r194865 and r194874.Alexey Samsonov6-30/+6
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka6-6/+30
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz12-0/+12
2013-07-22Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor20-0/+9374
2013-07-21Remove unused fields.Rafael Espindola1-11/+3
2013-01-02Update the examples for the new header file locations.Chandler Carruth5-24/+24
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth6-23/+23
2012-10-08Move TargetData to DataLayout.Micah Villmow4-8/+8
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth5-5/+5
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng4-4/+4
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet5-7/+7
2011-07-11fix some examplesJohn Wiegley5-10/+10
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad3-10/+5
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad3-0/+5
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman4-0/+4
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman4-0/+8
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes1-0/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer5-14/+10
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer5-10/+14
2010-07-12Convert some tab stops into spaces.Duncan Sands4-4/+4
2010-06-21fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner4-6/+6
2010-06-14Make kaleidoscope use fp add/sub/mul.Eric Christopher4-12/+12
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin8-12/+28
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin4-28/+12
2010-01-25This example requires RTTI.Daniel Dunbar1-0/+1
2009-09-22Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar18-3/+3503
2009-09-22Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar5-9/+25
2009-09-22Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar1-16/+8
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner1-35/+33
2009-08-24Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner1-3/+4
2009-08-17CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes1-1/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-12/+17
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-1/+1
2009-07-29Move types back to the 2.5 API.Owen Anderson1-2/+1
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson1-5/+5
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-1/+1
2009-07-20PR4591: Make sure to initialize the pass manager before using it.Eli Friedman1-0/+2
2009-07-19Fix buildDaniel Dunbar1-1/+1
2009-07-19Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby1-0/+2
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-2/+1
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson1-7/+8