aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF/BrainF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-3/+3
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-1/+1
* Fix BrainF compilation.Francois Pichet2012-01-311-1/+2
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-2/+1
* update for recent api changes. I have a hard time believing that this is act...Chris Lattner2011-07-181-2/+2
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-151-3/+3
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-1/+1
* Remove the const from Type after of Jay deconstify work.Francois Pichet2011-07-121-1/+1
* Fix the BrainF build.Francois Pichet2011-07-121-1/+1
* fix some examplesJohn Wiegley2011-07-111-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-101-5/+6
* 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
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-22/+22
* 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-241-8/+8
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-16/+17
* 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-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+5
* 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
* use proper namespace qualificationsChris Lattner2008-08-231-4/+4
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-081-1/+1
* 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-131-7/+7
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-5/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-14/+14
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-4/+4
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-121-0/+458