summaryrefslogtreecommitdiffstats
path: root/examples/BrainF/BrainF.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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