aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-13/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-242-3/+10
* 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
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-6/+1
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-1/+6
* 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-132-26/+28
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-3/+3
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-242-9/+9
* 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
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-142-17/+19
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-3/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-3/+2
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-0/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-012-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-013-5/+6
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-013-7/+11
* make sure that JIT examples link in their appropriate target.Chris Lattner2009-06-171-0/+3