summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/BrainF.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of examples after 13680223b9d8 / r352827James Y Knight2019-02-011-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-3/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+3
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-251-4/+5
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-3/+3
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1/+1
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+2
* 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/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+3
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-081-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-2/+2
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-121-0/+91
OpenPOWER on IntegriCloud