#include <cstdlib> in the code listing for strtod.
[oota-llvm.git] / docs / tutorial / JITTutorial1.html
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-05-12 Bill WendlingUse llvm::raw_stream instead of llvm::Streams.
2009-04-12 Nick LewyckyFix compile error. Pointed out by mait on #llvm IRC!
2009-03-11 Gabor Greifdo not pretend llvm/.../*.h being system headers
2009-03-11 Gabor GreifFix exaples using IRBuilder. Thanks, Quadrescence and...
2008-05-19 Bill WendlingConvert non-ASCII apostrophes into ASCII apostrophes.
2008-05-19 Bill WendlingDelete the Module object.
2008-05-19 Bill Wendlings/insure/ensure/
2008-04-19 Gabor GreifMerge ... 49966 from branches/ggreif/use-diet to trunk...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-03-24 Owen AndersonOops. I wanted the compile flags for C++, not the...
2008-02-10 Chris LattnerVarious updates from Sam Bishop:
2007-11-06 Owen AndersonAdd a missing #include.
2007-11-05 Duncan SandsTrivial fixes.
2007-10-25 Owen AndersonMore tutorial cleanups.
2007-10-25 Owen AndersonAdd proper footers.
2007-10-25 Owen AndersonDon't bother providing code samples. Maintaining zip...
2007-10-22 Owen AndersonAdd downloadable code samples.
2007-10-22 Owen AndersonFix some code to make it actually work.
2007-10-22 Chris Lattnerrename tutorial 1 -> JITTutorial1, make unimplemented...