aboutsummaryrefslogtreecommitdiffstats
path: root/examples/BrainF/BrainFDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-11/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* 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