ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / examples / BrainF / BrainFDriver.cpp
2015-11-07 Duncan P. N. Exon... examples: Remove implicit ilist iterator conversions...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-13 Chandler Carruth[cleanup] Re-sort the examples #include lines with...
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
2013-07-16 Rafael EspindolaUpdate the examples for an API change.
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
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...