aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/BrainF/BrainFDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+1
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-3/+2
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-7/+7
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+1
2014-04-29Try to fix the msvc build.Benjamin Kramer1-0/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth1-1/+1
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth1-1/+1
2013-07-16Update the examples for an API change.Rafael Espindola1-1/+1
2013-01-02Update the examples for the new header file locations.Chandler Carruth1-1/+1
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-2/+2
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-1/+0
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-1/+0
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-1/+0
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner1-19/+20
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-4/+6
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson1-1/+1
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner1-2/+1
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson1-2/+2
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-1/+3
2009-06-17make sure that JIT examples link in their appropriate target.Chris Lattner1-0/+3
2008-08-23use proper namespace qualificationsChris Lattner1-5/+4
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-4/+4
2007-12-29remove attributions from examples.Chris Lattner1-2/+2
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb1-1/+1
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner1-0/+156