aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineConstantPool.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Replace a #include with a forward-declaration.Dan Gohman2008-12-031-1/+1
* Fix these comments to reflect current reality. Surprisingly,Dan Gohman2008-09-161-1/+2
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-231-16/+3
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-1/+10
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+149