aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ModuleMaker
Commit message (Expand)AuthorAgeFilesLines
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-3/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+4
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-2/+1
* CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-261-0/+5
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-3/+3
* remove attributions from examples.Chris Lattner2007-12-291-2/+2
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-183-0/+83