summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2008-10-22CMake: use add_llvm_example for HowToUseJIT.Oscar Fuentes1-1/+1
2008-09-26CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes5-1/+34
2008-09-22Initial support for the CMake build system.Oscar Fuentes2-0/+6
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2-11/+12
2008-08-23use proper namespace qualificationsChris Lattner2-9/+8
2008-08-17Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov4-4/+4
2008-08-17Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2-2/+2
2008-08-08Have IRBuilder take a template argument on whether or not to preserveEric Christopher2-2/+2
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif4-9/+9
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif1-3/+4
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2-9/+9
2008-04-08silence warning when assertions are disabled.Chris Lattner1-1/+1
2008-04-07Use Intrinsic::getDeclaration in more places.Duncan Sands1-5/+2
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif6-44/+44
2008-03-13Fix an incorrect comment, PR2147.Chris Lattner1-1/+1
2007-12-29remove attributions from examples.Chris Lattner7-14/+14
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner6-12/+12
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2-5/+5
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner5-1/+721
2007-08-23rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2-2/+2
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-2/+2
2007-07-03Remove BFtoLLVM. It was old, and a poor example because it didn't use best p...Owen Anderson6-274/+1
2007-05-06switch this to bitcode instead of bytecodeChris Lattner2-4/+4
2007-03-06Revert last patch. The examples build now.Reid Spencer1-2/+2
2007-03-06Adjust for changes in GenericValue type.Reid Spencer3-5/+5
2007-03-06temporarily disable this until Reid has a chance to fix it.Chris Lattner1-2/+2
2007-02-13eliminate vector-related ctorsChris Lattner1-3/+1
2007-01-19Fix a #include to resolve IntegerType class.Reid Spencer1-1/+1
2007-01-19Add a #include to resolve IntegerType class.Reid Spencer1-1/+1
2007-01-07add some casts to support a change in the getOrInsertFunction interfaceChris Lattner3-13/+16
2006-12-31For PR950:Reid Spencer4-20/+20
2006-12-23For PR950:Reid Spencer2-2/+2
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-1/+1
2006-12-01For PR1019:Reid Spencer1-1/+1
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-3/+2
2006-10-20For PR950:Reid Spencer4-9/+9
2006-09-04Use llvm-config to determine what to link inChris Lattner4-7/+5
2006-07-28WriteBytecodeToFile actually can't throw.Chris Lattner2-7/+1
2006-07-28WriteBytecodeToFile throws, so this needs EH info.Chris Lattner1-0/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-1/+1
2006-06-01Support correct build:Reid Spencer1-2/+5
2006-05-29Correct some grammar and describe current reality.Reid Spencer1-5/+4
2006-05-14Catch a potentially thrown exception.Chris Lattner1-1/+6
2006-03-24Minor corrections.Jeff Cohen3-3/+6
2006-03-03Upgrade this to use the new intrinsic namesChris Lattner1-2/+3
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen3-5/+9
2005-08-24For PR616:Reid Spencer1-0/+2
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen1-55/+55
2005-07-13Get rid of warnings on AlphaReid Spencer1-4/+4
2005-07-12Correct the file title.Reid Spencer1-2/+2