Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction
[oota-llvm.git] / examples /
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.
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-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-01 Reid SpencerFor PR1019:
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-06-01 Reid SpencerSupport correct build:
2006-05-29 Reid SpencerCorrect some grammar and describe current reality.
2006-05-14 Chris LattnerCatch a potentially thrown exception.
2006-03-24 Jeff CohenMinor corrections.
2006-03-03 Chris LattnerUpgrade this to use the new intrinsic names
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:
2005-05-06 Chris LattnerDon't forget these are calls
2005-05-06 Chris LattnerThese are legal for tail calls
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-20 Misha BrukmanRemove trailing whitespace at the end of lines
next