Another test.
[oota-llvm.git] / examples /
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Eric ChristopherFix up the ocaml kaleidoscope example as well.
2010-06-21 Chris Lattnerfix several bugs in the tutorial, patch by Kevin Kelley!
2010-06-15 Daniel DunbarRemove stray semi-colon.
2010-06-14 Eric ChristopherMake kaleidoscope use fp add/sub/mul.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-24 Nick LewyckyUse provided llvm-defined variables instead of twisting...
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-03-21 Erick TryzelaarFix the ocaml kaleidoscope tutorial to fix linking...
2010-03-08 Erick TryzelaarDon't always run the ocaml kaleidoscope tutorials.
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Garrison VennModified examples Makefile to only build the ExceptionD...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-10 Garrison VennPrevented build on WINDOWS using default make system...
2010-02-10 Garrison VennPrevented ExceptionDemo example being built on WINDOWS...
2010-02-09 Garrison VennAdds a JIT based exception handling example to the...
2010-02-03 Garrison VennRepository access test commit
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-25 Daniel DunbarThis example requires RTTI.
2009-12-01 Chris Lattnerfix PR5649 by making fib use the JIT instead of the...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-12 Douglas GregorMake ParallelJIT pthreads linking with CMake slightly...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-22 Erick TryzelaarAdd examples for Kaleidoscope chapters 2 through 6.
2009-09-22 Erick TryzelaarRename Kaleidoscope to show that it's for Chapter 7...
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Reid KlecknerFixed double free in Kaleidoscope. Fixes PR4762.
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Eli FriedmanPR4591: Make sure to initialize the pass manager before...
2009-07-19 Daniel DunbarFix build
2009-07-19 Xerxes RanbyFix: Kaleidoscope link in JIT and Interpreter by includ...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
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...
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2009-04-15 Chris Lattnersilence a warning.
2009-04-13 Bill WendlingGet rid of some compile warnings.
2009-04-12 Nick LewyckyAdd Kaleidoscope to examples/ so that it gets built...
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-06 Torok Edwinrevert r68457, its crashing in make check.
2009-04-06 Torok Edwinfix (part of) memory leak on shutdown. See PR2975.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-10-22 Oscar FuentesCMake: use add_llvm_example for HowToUseJIT.
2008-09-26 Oscar FuentesCMake: Builds all examples. Corrected name of CBackend...
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-23 Chris Lattneruse proper namespace qualifications
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-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-08 Chris Lattnersilence warning when assertions are disabled.
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration in more places.
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-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-09-12 Chris Lattneradd a new BF->LLVM translator, contributed by Sterling...
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-03 Owen AndersonRemove BFtoLLVM. It was old, and a poor example becaus...
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-03-06 Reid SpencerRevert last patch. The examples build now.
2007-03-06 Reid SpencerAdjust for changes in GenericValue type.
2007-03-06 Chris Lattnertemporarily disable this until Reid has a chance to...
2007-02-13 Chris Lattnereliminate vector-related ctors
2007-01-19 Reid SpencerFix a #include to resolve IntegerType class.
2007-01-19 Reid SpencerAdd a #include to resolve IntegerType class.
next