summaryrefslogtreecommitdiffstats
path: root/examples/BrainF
Commit message (Expand)AuthorAgeFilesLines
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-112-5/+5
* 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-152-0/+7
* Fix examples files to reflect header split in r286566.Teresa Johnson2016-11-111-1/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-253-12/+40
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-2/+2
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-7/+3
* BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi2015-05-191-1/+2
* llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl...NAKAMURA Takumi2015-04-021-1/+1
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-031-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-022-2/+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-072-1/+2
* Nuke the old JIT.Rafael Espindola2014-08-072-2/+1
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+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
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+8
* 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-023-7/+7
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-042-3/+3
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1/+1
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-1/+0
* Fix BrainF compilation.Francois Pichet2012-01-311-1/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-2/+1
* update for recent api changes. I have a hard time believing that this is act...Chris Lattner2011-07-181-2/+2
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-151-3/+3
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-1/+1
* Remove the const from Type after of Jay deconstify work.Francois Pichet2011-07-121-1/+1
* Fix the BrainF build.Francois Pichet2011-07-121-1/+1
* fix some examplesJohn Wiegley2011-07-111-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-3/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+3
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-101-5/+6
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-3/+0
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-0/+3
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-2/+5
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-5/+2
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-2/+5
* Remove FreeInst.Victor Hernandez2009-10-261-2/+2
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-1/+6