summaryrefslogtreecommitdiff
path: root/examples/BrainF
Commit message (Expand)AuthorAge
...
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-17
* 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
* CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-26
* use proper namespace qualificationsChris Lattner2008-08-23
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-17
* 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
* remove attributions from the rest of the llvm makefiles.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