aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineConstantPool.h
AgeCommit message (Expand)Author
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-27Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-03-24Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng
2011-02-22MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-07-24make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner
2009-07-21no really, I can spell!Chris Lattner
2009-07-21add an API so target-independent codegen can determine if a constantChris Lattner
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-03Replace a #include with a forward-declaration.Dan Gohman
2008-09-16Fix these comments to reflect current reality. Surprisingly,Dan Gohman
2008-08-23get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-07-11Trim unnecessary #includes.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-08-01More explicit keywords.Dan Gohman
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-10-27Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey
2006-09-14Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng
2006-09-14Mirrors ConstantPoolSDNode.Evan Cheng
2006-09-12Added support for machine specific constantpool values. These are useful forEvan Cheng
2006-05-15Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-18Fix a copy & paste error from long ago.Nate Begeman
2006-02-09instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner
2006-02-09Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner
2006-02-09Assert invariantsChris Lattner
2006-02-09Require an alignment.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2005-12-28be more polite in public headersDuraid Madina
2005-12-28undo yuletide naughtyness(tm)Duraid Madina
2005-12-26I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina
2005-07-11add a helper methodChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23Actually share constants local to a function!Chris Lattner