summaryrefslogtreecommitdiff
path: root/examples/BrainF/BrainF.cpp
Commit message (Expand)AuthorAge
* 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
* Fix BrainF compilation.Francois Pichet2012-01-31
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* update for recent api changes. I have a hard time believing that this is act...Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-15
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Remove the const from Type after of Jay deconstify work.Francois Pichet2011-07-12
* Fix the BrainF build.Francois Pichet2011-07-12
* fix some examplesJohn Wiegley2011-07-11
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-10
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* Remove FreeInst.Victor Hernandez2009-10-26
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* 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
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* 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
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* use proper namespace qualificationsChris Lattner2008-08-23
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* remove attributions from examples.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-12