aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/BrainF/BrainF.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Update the examples for the new header file locations.Chandler Carruth1-3/+3
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson1-1/+2
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson1-2/+2
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-2/+3
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-2/+3
2008-08-08Have IRBuilder take a template argument on whether or not to preserveEric Christopher1-1/+1
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands1-2/+2
2007-12-29remove attributions from examples.Chris Lattner1-2/+2
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner1-0/+91