aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineConstantPool.h
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-1/+1
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-241-8/+1
* no really, I can spell!Chris Lattner2009-07-211-4/+4
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-211-1/+28
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-2/+3
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-16/+14
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+2
* 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