Do not re-test for the existence of pthread.h.
[oota-llvm.git] / examples / ParallelJIT /
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-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-10-12 Douglas GregorMake ParallelJIT pthreads linking with CMake slightly...
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....
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2008-09-26 Oscar FuentesCMake: Builds all examples. Corrected name of CBackend...
2008-08-17 Anton KorobeynikovRemove asmprinters from examples by default. This reduc...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-08 Chris Lattnersilence warning when assertions are disabled.
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-03-06 Reid SpencerAdjust for changes in GenericValue type.
2007-01-19 Reid SpencerFix a #include to resolve IntegerType class.
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-08-24 Reid SpencerFor PR616:
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-13 Reid SpencerGet rid of warnings on Alpha
2005-07-12 Reid SpencerCorrect the file title.
2005-07-12 Reid SpencerFor PR418: