summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/BrainF.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-5/+2
| | | | llvm-svn: 49338
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-14/+14
| | | | | | | | Specifically, introduction of XXX::Create methods for Users that have a potentially variable number of Uses. llvm-svn: 49277
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45420
* Change the PointerType api for creating pointer types. The old functionality ↵Christopher Lamb2007-12-171-4/+4
| | | | | | of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. llvm-svn: 45082
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-121-0/+458
llvm-svn: 41881
OpenPOWER on IntegriCloud