aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add comments to function.Bill Wendling2008-11-051-0/+6
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-041-0/+22
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-5/+0
* simplify some code to avoid string thrashing.Chris Lattner2008-06-271-3/+5
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+5
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Remove an unnecessary #includeDan Gohman2008-03-101-1/+0
* Fix 80-col violations.Dan Gohman2008-01-291-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+322