llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetElementPtr...
[oota-llvm.git] / examples / BrainF / BrainF.cpp
2015-04-02 NAKAMURA Takumillvm/examples/BrainF: Give an explicit pointee type...
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-01-31 Francois PichetFix BrainF compilation.
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-18 Chris Lattnerupdate for recent api changes. I have a hard time...
2011-07-15 Francois PichetConvert CallInst and InvokeInst APIs to use ArrayRef...
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-12 Francois PichetRemove the const from Type after of Jay deconstify...
2011-07-12 Francois PichetFix the BrainF build.
2011-07-11 John Wiegleyfix some examples
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2010-08-10 Chris Lattnerupgrade to use new intrinsics, patch by Dan Hipschman!
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-08-23 Chris Lattneruse proper namespace qualifications
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration in more places.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-09-12 Chris Lattneradd a new BF->LLVM translator, contributed by Sterling...