aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CMake: use add_llvm_example for HowToUseJIT.Oscar Fuentes2008-10-221-1/+1
* CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-265-1/+34
* Initial support for the CMake build system.Oscar Fuentes2008-09-222-0/+6
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-232-11/+12
* use proper namespace qualificationsChris Lattner2008-08-232-9/+8
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-174-4/+4
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-172-2/+2
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-082-2/+2
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-164-9/+9
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-3/+4
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-132-9/+9
* silence warning when assertions are disabled.Chris Lattner2008-04-081-1/+1
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-5/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-066-44/+44
* Fix an incorrect comment, PR2147.Chris Lattner2008-03-131-1/+1
* remove attributions from examples.Chris Lattner2007-12-297-14/+14
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-296-12/+12
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-172-5/+5
* add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner2007-09-125-1/+721
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-232-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1810-0/+682