summaryrefslogtreecommitdiff
path: root/examples/BrainF/BrainFDriver.cpp
Commit message (Expand)AuthorAge
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* 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
* 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
* use proper namespace qualificationsChris Lattner2008-08-23
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* remove attributions from examples.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-12