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
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-1/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-11/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+12
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+2
* Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey2006-10-271-2/+3
* Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng2006-09-141-2/+6
* Mirrors ConstantPoolSDNode.Evan Cheng2006-09-141-0/+2
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-3/+60
* Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer2006-05-151-21/+22
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-2/+2
* Fix a copy & paste error from long ago.Nate Begeman2006-04-181-1/+1
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-091-17/+15
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-091-5/+15
* Assert invariantsChris Lattner2006-02-091-0/+3
* Require an alignment.Chris Lattner2006-02-091-6/+3
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-311-6/+11
* be more polite in public headersDuraid Madina2005-12-281-0/+1
* undo yuletide naughtyness(tm)Duraid Madina2005-12-281-1/+0
* I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina2005-12-261-0/+1
* add a helper methodChris Lattner2005-07-111-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Actually share constants local to a function!Chris Lattner2003-10-231-2/+7
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add new filesChris Lattner2003-01-131-0/+45