summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineConstantPool.h
Commit message (Expand)AuthorAge
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng2011-03-24
* MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich2011-02-22
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-06
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-24
* no really, I can spell!Chris Lattner2009-07-21
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-21
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-03
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Replace a #include with a forward-declaration.Dan Gohman2008-12-03
* Fix these comments to reflect current reality. Surprisingly,Dan Gohman2008-09-16
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Trim unnecessary #includes.Dan Gohman2008-07-11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-27
* More explicit keywords.Dan Gohman2007-08-01
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey2006-10-27
* Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng2006-09-14
* Mirrors ConstantPoolSDNode.Evan Cheng2006-09-14
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-12
* Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer2006-05-15
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Fix a copy & paste error from long ago.Nate Begeman2006-04-18
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-09
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-09
* Assert invariantsChris Lattner2006-02-09
* Require an alignment.Chris Lattner2006-02-09
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-31
* be more polite in public headersDuraid Madina2005-12-28
* undo yuletide naughtyness(tm)Duraid Madina2005-12-28
* I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina2005-12-26
* add a helper methodChris Lattner2005-07-11
* Remove trailing whitespaceMisha Brukman2005-04-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Actually share constants local to a function!Chris Lattner2003-10-23
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20