aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-35/+33
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-241-3/+4
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-232-21/+22
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-171-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-137-71/+85
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-312-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-293-6/+5
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-5/+5
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-246-18/+18
* 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-185-10/+5
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-7/+8
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-2/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-146-29/+32
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-132-2/+2
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-093-5/+4
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-1/+1
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-3/+2
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-0/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-012-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-018-10/+11
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-018-12/+29
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-2/+1
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-174-2/+14
* 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-125-1/+1159
* Another attempt at fixing PR2975.Torok Edwin2009-04-071-0/+4
* revert r68457, its crashing in make check.Torok Edwin2009-04-061-4/+0
* fix (part of) memory leak on shutdown. See PR2975.Torok Edwin2009-04-061-0/+4
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-1/+3
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-3/+1
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-1/+3
* CMake: use add_llvm_example for HowToUseJIT.Oscar Fuentes2008-10-221-1/+1
* CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-265-1/+34
* Initial support for the CMake build system.Oscar Fuentes2008-09-222-0/+6
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-232-11/+12
* use proper namespace qualificationsChris Lattner2008-08-232-9/+8
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-174-4/+4
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-172-2/+2
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-082-2/+2
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-164-9/+9
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-3/+4
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-132-9/+9
* silence warning when assertions are disabled.Chris Lattner2008-04-081-1/+1