summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/BrainFDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Fix compilation of examples after 13680223b9d8 / r352827James Y Knight2019-02-011-2/+3
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-5/+7
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-7/+5
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-5/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update examples for API change. NFC.Rafael Espindola2018-02-141-1/+1
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-111-1/+1
* BrainF example: fixing output buffering issueBoris Ulasevich2017-01-171-0/+4
* BrainF example: fixing segfault caused by outdated code with missing MCJIT de...Boris Ulasevich2016-12-151-0/+6
* Fix examples files to reflect header split in r286566.Teresa Johnson2016-11-111-1/+1
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-251-4/+19
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-2/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+2
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-7/+7
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+1
* Try to fix the msvc build.Benjamin Kramer2014-04-291-0/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-131-1/+1
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-131-1/+1
* Update the examples for an API change.Rafael Espindola2013-07-161-1/+1
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-1/+1
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-2/+2
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-1/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-19/+20
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-4/+6
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-171-0/+3
* use proper namespace qualificationsChris Lattner2008-08-231-5/+4
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-4/+4
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+1
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-121-0/+156
OpenPOWER on IntegriCloud