CMake: Disable ENABLE_EXPORTS for executables with MSVC
[oota-llvm.git] / examples / Fibonacci /
2014-09-03 Iain SandoeFix configure and make build of llvm examples.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
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-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
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.
2012-10-23 Quentin ColombetTest commit access
2012-06-21 Arnaud A. de Grand... Remove trailing whitespaces
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
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...
2010-09-05 Chris Lattnerfit in 80 columns and don't crash on exit, fixes PR8080
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-12-01 Chris Lattnerfix PR5649 by making fib use the JIT instead of the...
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-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
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....
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-17 Anton KorobeynikovRemove asmprinters from examples by default. This reduc...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-13 Chris LattnerFix an incorrect comment, PR2147.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-03-06 Reid SpencerAdjust for changes in GenericValue type.
2007-01-07 Chris Lattneradd some casts to support a change in the getOrInsertFu...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-09-04 Chris LattnerUse llvm-config to determine what to link in
2006-03-24 Jeff CohenMinor corrections.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-05-06 Chris LattnerDon't forget these are calls
2005-05-06 Chris LattnerThese are legal for tail calls
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
2005-03-15 Alkis EvlogimenosStop using abegin.
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-18 Reid SpencerFix PR456:\
2004-11-05 Misha BrukmanClean up code layout, delete extra blank line, say...
2004-11-04 Chris LattnerFix typeo
2004-11-03 Chris LattnerCleanup this example, simplifying it and making it...
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement, which...
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 SpencerAdd the fibonacci example provided by Valery Khamenya.