summaryrefslogtreecommitdiff
path: root/examples/BrainF/BrainF.h
Commit message (Expand)AuthorAge
* Update the examples for the new header file locations.Chandler Carruth2013-01-02
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* remove attributions from examples.Chris Lattner2007-12-29
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-12