Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / examples / BrainF / BrainFDriver.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2008-08-23 Chris Lattneruse proper namespace qualifications
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-09-12 Chris Lattneradd a new BF->LLVM translator, contributed by Sterling...