aboutsummaryrefslogtreecommitdiff
path: root/examples/BrainF
AgeCommit message (Expand)Author
2009-06-17make sure that JIT examples link in their appropriate target.Chris Lattner
2008-11-21reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner
2008-11-21Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling
2008-11-21Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta
2008-09-26CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes
2008-08-23use proper namespace qualificationsChris Lattner
2008-08-17Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov
2008-08-08Have IRBuilder take a template argument on whether or not to preserveEric Christopher
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands
2008-04-07Use Intrinsic::getDeclaration in more places.Duncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2007-12-29remove attributions from examples.Chris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner