summaryrefslogtreecommitdiff
path: root/examples/BrainF
Commit message (Expand)AuthorAge
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-13
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-13
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Update the examples for an API change.Rafael Espindola2013-07-16
* Update the examples for the new header file locations.Chandler Carruth2013-01-02
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-04
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Fix BrainF compilation.Francois Pichet2012-01-31
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* update for recent api changes. I have a hard time believing that this is act...Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-15
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Remove the const from Type after of Jay deconstify work.Francois Pichet2011-07-12
* Fix the BrainF build.Francois Pichet2011-07-12
* fix some examplesJohn Wiegley2011-07-11
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* upgrade to use new intrinsics, patch by Dan Hipschman!Chris Lattner2010-08-10
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-07
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-06
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-05
* Remove FreeInst.Victor Hernandez2009-10-26
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-17
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-25
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-24
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-17
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21