aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-17CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-20PR4591: Make sure to initialize the pass manager before using it.Eli Friedman
2009-07-19Fix buildDaniel Dunbar
2009-07-19Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-17make sure that JIT examples link in their appropriate target.Chris Lattner
2009-04-15silence a warning.Chris Lattner
2009-04-13Get rid of some compile warnings.Bill Wendling
2009-04-12Add Kaleidoscope to examples/ so that it gets built regularly and we'll noticeNick Lewycky
2009-04-07Another attempt at fixing PR2975.Torok Edwin
2009-04-06revert r68457, its crashing in make check.Torok Edwin
2009-04-06fix (part of) memory leak on shutdown. See PR2975.Torok Edwin
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling
2008-11-21Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta
2008-10-22CMake: use add_llvm_example for HowToUseJIT.Oscar Fuentes
2008-09-26CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-08-23use proper namespace qualificationsChris Lattner
2008-08-17Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov
2008-08-17Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner
2008-08-08Have IRBuilder take a template argument on whether or not to preserveEric Christopher
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands
2008-04-08silence warning when assertions are disabled.Chris Lattner