Rework r233647, "llvm/examples: Suppress building a few JIT examples."
[oota-llvm.git] / examples / ModuleMaker /
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
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.
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
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-29 Owen AndersonMove types back to the 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
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-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2008-09-26 Oscar FuentesCMake: Builds all examples. Corrected name of CBackend...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-10-20 Reid SpencerFor PR950:
2006-09-04 Chris LattnerUse llvm-config to determine what to link in
2006-07-28 Chris LattnerWriteBytecodeToFile actually can't throw.
2006-07-28 Chris LattnerWriteBytecodeToFile throws, so this needs EH info.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-29 Reid SpencerCorrect some grammar and describe current reality.
2006-05-14 Chris LattnerCatch a potentially thrown exception.
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
2005-03-15 Chris Lattneradd missing copyright header
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-18 Reid SpencerFix PR456:\
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-09-11 Reid SpencerCorrect the file header to reflect the new "examples...
2004-09-11 Reid SpencerAdd library LLVMsystem.a because the JIT now needs it.
2004-08-23 Reid SpencerMoved small examples from /projects/SmallExamples to...
2004-08-19 Reid SpencerMake the SmallExamples programs compile in their new...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h doesn't include...
2003-11-25 John CriswellConfigure script for ModuleMaker.
2003-11-25 John CriswellAuto-confed ModuleMaker.
2003-11-25 John CriswellAuto-conf'ed the ModuleMaker code.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyrights to Makefiles.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-21 Chris LattnerInitial checkin
2003-08-21 Chris LattnerInitial checkin of ModuleMaker project