aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF
Commit message (Expand)AuthorAgeFilesLines
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-3/+0
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-0/+3
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-2/+5
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-5/+2
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-2/+5
* Remove FreeInst.Victor Hernandez2009-10-261-2/+2
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+6
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-6/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+6
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-19/+20
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-132-26/+28
* 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-3/+3
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-242-9/+9
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+1
* 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-142-17/+19
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-3/+2
* 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-013-5/+6
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-013-7/+11
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-171-0/+3
* 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: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-261-0/+6
* use proper namespace qualificationsChris Lattner2008-08-232-9/+8
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-171-1/+1
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-082-2/+2
* 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
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-5/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-062-18/+18
* remove attributions from examples.Chris Lattner2007-12-293-6/+6
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-172-5/+5
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-124-0/+720